Quazy Posted December 6, 2016 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 11/21/13 Last Seen: April 10, 2021 Share Posted December 6, 2016 hi guys i need a script that during WoE if you kill someone you will get 3x TCG works only during WoE or in payg_cas02 and payg_cas03! i tried to search for this and i found 2 but not working.. i hope you can help me! i will really appreciate it! Quote Link to comment Share on other sites More sharing options...
0 Skorm Posted December 10, 2016 Group: Forum Moderator Topic Count: 33 Topics Per Day: 0.01 Content Count: 1282 Reputation: 393 Joined: 02/03/12 Last Seen: 4 hours ago Share Posted December 10, 2016 5 hours ago, Quazy said: I also tried this one but its not working - script kjbfksjhfkd -1,{ OnPCKillEvent: if (killerrid != getcharid(3)) { if (( agitcheck() || agitcheck2() ) && compare(strcharinfo(3),"g_cas")) { getitem 512,3; } } end; You're missing a curly at the end? - script kjbfksjhfkd -1,{ OnPCKillEvent: if (killerrid != getcharid(3)) if (( agitcheck() || agitcheck2() ) && compare(strcharinfo(3),"g_cas")) getitem 512,3; end; } 1 Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted December 7, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Share Posted December 7, 2016 (edited) OnPCKillEvent: if (killerrid != getcharid(3)) { if (( agitcheck() || agitcheck2() ) && compare(strcharinfo(3),"g_cas")) { getitem 512,3; } } end; Edited December 7, 2016 by Emistry Quote Link to comment Share on other sites More sharing options...
0 Quazy Posted December 7, 2016 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 11/21/13 Last Seen: April 10, 2021 Author Share Posted December 7, 2016 20 hours ago, Emistry said: OnPCKillEvent: if (killerrid != getcharid(3)) { if (( agitcheck() || agitcheck2() ) && compare(strcharinfo(3),"cas_g")) { getitem 512,3; } } end; not working.. player still cant get item during woe when they killed someone Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted December 9, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10017 Reputation: 2369 Joined: 10/28/11 Last Seen: Wednesday at 12:29 PM Share Posted December 9, 2016 sometime it's good thing if you did check the previous edited post. compare(strcharinfo(3),"cas_g") has been fixed to compare(strcharinfo(3),"g_cas") 1 Quote Link to comment Share on other sites More sharing options...
0 Quazy Posted December 9, 2016 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 11/21/13 Last Seen: April 10, 2021 Author Share Posted December 9, 2016 (edited) 8 hours ago, Emistry said: sometime it's good thing if you did check the previous edited post. compare(strcharinfo(3),"cas_g") has been fixed to compare(strcharinfo(3),"g_cas") thanks for reply emisty! but still player cant get any items when they killed someone during war of emperium i also tried this one but its not working - script kjbfksjhfkd -1,{ OnPCKillEvent: if (killerrid != getcharid(3)) { if (( agitcheck() || agitcheck2() ) && compare(strcharinfo(3),"g_cas")) { getitem 512,3; } } end; Edited December 9, 2016 by Quazy screen shot Quote Link to comment Share on other sites More sharing options...
0 Quazy Posted December 11, 2016 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 44 Reputation: 0 Joined: 11/21/13 Last Seen: April 10, 2021 Author Share Posted December 11, 2016 On 12/9/2016 at 5:23 PM, Skorm said: You're missing a curly at the end? - script kjbfksjhfkd -1,{ OnPCKillEvent: if (killerrid != getcharid(3)) if (( agitcheck() || agitcheck2() ) && compare(strcharinfo(3),"g_cas")) getitem 512,3; end; } it works now! thank you scorm and emistry! Quote Link to comment Share on other sites More sharing options...
0 rhoan57 Posted July 18, 2019 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 11 Reputation: 1 Joined: 05/29/18 Last Seen: May 26, 2020 Share Posted July 18, 2019 Where do i put this script? in the woe_controller?? Quote Link to comment Share on other sites More sharing options...
0 Gerzzie Posted July 18, 2019 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 137 Reputation: 48 Joined: 06/18/12 Last Seen: 22 hours ago Share Posted July 18, 2019 2 hours ago, rhoan57 said: Where do i put this script? in the woe_controller?? You can make your own text file. And put it here npc/custom/ and go to your scripts_custom.conf and input your file there. Quote Link to comment Share on other sites More sharing options...
Question
Quazy
hi guys i need a script that during WoE if you kill someone you will get 3x TCG works only during WoE or in payg_cas02 and payg_cas03!
i tried to search for this and i found 2 but not working.. i hope you can help me! i will really appreciate it!
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.