-
1 Attachment(s)
Fixed 1006_duals script
I found fixed 1006_dual script. With that script players can make dual Keshanberk, Keshanberk*Damascus and dual Damascus.
Download fixed script and unrar it in
ServerFolder\data\jscript\blacksmith\ folder (replace if you have this script, if you haven't after extract you must add next string in __init__.py file, in ServerFolder\data\jscript\blacksmith\ folder : '1006_duals').
Thats dual can make only Blackshmith of Mammon if you don't have this NPC on your server, just stay in good place (by default his stay in x-41343 y209843 z-5113) choose on your char and type in chat window //spawn 8126 or execute that string in your database: INSERT INTO spawnlist VALUES (3002096,'Blacksmith Mammon',1,8126,-41343,209843,-5113,0,0,19740,60,0);
-
I've posted that bug and fix before but no one care :P
http://forum.ragezone.com/showpost.p...&postcount=190
-
But in your fix i found error.
Check ids:
5233 - kshanberk*kshanberk
5704 - _kshanberk*kshanberk
5706 - damascus*damascus
Your error: when you choose keshanberk*damascus you take 5704 (dual keshanberk) but in script posted by me you take 5705 (kshanberk*sword_of_damascus )
:P
-
ops i not notice that errors, only fix take items xD thx you
-