Quazy Posted December 6, 2016 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
0 Skorm Posted December 10, 2016 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
0 Emistry Posted December 7, 2016 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
0 Quazy Posted December 7, 2016 Author 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
0 Emistry Posted December 9, 2016 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
0 Quazy Posted December 9, 2016 Author 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
0 Quazy Posted December 11, 2016 Author 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
0 rhoan57 Posted July 18, 2019 Posted July 18, 2019 Where do i put this script? in the woe_controller?? Quote
0 Gerzzie Posted July 18, 2019 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
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!
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.