Jump to content
  • 0

Client keeps crashing when using this item


PandaLovesHamster

Question


  • Group:  Members
  • Topic Count:  51
  • Topics Per Day:  0.01
  • Content Count:  452
  • Reputation:   35
  • Joined:  12/18/14
  • Last Seen:  

30028,C_Wing_Of_Fly,Infinite Flywing,11,0,,0,,,,,0xFFFFFFFF,63,2,,,,,,{ unitskilluseid getcharid(3),"AL_TELEPORT",1;itemheal 0,10; },{},{}

Client will occasionally crash when I use this infinite fly wing. Also, it is good to note that when using this item, it will consume SP, hence the itemheal script I have added.

 

Is there any possible fix for the client crashes? I am using 2012-04-10 client. Latest rAthena as well.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10018
  • Reputation:   2369
  • Joined:  10/28/11
  • Last Seen:  

try this

30028,C_Wing_Of_Fly,Infinite Flywing,11,0,,0,,,,,0xFFFFFFFF,63,2,,,,,,{ warp strcharinfo(3),0,0; },{},{}
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.01
  • Content Count:  155
  • Reputation:   6
  • Joined:  03/30/13
  • Last Seen:  

The only wrong thing I see in that code is that there is no space between:

ORT",1;item

That may cause your crash. Just input a space after ; (or before i)

 

 

Is shown in mapserv.bat any error message related to your item?

Also, I will assume you are using rAthena as the emulator of choice.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  54
  • Topics Per Day:  0.01
  • Content Count:  513
  • Reputation:   84
  • Joined:  08/11/12
  • Last Seen:  

The only wrong thing I see in that code is that there is no space between:

ORT",1;item
That may cause your crash. Just input a space after ; (or before i)

 

 

Is shown in mapserv.bat any error message related to your item?

Also, I will assume you are using rAthena as the emulator of choice.

I don't think spaces will make any difference since rA isn't that much sensitive to syntaxes compared to Herc.

I suggest you use "itemskill "AL_TELEPORT",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...