psolaras19
New Member
- Joined
- Oct 2, 2014
- Messages
- 2
- Reaction score
- 0
Hi. I bought the trial for 1 day and i am having issues.
From this link
https://www.thebuddyforum.com/arche...t/177693-plugin-example-simple-farm-mobs.html
I took the ready plugin thats made for a mage and i changed the skills used with my archer skills as shown below.
if (me.dist(bestMob) < 4 && isAlive(bestMob))
UseSkillAndWait("Charged Bolt (Rank 13)");
UseSkillAndWait("Toxic Shot (Rank 4)");
UseSkillAndWait("Piercing Shot (Rank 10)");
UseSkillAndWait("Endless Arrows (Rank 1)");
UseSkillAndWait("Endless Arrows (Rank 1)");
UseSkillAndWait("Endless Arrows (Rank 1)");
for (int i=0;i<2;i++)
When i enter the game and go to plugin manager all the plugins are on green arrow and nothin happens. I press stop and play again on my script and the logs say "fight.dllUnknown executing error, or plugin was forcibly unloaded.".
This is exactly what i did in steps:
1.I copy pasted the commands in Word [microsoft office]
2.I changed the names of the skills [like shown above]
3.I opened plugin editor in the bot, pasted the commands, i saved it and then press compile and made the dll.
4.I made a folder in the plugins folder of the bot and put it there.
5. Launched the game. Everything went good. Bot loaded.
6.Went to plugin manager. Everythin had a green arrow at the left and when i pressed the green "play" button to stop and again to start the error comes in the log.
Why is there an error?
Screenshot Link http://oi61.tinypic.com/t0kt21.jpg
Please help. It seems tht everybody can use it and i cant :/
From this link
https://www.thebuddyforum.com/arche...t/177693-plugin-example-simple-farm-mobs.html
I took the ready plugin thats made for a mage and i changed the skills used with my archer skills as shown below.
if (me.dist(bestMob) < 4 && isAlive(bestMob))
UseSkillAndWait("Charged Bolt (Rank 13)");
UseSkillAndWait("Toxic Shot (Rank 4)");
UseSkillAndWait("Piercing Shot (Rank 10)");
UseSkillAndWait("Endless Arrows (Rank 1)");
UseSkillAndWait("Endless Arrows (Rank 1)");
UseSkillAndWait("Endless Arrows (Rank 1)");
for (int i=0;i<2;i++)
When i enter the game and go to plugin manager all the plugins are on green arrow and nothin happens. I press stop and play again on my script and the logs say "fight.dllUnknown executing error, or plugin was forcibly unloaded.".
This is exactly what i did in steps:
1.I copy pasted the commands in Word [microsoft office]
2.I changed the names of the skills [like shown above]
3.I opened plugin editor in the bot, pasted the commands, i saved it and then press compile and made the dll.
4.I made a folder in the plugins folder of the bot and put it there.
5. Launched the game. Everything went good. Bot loaded.
6.Went to plugin manager. Everythin had a green arrow at the left and when i pressed the green "play" button to stop and again to start the error comes in the log.
Why is there an error?

Screenshot Link http://oi61.tinypic.com/t0kt21.jpg
Please help. It seems tht everybody can use it and i cant :/