Dungeon access for all characters from the same account

Alexandria

New member
Messages
341
Points
0
Location
localhost
Hello everyone,

I need your help for this little scenario:

You have 2 characters on your account, and with only one of them you do the dungeon access quests (http://irowiki.org/classic/Access_Quests) and younaturally get access to dungeons (and ITEMS/EXP if any).

Now, I would like your 2nd character (the one which never quested) to have the same dungeon accesses as the character who did the related quests; but without the item/exp reward of course.

Any clue anyone ?

Thanks for your help
default_smile.png


 
Last edited by a moderator:
i think most simple is do add an local account variable (#) to the end of the quest and add the if || check to the same line as the character integer variable.

(sorry for this short instruction, on my phone)

 
Just change all

if (veins_stone == to

if (#veins_stone == And all

set veins_stone, to

Code:
set #veins_stone,
 
Back
Top