Jump to content

Ghost's Scripts [Latest: Ghost's PvP System v1.3]


Recommended Posts

Posted
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... :-)

  • 5 months later...
Posted (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 by Skorm
  • Love 1
Posted
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.

  • 4 weeks later...
  • 5 months later...
Posted

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!+

  • 7 months later...
Posted

 

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$;
}

 

  • 6 months later...
  • 3 months later...
Posted

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.

 

 

  • 5 months later...
Posted

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 ! ❤️

Posted
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.

  • 3 months later...
Posted (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 by n00b
  • 1 year later...
Posted
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!

  • MVP 1
Posted
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.

  • Love 1
  • MVP 1
  • 1 year later...
  • 1 month later...
Posted
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

error2.png

Try change that line into this

-	script	Versus	-1,{
  • Upvote 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...