syndrome93 Posted July 1, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 09/08/13 Last Seen: September 30, 2020 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted July 2, 2014 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: 7 hours ago Share Posted July 2, 2014 if( getguildname( getcharid(2) ) == "Fratenity" ){ // percentheal 100,100; } 1 Quote Link to comment Share on other sites More sharing options...
Kido Posted July 1, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share 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 Link to comment Share on other sites More sharing options...
syndrome93 Posted July 1, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 09/08/13 Last Seen: September 30, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
Kido Posted July 1, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share 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 Link to comment Share on other sites More sharing options...
syndrome93 Posted July 1, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 09/08/13 Last Seen: September 30, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
Kido Posted July 1, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share 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 Link to comment Share on other sites More sharing options...
Kido Posted July 2, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Share 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 Link to comment Share on other sites More sharing options...
syndrome93 Posted July 2, 2014 Group: Members Topic Count: 19 Topics Per Day: 0.00 Content Count: 36 Reputation: 0 Joined: 09/08/13 Last Seen: September 30, 2020 Author Share Posted July 2, 2014 if( getguildname( getcharid(2) ) == "Fratenity" ){ // percentheal 100,100; } ITS work's THX SIR EMISTRY Quote Link to comment Share on other sites More sharing options...
Question
syndrome93
hello.. i want to request healer script for a member guild...
its mean other guild can click the healer npc.. thx before
Link to comment
Share on other sites
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.