Checkmate Posted October 28, 2017 Posted October 28, 2017 On 9/5/2017 at 12:50 PM, Quesooo said: sir where can i find the pvp room that players can enter into it? Really?..? PVP room? Maybe you can try @warp prt_in 56,138.. There's npc right there to go to normal pvp map.. Very2 old school... :-) Quote
cross10hunter Posted November 2, 2017 Posted November 2, 2017 Hi im new in scripting, can you help he how can I stop the count of PVP ladder if the only play on Duels? and I try to reset the stats of all players using the NPC but it came back after they relog Quote
Loke Posted April 10, 2018 Posted April 10, 2018 Please update the wav file link or anyone can upload the wav file thank you in advance, Quote
Skorm Posted April 11, 2018 Posted April 11, 2018 (edited) 3 hours ago, Loke said: Please update the wav file link or anyone can upload the wav file thank you in advance, The links worked fine for me. Here's a mirror anyways. Ghost WAV Files [Mirror] Edited April 11, 2018 by Skorm 1 Quote
Loke Posted April 12, 2018 Posted April 12, 2018 On 4/11/2018 at 9:59 AM, Skorm said: The links worked fine for me. Here's a mirror anyways. Ghost WAV Files [Mirror] Thank you very much The new version 1.4 is not updating the current ladder info. Update for 1.4 Cannot find file wav\0_mk0.wav I checked the wav folder and the files isnt there. Quote
Quesooo Posted May 5, 2018 Posted May 5, 2018 On 5/5/2018 at 4:02 PM, Loke said: Update for 1.4 Cannot find file wav\0_mk0.wav I checked the wav folder and the files isnt there. http://www.mediafire.com/?i3uutvdp00jw4r8 better to look carefully i download the wav files a day ago and its working fine Quote
Loke Posted May 5, 2018 Posted May 5, 2018 I download the files just now and its still cannot find the wav 0_mk0.wav im using the 1.4v Quote
bellacalleb Posted October 24, 2018 Posted October 24, 2018 Sorry for the question, but I'm having a mistake. [Debug]: (map_mapname2mapid) mapindex_name2id: Map "NICKCHAR" not found in index list!+ [Error]: Server received crash signal! Attempting to save all online characters! this error appears after a very long time and ends closing the mapserv how would I fix it? Thank you ! Sorry, English because I'm Brazilian. In this part follows the nick of some characters mapindex_name2id: Map "NICKCHAR" not found in index list!+ Quote
Seirei Posted May 30, 2019 Posted May 30, 2019 On 10/25/2018 at 2:20 AM, bellacalleb said: Sorry for the question, but I'm having a mistake. [Debug]: (map_mapname2mapid) mapindex_name2id: Map "NICKCHAR" not found in index list!+ [Error]: Server received crash signal! Attempting to save all online characters! this error appears after a very long time and ends closing the mapserv how would I fix it? Thank you ! Sorry, English because I'm Brazilian. In this part follows the nick of some characters mapindex_name2id: Map "NICKCHAR" not found in index list!+ Hello @bellacalleb idk if you still need a fix or no, but I got the same issue as yours and I fixed the issue by changing this line On 5/31/2019 at 5:36 AM, Seirei said: if(@nm > 3){ soundeffectall #Announcer+"_Payback.wav", 0, rid2name(killedrid); soundeffectall #Announcer+"_Payback.wav", 0, strcharinfo(3); announce rid2name(killedrid)+" just have a payback againts "+strcharinfo(0)+" "+((.Nemesis)?"("+@nm+")":"")+"", ((.Broadcast)?bc_all:bc_map), .PBColor$; } Quote
CenturyGothic Posted December 15, 2019 Posted December 15, 2019 (edited) On 5/5/2018 at 6:21 PM, Loke said: I download the files just now and its still cannot find the wav 0_mk0.wav im using the 1.4v @Loke Were you able to get this file? Also having this issue. Edited December 15, 2019 by Veilside Quote
xMysth Posted March 19, 2020 Posted March 19, 2020 If you don't add the deaths this is what they need to edit. Si no agrega las muertes, esto es lo que necesitan editar. Quote OnPCDieEvent: if( .System ) { if( getgmlevel() >= .GMLevel || killerrid < 2000000 || killerrid > 3000000 ) end; if( !compare( .PvPMap$[0], "All" ) ) { for(set .@i, 0; .@i < getarraysize(.PvPMap$); set .@i, .@i + 1) if( strcharinfo(3) == .PvPMap$[.@i] ) { set Death, Death + 1; //break; // Delete end; //Adding ( Delete break; and adding end; ) (Borrar break; y agregar end;) Sorry if the post is old but this could help other users a bit. Quote
CenturyGothic Posted March 20, 2020 Posted March 20, 2020 Is there a way to increase the kill limit count on announcement? Right now the max is only "Beyond Godlike (10)" Is it possible to make it count more than 10? so everyone still know their streak count Quote
n00b Posted September 1, 2020 Posted September 1, 2020 Hey guys , need some help plz ... i add the script and all but he wont work , only when i change the first line witch is : - script Versus -1,{ and i put some information like it was a npc , he work annunce and all but not the npc located on morocc... can someone help me please ? ty ! Quote
Ronald Posted September 5, 2020 Posted September 5, 2020 On 9/2/2020 at 2:16 AM, n00b said: Hey guys , need some help plz ... i add the script and all but he wont work , only when i change the first line witch is : - script Versus -1,{ and i put some information like it was a npc , he work annunce and all but not the npc located on morocc... can someone help me please ? ty ! Search for this one on your script //Added Functions function broadcast { return ( ( getarg(0) ) ? bc_all : bc_map ); } } At the bottom of that you'll find the location of the NPC. Quote
n00b Posted December 8, 2020 Posted December 8, 2020 (edited) On 9/5/2020 at 4:48 AM, Ronald said: Search for this one on your script //Added Functions function broadcast { return ( ( getarg(0) ) ? bc_all : bc_map ); } } At the bottom of that you'll find the location of the NPC. sorry for the delay on answer , i got it , ty man =] Edited December 8, 2020 by n00b Quote
driver Posted February 28, 2022 Posted February 28, 2022 On 3/10/2017 at 11:56 PM, Skorm said: Because Sanasol thought this script was good enough to base his PVP Ladder off of. I decided to update it and fix a few bugs. There's still much more to be done but at the moment it's good enough for what I'm using it for. This script is something of a legend in my opinion and I'm sure Ghost worked very hard on it. So at its core everything is basically the same, and I decided to keep things compatible with eAthena as well. If you run into any problems or have any features you want added let me know. Here's a link to the script:http://upaste.me/3f6a4327724c1149e Sir @Skorm, please, as soon as you can, could you re-post the script on another server? Reason: The 'upaste' server has been under maintenance for weeks. Constantly unstable and off. Thank you very much, sir! 1 Quote
Skorm Posted February 28, 2022 Posted February 28, 2022 12 hours ago, driver said: Sir @Skorm, please, as soon as you can, could you re-post the script on another server? Reason: The 'upaste' server has been under maintenance for weeks. Constantly unstable and off. Thank you very much, sir! https://pastebin.com/pX5nFgdp I'll update the original post. 1 1 Quote
ProjectX Posted April 5, 2023 Posted April 5, 2023 hello to add the location of dead isample name+ kill at prontera Quote
MrNobody Posted May 10, 2023 Posted May 10, 2023 Hi@Skorm Im new to here. I found error when I load the npc, may I know what problem is it? Please look at the attachment below Quote
hendra814 Posted May 10, 2023 Posted May 10, 2023 4 hours ago, MrNobody said: Hi@Skorm Im new to here. I found error when I load the npc, may I know what problem is it? Please look at the attachment below Try change that line into this - script Versus -1,{ 1 Quote
MrNobody Posted May 10, 2023 Posted May 10, 2023 49 minutes ago, hendra814 said: Try change that line into this - script Versus -1,{ Owh the tap-<TAB>script<TAB>Versus<TAB>-1,{ Thanks for the reminding xD Quote
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.