Jump to content
  • 0

Map Server Crash After adding VIP system


Question

Posted (edited)

Hi guys,

 

I'm geeting disconnected from my server when I log, and the map server crash. I'm not using any addon.

The only thing I have changed is core.h

 

/// Uncomment to enable VIP system.
#define VIP_ENABLE

 

And:

 

 

/// Enable VIP script changes? (requires VIP_ENABLE)
/// The primary effects of this are restrictions on non-VIP players, such as requiring
/// a Reset Stone to change into third classes, paying more for equipment upgrades, and
/// so forth. Note that the changes are based on euRO, not iRO.
#define VIP_SCRIPT 1

 

Then I recomplied my server with no error. Lunch it with no problem but once I log in the map server crash...

 

Account lvl 5 is GM.

The map server crashes with both admin and user account.

Can anyone help me?

Edited by Enoriel

5 answers to this question

Recommended Posts

  • 0
Posted

Client side cant affect the server side when its comes to crashes. and at this part

#define VIP_SCRIPT 0

you changed 0 into 1 try changing it to 0 again and recompile.

  • 0
Posted (edited)

That's what I'm doing since yesterday :)

EDIT: I completly reinstall rAthena. copie my conf files, update the src files manually and I got tha same error.

I did the same (new git clone, etc...) but update it all manually and it works fine. I don't really explain it... But the important things is that it work. For now anyway!

Thanks for your help guys.

Edited by Enoriel

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.

  • Recently Browsing   0 members

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