-
Content Count
306 -
Joined
-
Last visited
-
Days Won
21
-
DangThao started following Map glue and cut tool, Lite Server(Сборка Сервера), Help when dropping an item, a message appears. and and 6 others
-
ссылка битая, перезалейте пожалуйста. Спасибо.
-
Help when dropping an item, a message appears.
DangThao replied to Edilson's topic in Questions & Help
Is this the real WPD file? i thought not so many people has it? -
Help when dropping an item, a message appears.
DangThao replied to Edilson's topic in Questions & Help
They can just open iteminfo with starting line of tab information into CSVed and edit from there. -
check the illusion slash end function function Skill_Hyz_End ( ATKER , DEFER , sklv ) This is the formula local dmg = ( ( 1.5 + 0.1 * sklv ) ) * (math.min(3,( math.max ( 1, math.floor( aspd / 70 ) ) ))) * Atk_Dmg ( ATKER , DEFER ) Adjust it to your liking. Below is the one for CA/Mobs dmg = ( ( 1 + 0.1 * sklv ) ) * (math.min(3,( math.max ( 1, math.floor( aspd / 70 ) ) ))) * Atk_Dmg ( ATKER , DEFER )
-
U can do via characterinfo assign class crusader code 9 to it. Then you add the animation on characterpos and will work(or just take a characterpos from another working client as it doesnt seems to give u any error.)
-
You can locate the image of the IGS in the client>lua>forms folder and find the IGS. Then find the image in ur client>texture>ui.
-
Wrong section. Try these 2 youtube guide; Tales Of Pirates Private Server Guide - YouTube Tales of Pirates Server Setup Guide
-
Thanks man. Very much appreciated. Your da best!
-
Weird haha. I tried incognito too but doesnt work on me. I might be able to download it if it work.
-
Link to pudn.com page are down. Now can't do stuff.
-
Do you still happen to have this? or anyone?...
-
Hello mate, Anyone can share spring town individual map with its placed objects. Really hoping someone got something like this. Thanks.
-
Maybe something like this >? &Lua AddMallPoints("pkodev","1000"); make sure your function of AddMallPoints exist and are connected to your DataBase if u r using LuaSQL. Check Lua_Err for more info.
-
playername aka chaname should be your character name and not your characterID. Try that.