MeritSystem: Causing game server crash.

Forum rules
NO LONGER BEING MAINTAINED!
User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

Re: MeritSystem: Causing game server crash.

Post by tagban » Tue Apr 22, 2014 9:40 pm

Any idea what he did? I can tackle that stuff.Or just rais ethe command level.

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: MeritSystem: Causing game server crash.

Post by kjLotus » Tue Apr 22, 2014 9:42 pm

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

User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

Re: MeritSystem: Causing game server crash.

Post by tagban » Tue Apr 22, 2014 9:44 pm

Gotcha. Will warn him about that stuff. No regular players can use Godmode.

User avatar
atom0s
Developer
Posts: 537
Joined: Thu Oct 25, 2012 9:52 am

Re: MeritSystem: Causing game server crash.

Post by atom0s » Tue Apr 22, 2014 11:47 pm

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))
Specifically on:

Code: Select all

PAmmo->getModifier(MOD_ADDITIONAL_EFFECT)

User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

Re: MeritSystem: Causing game server crash.

Post by tagban » Wed Apr 23, 2014 7:02 pm

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

User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

Re: MeritSystem: Causing game server crash.

Post by tagban » Wed Apr 23, 2014 7:05 pm

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)

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

Re: MeritSystem: Causing game server crash.

Post by kjLotus » Wed Apr 23, 2014 7:10 pm

tagban 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
that one was me being bad, fixed now

User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

Re: MeritSystem: Causing game server crash.

Post by tagban » Wed Apr 23, 2014 8:41 pm

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

Post Reply