Jump to content

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


Ghost

Recommended Posts


  • Group:  Members
  • Topic Count:  96
  • Topics Per Day:  0.02
  • Content Count:  554
  • Reputation:   14
  • Joined:  09/24/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.01
  • Content Count:  49
  • Reputation:   0
  • Joined:  10/13/17
  • Last Seen:  

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

Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

Please update the wav file link or anyone can upload the wav file thank you in advance,

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   381
  • Joined:  02/03/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 4 weeks later...

  • Group:  Members
  • Topic Count:  197
  • Topics Per Day:  0.08
  • Content Count:  883
  • Reputation:   28
  • Joined:  02/13/17
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  173
  • Reputation:   6
  • Joined:  12/20/11
  • Last Seen:  

I download the files just now and its still cannot find the wav 0_mk0.wav im using the 1.4v

Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  13
  • Reputation:   0
  • Joined:  08/13/18
  • Last Seen:  

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

Link to comment
Share on other sites

  • 7 months later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  33
  • Reputation:   0
  • Joined:  05/07/18
  • Last Seen:  

 

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

 

Link to comment
Share on other sites

  • 6 months later...

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   0
  • Joined:  09/26/19
  • Last Seen:  

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 by Veilside
Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  03/09/14
  • Last Seen:  

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.

 

 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   0
  • Joined:  09/26/19
  • Last Seen:  

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

Link to comment
Share on other sites

  • 5 months later...

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  08/20/20
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  241
  • Reputation:   18
  • Joined:  06/04/14
  • Last Seen:  

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.

Link to comment
Share on other sites

  • 3 months later...

  • Group:  Members
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  6
  • Reputation:   0
  • Joined:  08/20/20
  • Last Seen:  

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
Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   3
  • Joined:  02/11/19
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  33
  • Topics Per Day:  0.01
  • Content Count:  1268
  • Reputation:   381
  • Joined:  02/03/12
  • Last Seen:  

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
Link to comment
Share on other sites

  • 1 year later...

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.02
  • Content Count:  17
  • Reputation:   0
  • Joined:  03/29/23
  • Last Seen:  

hello to add the location of dead

 

isample 

 

name+ kill at prontera 

Link to comment
Share on other sites

  • 1 month later...

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.01
  • Content Count:  13
  • Reputation:   0
  • Joined:  04/11/23
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  1167
  • Reputation:   159
  • Joined:  06/12/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.01
  • Content Count:  13
  • Reputation:   0
  • Joined:  04/11/23
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...