Pages

Fix Client Disconnection Cabal Online

[SHARE] Fix for client disconnection while buying item from npc
1st of all u need to know the map id. For now we going to fix the cause of dc in while buying EOD pt 2 from Sally the grocery shop in FR

FR world id = 5

Next, go to etc/caba/data/Data_World/
look for world5-npc.scp <-- this file will handle all the npc attributes such as position/trainer/item price for npc in Fort Ruina.

Under the shoplist, [ShopLst], look for shop list number 78

[ShopLst] NpcsIdx NSetIdx ItemKind ItemOpt ReputationClass DurationIdx Price

78 7 42 945 1288 -19 0 5000000

Thats the item(EOD pt 2).
Ok, now to identify the problem, u must download the file decrypted by SAURON, open the decrypted cabal.enc and try to look for the shoplist.

And we found it here:
<item slot_id="41" item_id="945" option="1288" reputation_class="-19" duration_id="0" price="5000000" />

U may found that NpcIdx in server file not same with item slot id in cabal.enc, so just change it to

78 7 41 945 1288 -19 0 5000000

and its work. the same goes with MF :)

acidstar
Ragezone