PDA

View Full Version : Adding rank Requirement to NPC diolouge? 317 server



ibanezrg320
January 17th, 2011, 22:48
Im try to make the wise old man give items to access a mod+ only zone. I want him to say this to a regular player:

case 321:
talk3("Hello! Welcome to RuneEvo!", "If you become a Moderator or Admin", "I'll give you something special!" 1699);
break;

And if you're a mod+ (on my server mod is 1) I would like him to say:

case322:
talk"Hmm, I see you have powers, why don't you take this?"

after which he would give item

case 322 is what i need, im not sure how to add the requirement of mod+ to it, and make it so case 321 wont show if you are above mod rank.


Thanks!

dame24
January 18th, 2011, 17:48
oh nice thank u so much