Page 1 of 2

Ullikummi ??? server crash error

Posted: Sat Dec 14, 2013 12:10 am
by Volgin
Parameter was incorrect. Fixed. Credit to Imaulle (SinisterSkies) for taking initiative.

-Kat

Re: Ullikummi ??? server crash error

Posted: Sat Dec 14, 2013 7:45 pm
by whasf
thanks, but that's not what I'm seeing in the trunk code. it has:

Code: Select all

player:messageSpecial(NOTHING_HAPPENS);
Your patch is:

Code: Select all

player:messageSpecial(NOTHING_OUT_OF_ORDINARY);
and that textID doesn't exist.

Re: Ullikummi ??? server crash error

Posted: Sat Dec 14, 2013 9:38 pm
by TeoTwawki

Code: Select all

-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6377; -- You cannot obtain the item <item> come back again after sorting your inventory
          ITEM_OBTAINED = 6380; -- Obtained: <item>
           GIL_OBTAINED = 6381; -- Obtained <number> gil
       KEYITEM_OBTAINED = 6383; -- Obtained key item: <keyitem>

-- Other dialog
NOTHING_OUT_OF_ORDINARY = 7298; -- There is nothing out of the ordinary here.
           KIRIN_OFFSET = 7296; -- I am Kirin, master of the Shijin. The one who stands above all. You, who have risen above your mortal status to contend with the gods... It is time to reap your reward.
        SMALL_HOLE_HERE = 7285; -- There is a small hole here. It appears to be damp inside...
Is what I see in r4217

Re: Ullikummi ??? server crash error

Posted: Sat Dec 14, 2013 11:29 pm
by Imaulle
I changed it to NOTHING_OUT_OF_ORDINARY on my test server and it stopped the server crash, however the text doesn't say "There is nothing out of the ordinary here." it says something like you are not ready for what lies ahead

Re: Ullikummi ??? server crash error

Posted: Sun Dec 15, 2013 8:58 pm
by Volgin
forgottenandlost wrote:

Code: Select all

-- General Texts
ITEM_CANNOT_BE_OBTAINED = 6377; -- You cannot obtain the item <item> come back again after sorting your inventory
          ITEM_OBTAINED = 6380; -- Obtained: <item>
           GIL_OBTAINED = 6381; -- Obtained <number> gil
       KEYITEM_OBTAINED = 6383; -- Obtained key item: <keyitem>

-- Other dialog
NOTHING_OUT_OF_ORDINARY = 7298; -- There is nothing out of the ordinary here.
           KIRIN_OFFSET = 7296; -- I am Kirin, master of the Shijin. The one who stands above all. You, who have risen above your mortal status to contend with the gods... It is time to reap your reward.
        SMALL_HOLE_HERE = 7285; -- There is a small hole here. It appears to be damp inside...
Is what I see in r4217
This is what I see on my server as well. I dunno where you're getting <NOTHING_HAPPENS>, whasf.

Re: Ullikummi ??? server crash error

Posted: Wed Dec 18, 2013 11:34 pm
by Volgin
Anything for committing this...? Still crashes the server on public pservers, but I changed it to this and it now works on test server...

Re: Ullikummi ??? server crash error

Posted: Wed Dec 18, 2013 11:41 pm
by kjLotus
Volgin wrote:Anything for committing this...?
whenever whasf stops being a dummy

Re: Ullikummi ??? server crash error

Posted: Thu Dec 19, 2013 9:01 pm
by whasf
in scripts\zones\Alzadaal_Undersea_Ruins\TextIDs.lua I don't see the one you're referring to. that file hasn't changed since October of 2012

Re: Ullikummi ??? server crash error

Posted: Thu Dec 19, 2013 9:56 pm
by TeoTwawki
whasf wrote:in scripts\zones\Alzadaal_Undersea_Ruins\TextIDs.lua I don't see the one you're referring to. that file hasn't changed since October of 2012
Wrong zone.

Ulli is a Sky NM in Shrine of Ru'Avitau.

Re: Ullikummi ??? server crash error

Posted: Fri Dec 20, 2013 8:47 am
by Imaulle
it's these 2 files that need fixin

Code: Select all

/scripts/zones/The_Shrine_of_RuAvitau/npcs/qm3.lua
/scripts/zones/The_Shrine_of_RuAvitau/TextIDs.lua