Ullikummi ??? server crash error
Ullikummi ??? server crash error
Parameter was incorrect. Fixed. Credit to Imaulle (SinisterSkies) for taking initiative.
-Kat
-Kat
- Attachments
-
- qm3.lua.patch
- (383 Bytes) Downloaded 335 times
Re: Ullikummi ??? server crash error
thanks, but that's not what I'm seeing in the trunk code. it has:
Your patch is:
and that textID doesn't exist.
Code: Select all
player:messageSpecial(NOTHING_HAPPENS);
Code: Select all
player:messageSpecial(NOTHING_OUT_OF_ORDINARY);
-- Whasf
Re: Ullikummi ??? server crash error
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...
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: Ullikummi ??? server crash error
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
This is what I see on my server as well. I dunno where you're getting <NOTHING_HAPPENS>, whasf.forgottenandlost wrote:Is what I see in r4217Code: 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...
Re: Ullikummi ??? server crash error
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
whenever whasf stops being a dummyVolgin wrote:Anything for committing this...?
Re: Ullikummi ??? server crash error
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
-- Whasf
Re: Ullikummi ??? server crash error
Wrong zone.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
Ulli is a Sky NM in Shrine of Ru'Avitau.
Hi, I run The Demiurge server.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. - Martin Golding
DO NOT PRIVATE MESSAGE ME ABOUT BUGSPLS USE [ code ] CODE TAGS [ /code ] WHEN POSTING CODE
Re: Ullikummi ??? server crash error
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