Welcome to the Builder Academy

Question Trigger of the Day - Guildguard Example

More
09 Nov 2012 23:49 #1016 by Rumble
Code:
Name: 'Warrior Guildguard - 127', VNum: [ 133], RNum: [ 133] Trigger Intended Assignment: Mobiles Trigger Type: Leave , Numeric Arg: 100, Arg list: None Commands: * By Rumble of The Builder Academy tbamud.com 9091 * Replaces the guildguard special procedure. * Check the direction the player must go to enter the guild. if %direction% == up * Stop them if they are not the appropriate class. if %actor.class% != warrior return 0 %send% %actor% The guard humiliates you, and blocks your way. %echoaround% %actor% The guard humiliates %actor.name%, and blocks %actor.hisher% way. end end
If this was helpful please vote or leave a review for TBA.

Rumble
The Builder Academy
tbamud.com 9091
rumble@tbamud.com

Please Log in or Create an account to join the conversation.

More
Yesterday 22:16 #10781 by wlessard1
Is it possible for one guildguard to pass 2 different classes.

I have been trying to get the Magic User guildguard to allow Bards to pass.

if %actor.class% != Magic User || %actor.class% !Bard
OR
if %actor.class% != Magic User || !Bard

Any other suggestions on if it is possible or how to make it possible.

Please Log in or Create an account to join the conversation.

Time to create page: 0.294 seconds