
Originally Posted by
kanko
Hello guys,
Would like to see a script that does the warrior guild activity's doesn't matter which one IMO it isnt hard to script this because at 1 activity it just need to do this:
Put arm in animal magnitsor auto ret on it kills it picks up re-do. isnt hard?
The armour one wouldn't be as simple as you think, its essentialy a combat script thats even more complex than usual. An easier one would be the shotput that'd take about 15 minutes to write 
you should try and have a go at writing one, if you break the problem down its a much less daunting problem:
eg.
1: click the pile of shotputs on the ground; Use DTM's or TPA's for this.
2: check the chat box and select the correct options.
just repeat that with a few waits and failsaves and bingo 
A few SRL functions you should check out:
Simba Code:
FindNPCChatText('text here',ClickLeft);
This finds "text here" in the NPC chat box and if it finds it clicks on it.
for the DTM or TPA of the shotputs of the ground if you don't know about these check them out in the Tutorials section