Jump to content
  • 0
Sign in to follow this  
Alexandria

Dungeon access for all characters from the same account

Question

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 :)

Edited by Fluffle Puff

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

  • 0

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)

Share this post


Link to post
Share on other sites
  • 0

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)

 

Thank you for answering.

 

Can you help me with Siblings Quest? I am not pretty sure how to do it. Thank you

 

https://github.com/HerculesWS/Hercules/blob/master/npc/quests/quests_veins.txt

 

Share this post


Link to post
Share on other sites
  • 0

Just change all

if (veins_stone ==

to

if (#veins_stone ==

And all

set veins_stone,

to

set #veins_stone,

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.