Jump to content
  • 0

4th Killing Spree = Map Server Crash? (Ghost PvP System)


Currently

Question


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

Topic: http://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/

 

[Debug]: mapindex_name2id: Map "Test" not found in the index list!

[Error[: Server received crash.....

 

The name of the character is "Test". Once the "Killer" gets up to 4th killing spree. The map server crashes.

 

Please help. This is crucial to the server.

 

Thank you in advance.

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0

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

In case someone still need a fix, maybe this will help you

Quote

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

 

Edited by Seirei
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

Hmm sometimes the client will crash if when a .wav file should be executed and it doesn't, make sure you have the .wav file in your grf that should sounds when the 4th kill announce appears

 

until you manage to solve this, also try to stop the script so they won't have crash

 

good luck (:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

[Debug]: mapindex_name2id: Map "Test" not found in the index list!

it say that emulator can't find map Test

if this script could crash map server, it will be serious BUG for rAthena.

because this bug (Crash because map index ) reported since more than year ago, and never fixed till now,

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

[Debug]: mapindex_name2id: Map "Test" not found in the index list!

it say that emulator can't find map Test

if this script could crash map server, it will be serious BUG for rAthena.

because this bug (Crash because map index ) reported since more than year ago, and never fixed till now,

 

 

o: may i see the link of it, the post or report o: ? 

 

i have is more a problem of a .wav file than any other

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  509
  • Reputation:   80
  • Joined:  11/20/11
  • Last Seen:  

I think thats not .wav

because .wav only affect to crash the Client not the emulator. CMIIW

 

 

map server crash because of map index

http://rathena.org/board/tracker/issue-7696-map-crash/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

Hmm sometimes the client will crash if when a .wav file should be executed and it doesn't, make sure you have the .wav file in your grf that should sounds when the 4th kill announce appears

 

until you manage to solve this, also try to stop the script so they won't have crash

 

good luck (:

 

The .wav file is in the wav folder. It sounds when the killing spree happens. So, I'm pretty sure that's not the problem.

 

Should I remove the script down from my server? Or any other alternatives?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

as Khichi said that if the problem is what he thinks and that problem untl now hasnt a solution i think the better would be to remoce the script o:

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  313
  • Reputation:   1
  • Joined:  01/22/12
  • Last Seen:  

Aww. So this script only bugs in rAthena? Sad. I would really love to implement the "Dota" announcements though in PvP. Other recommendations?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  127
  • Topics Per Day:  0.03
  • Content Count:  1445
  • Reputation:   163
  • Joined:  08/17/13
  • Last Seen:  

Hmm well try to make some research about it, maybe i & kichi are wrong, while waiting for someone who may help you do a little of research and see what you find o:

  • Upvote 1
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
Answer this question...

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