Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

APP_TELEPORTER from InfinityFIX to KS18 by BOSS Ketchup

Status
Not open for further replies.
Newbie Spellweaver
Joined
Oct 2, 2019
Messages
8
Reaction score
0
Good Day! naaaab here :eek:tt:

I was trying to copy the APP_TELEPORTER from InfinityFIX released by Ketchup to KS18(also released by
Ketchup), After copy pasting:
Total file not matched :lol::lol::lol: wondering why hahah I have no Idea to be honest

2 - APP_TELEPORTER from InfinityFIX to KS18 by BOSS Ketchup - RaGEZONE Forums 1 - APP_TELEPORTER from InfinityFIX to KS18 by BOSS Ketchup - RaGEZONE Forums

Success in compile, can login, Teleporter Z also appearing on taskbar.
a - APP_TELEPORTER from InfinityFIX to KS18 by BOSS Ketchup - RaGEZONE Forums


PROBLEM : NEUZ auto-close once I press Z (Shortcut key for teleport)

Tried FIX
1. Checked the code and rebuild.
2. Checked tga,bmp on(Client, English, Default) and resdata.inc (I red this recommendation fix somewhere by Ketchup :D:
3. Neuz Debugging using VS2019 New Instance by groxy01? :lol:: Exception thrown: read access violation.**_Right_data** was nullptr.

I would like to know if where can I look for error log for somehow I can do something hehe

I was able to copy paste the _FASTJOBCHAGE released by @Ketchup BTW HAHAHA Because it was so EZ! thanks @Ketchup!!

BTW here is what I found in resdata.inc of InfinityFIX

Code:
APP_TELEPORTER "WndTile00.tga" "" 1 720 480 0x2410000 26{// Title String"System Teleport"}{// ToolTip""}{    WTYPE_LISTBOX WIDC_LISTBOX1 "WndEditTile00.tga" 1 20 20 192 356 0x20020000 0 0 0 0 46 112 169    {    // Title String    ""    }    {    // ToolTip    ""    }    WTYPE_BUTTON WIDC_BUTTON1 "ButtTeleportNow.bmp" 0 32 386 181 409 0x220010 0 0 0 0 46 112 169    {    // Title String    ""    }    {    // ToolTip    ""    }    WTYPE_STATIC WIDC_STATIC1 "" 0 220 60 470 310 0x2220002 0 0 0 0 46 112 169    {    // Title String    ""    }    {    // ToolTip    ""    }    WTYPE_STATIC WIDC_STATIC2 "WndEditTile200.tga" 1 248 20 430 43 0x22224d1 0 0 0 0 46 112 169    {    // Title String    ""    }    {    // ToolTip    ""    }    WTYPE_LISTBOX WIDC_LISTBOX2 "WndEditTile00.tga" 1 496 20 702 421 0x20020000 0 0 0 0 46 112 169    {    // Title String    ""    }    {    // ToolTip    ""    }}

THANK YOU in ADVANCE!!

Have a Gread DAY
 

Attachments

You must be registered for see attachments list
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
Sounds like a resource problem.

So make sure you merge your new resource and copy over the new data/dataSub's to your client.
 
Status
Not open for further replies.
Back
Top