MeritSystem: Causing game server crash.
Forum rules
NO LONGER BEING MAINTAINED!
NO LONGER BEING MAINTAINED!
Re: MeritSystem: Causing game server crash.
Any idea what he did? I can tackle that stuff.Or just rais ethe command level.
Re: MeritSystem: Causing game server crash.
no idea, all i can tell is that he had godmode on a rng99/blm49 and borked the ammo somehow.. unless a regular player can do it too, not really too concerned about it
Re: MeritSystem: Causing game server crash.
Gotcha. Will warn him about that stuff. No regular players can use Godmode.
Re: MeritSystem: Causing game server crash.
Player: Kaisho
Doing: Ranged attack (gear modification check on ammo slot)
Their ammo was apparently being seen as their currency (gil). Their bow was valid (Loxley Bow)
It failed here:
Code: Select all
if ((PAmmo != NULL && PAmmo->getModifier(MOD_ADDITIONAL_EFFECT) > 0) || (PItem != NULL && PItem->getModifier(MOD_ADDITIONAL_EFFECT) > 0))
Code: Select all
PAmmo->getModifier(MOD_ADDITIONAL_EFFECT)
Re: MeritSystem: Causing game server crash.
Is this one similar? seemed to crash around the same spot.. But no GM's appeared to be on @ the time? (I could be mistaken)
http://ffxi.bnet.cc/dumps/DSGame-server-4-23.7z
If this one is a godmode issue, I'm getting rid of godmode lol
http://ffxi.bnet.cc/dumps/DSGame-server-4-23.7z
If this one is a godmode issue, I'm getting rid of godmode lol
Re: MeritSystem: Causing game server crash.
Actually one GM told me he was on and used @adddynatime 60. So if that crashed it, one more command I can comment out for now.. (or just set to a higher level)
Re: MeritSystem: Causing game server crash.
that one was me being bad, fixed nowtagban wrote:Is this one similar? seemed to crash around the same spot.. But no GM's appeared to be on @ the time? (I could be mistaken)
http://ffxi.bnet.cc/dumps/DSGame-server-4-23.7z
If this one is a godmode issue, I'm getting rid of godmode lol
Re: MeritSystem: Causing game server crash.
Okay.. re-updated/rebuilt server, and having a semi-new crash... Seemed to happened when I used @zone while fighting something> Pretty sure I had @hide on, but I assumed that just hid me from the players from seeing me.
http://ffxi.bnet.cc/dumps/DSGame-server-4-23-2.7z
I think I'll just set all commands to level 7.. and be done with it lol
http://ffxi.bnet.cc/dumps/DSGame-server-4-23-2.7z
I think I'll just set all commands to level 7.. and be done with it lol