syndrome93 Posted July 1, 2014 Posted July 1, 2014 hello.. i want to request healer script for a member guild... its mean other guild can click the healer npc.. thx before Quote
Emistry Posted July 2, 2014 Posted July 2, 2014 if( getguildname( getcharid(2) ) == "Fratenity" ){ // percentheal 100,100; } 1 Quote
Kido Posted July 1, 2014 Posted July 1, 2014 hello.. i want to request healer script for a member guild... its mean other guild can click the healer npc.. thx before the healr will heal any player who is in a guild or only to a specific guild players? Quote
syndrome93 Posted July 1, 2014 Author Posted July 1, 2014 hello.. i want to request healer script for a member guild... its mean other guild can click the healer npc.. thx before the healr will heal any player who is in a guild or only to a specific guild players? heal any player who is in a guild Quote
Kido Posted July 1, 2014 Posted July 1, 2014 map,x,y,4 script Guild Heal 100,{ if (getcharid(2)) { specialeffect2 313; percentheal 100,100; end; } mes "You need to belong a Guild to be healed."; close; end; } try that (: Quote
syndrome93 Posted July 1, 2014 Author Posted July 1, 2014 map,x,y,4 script Guild Heal 100,{ if (getcharid(2)) { specialeffect2 313; percentheal 100,100; end; } mes "You need to belong a Guild to be healed."; close; end; } try that (: for example : name guild for healer is fraternity how i set to healer buff only fraternity guild? Quote
Kido Posted July 1, 2014 Posted July 1, 2014 map,x,y,4 script Guild Heal 100,{ if (getcharid(2) == GuildIDToBeHealed) { specialeffect2 313; percentheal 100,100; end; } mes "You need to belong to the Guild <guild name> to be healed."; close; end; } tested and working you can check the ID fo the guilds by entering to your sql database, the tab table guild, there you will find all IDs of the guilds in the game so, you only put there the guild id you want to be healed (: Quote
Kido Posted July 2, 2014 Posted July 2, 2014 hello.. i want to request healer script for a member guild... its mean other guild can click the healer npc.. thx before Emistry's answer is the best for your needs o: how did i miss getguildname @_@ Quote
syndrome93 Posted July 2, 2014 Author Posted July 2, 2014 if( getguildname( getcharid(2) ) == "Fratenity" ){ // percentheal 100,100; } ITS work's THX SIR EMISTRY Quote
Question
syndrome93
hello.. i want to request healer script for a member guild...
its mean other guild can click the healer npc.. thx before
8 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.