Jump to content
  • 0

Error item name ( not english )


Recommended Posts

Posted

@ Brynner / zhaosin: What's the purpose of this TeamViewer ?

Is it like Windows' Remote Desktop?

Have your checked your diff option? Make sure you don't use 'Read LUA before LUB' diff.

Posted

@ Brynner / zhaosin: What's the purpose of this TeamViewer ?

Is it like Windows' Remote Desktop?

Have your checked your diff option? Make sure you don't use 'Read LUA before LUB' diff.

yah it is a remote desktop.

problem solve. itemInfo.lua

  • Upvote 1
Posted (edited)

Hi there!. i have been having the same problem with with 2012-06-18ragexeRE. the first issue i came across is the packet problem

295491_2247970414330_983242915_n.jpg

this can be solved by patching 2012-06-18ragexeRE with Weediff2012Pack_v2.7 instead of Weediff2012Pack_v3.7.

NOTE: make sure you patch clients with WDGSkipPacketHeaderObfuscation.dll

well this worked for me... every other 2012 client through me the same packet error. heres a pre patched copy of mine

NOTE: also make sure that you reflect the changes in Packet_DB and MMO.H server side

NOTE: sclientinfo in [DATA/GRF] must reflect packet ver30 and langtype1

//2012-06-18aRagexeRE
//packet ver 30
0x01FD,15,repairitem,2
0x023B,26,friendslistadd,2
0x0361,5,hommenu,2:4
0x0819,36,storagepassword,0
0x0288,-1,cashshopbuy,4:8
0x0802,26,partyinvite2,2
0x022D,19,wanttoconnection,2:6:10:14:18
0x0369,7,actionrequest,2:6
0x083C,10,useskilltoid,2:4:6
0x0439,8,useitem,2:4
0x0281,-1,itemlistwindowselected,2:4:8
0x0815,-1,reqopenbuyingstore,2:4:8:9:89
0x0817,2,reqclosebuyingstore,0
0x0360,6,reqclickbuyingstore,2
0x0940,-1,reqtradebuyingstore,2:4:8:12
0x0811,-1,searchstoreinfo,2:4:5:9:13:14:15
0x0835,2,searchstoreinfonextpage,0
0x0838,12,searchstoreinfolistitemclick,2:6:10
0x0437,5,walktoxy,2
0x035F,6,ticksend,2
0x0202,5,changedir,2:4
0x07E4,6,takeitem,2
0x0362,6,dropitem,2:4
0x07EC,8,movetokafra,2:4
0x0364,8,movefromkafra,2:4
0x0438,10,useskilltopos,2:4:6:8
0x0366,90,useskilltoposinfo,2:4:6:8:10
0x096A,6,getcharnamerequest,2
0x0368,6,solvecharname,2
0x08E5,41,bookingregreq,2:4 //Added to prevent disconnections
0x08E6,4
0x08E7,10,bookingsearchreq,2
0x08E8,-1
0x08E9,2,bookingdelreq,2
0x08EA,4
0x08EB,39,bookingupdatereq,2
0x08EC,73
0x08ED,43
0x08EE,6
0x08EF,6,bookingignorereq,2
0x08F0,6
0x08F1,6,bookingjoinpartyreq,2
0x08F2,36
0x08F3,-1
0x08F4,6
0x08F5,-1,bookingsummonmember,2:4
0x08F6,22
0x08F7,3
0x08F8,7
0x08F9,6
0x08FA,6
0x08FB,6,bookingcanceljoinparty,2
0x0907,5,moveitem,2:4
0x0908,5
0x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections
//2012-06-18aRagexeRE[/size][/font]
0x0078,55
0x007c,44
0x00aa,9
0x00f3,-1,globalmessage,2:4
0x0193,2,closekafra,0
0x01a2,37
0x01fd,15,repairitem,2
0x0202,5,changedir,2:4
0x022c,65
0x022d,19,wanttoconnection,2:6:10:14:18
0x0281,-1,convertitem,2:4:8:12
0x0288,-1,npcpointshopbuy,2:4:8:10
0x0289,12
0x029b,80
0x035f,6,ticksend,2
0x0360,6,clickbuyingstorereq,2
0x0361,5,hommenu,4
0x0362,6,dropitem,2:4
0x0364,8,movefromkafra,2:4
0x0368,6,solvecharname,2
0x0369,7,actionrequest,2:6
0x0437,5,walktoxy,2
0x0438,10,useskilltopos,2:4:6:8
0x0439,8,useitem,2:4
0x07d9,268
0x07e4,6,takeitem,2
0x07ec,8,movetokafra,2:4
0x0802,26,partyinvite2,2
0x0815,-1,openbuyingstorereq,2:4:8:9:89
0x0817,2,closebuyingstorereq,0
0x083c,10,useskilltoid,2:4:6
0x0856,26,friendaddrequest,2
0x0940,-1,sellbuyingstorereq,2:4:8:12
0x096a,6,getcharnamerequest,2

Now onto the translations: iv noticed that client 2012-06-18aRagexeRE loads descriptions from LUA and LUB. And seems to ignore the textnamestables in your GRF or DATA folder so both need to be translated in order for the descriptions to work.

example placing: /rag folder/system/itemInfo.lub and LUA

Untitled.png

item descriptions are translated in itemInfo.lua insted of the old decriptiontabe txt files in [DATA/GRF] .... as iv noticed so far

heres my itemInfo.lua

NOTE:apart from item names everything runs okay

as far as i know itemInfo.lub is the item name table

Untitled2.png

Now i have perfect descriptions, but loose battle sprites and sound effects by adding a translated itemInfo.lub. Where the KR itemInfo.lub

works perfect (apart from being in korean and not english) but i havent found a more uptodate version of itemInfo.lub

heres my english itemInfo.lub and heres my korean itemInfo.lub

if someone could translate or if some knows a repo or post to an untodate LUA LUB set for 2012-06-18aRagexeRE

hope it helps

SOVLED

Using item converter i simply converted the tables in a LUA/LUB. DHUU! /pat

itemInfo.lub set for 2012-06-18aRagexeRE

Edited by soniku
Posted

- Wait so, in the end, how was this resolved? I used item converter to get itemInfo.lua then convert that to lub and put it in my system folder, but my items are still in korean o.o...

Posted

- Wait so, in the end, how was this resolved? I used item converter to get itemInfo.lua then convert that to lub and put it in my system folder, but my items are still in korean o.o...

you have to use latest client ...

make sure your client doest read data folder 1st / read lua before lub ...

and put it inside your System Folder

System/itemInfo.lub

Posted (edited)

my exe still seems to read from the system folder even though i have applied these patches by diff and seems to be reading lub first.

iv tryed recompiling my GRF too with changes.. same result

Untitled3.png

Diff patcher

Untitled4.png

Edited by soniku

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...