Jump to content

Recommended Posts

Posted (edited)

I've written a script to wait for the party when moving. So they don't get lost in case I have a big combat zone loaded, like a catacomb. I like for the bot to move around the whole place an not just stay in one room. I have the zmaps of whole necropolis and catacombs. I'll pm the script and zmaps to you if you write here a good adrenaline configuration for a class you know how to use, considering skills to farm for each lvl and skills for pvp. The settings I have in adrenaline are pretty basic because I only now how to play well a couple classes. If you don't want to configure it in adrenaline you can just tell me when would you use each skill or find me a good guide for the class that details when to use which skills. I don't mind if you give repeated classes as I'd like to see different opinions on which skills to use.
 

You have to write a script with whatever name you want for example 'Main.txt'. The script that I have would go in the same directory and the name should be 'FunctionsModule.txt'. Then you open the 'Main.txt' script in adrenaline. Turn on the bot and press the play button. Each time it moves around it will wait for your party to be close to you to keep moving.

 

'Main.txt'

uses
  FunctionsModule;

begin
  script.newthread(@WaitParty);
end.

 

Edited by Fanky
  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...