crowmaster Posted July 19, 2014 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 53 Reputation: 18 Joined: 11/19/11 Last Seen: September 29, 2022 Share Posted July 19, 2014 (edited) You shouldn't do a server if you can't even : 1. Use your common sense to understand those item variables, bonuses and what they do 2. Read and understand the guide carefully Btw this is the most detailed guide of addin custom items imo. Edited July 19, 2014 by crowmaster Quote Link to comment Share on other sites More sharing options...
seifman123 Posted July 19, 2014 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 181 Reputation: 0 Joined: 08/03/13 Last Seen: September 12, 2014 Share Posted July 19, 2014 crowmaster i already understood the guide and the bouns i only dont understand what does the code do + i cant wear the thingsi already added so i was assking about the cood cuz its possible to be from it by code i mean the item_db code Quote Link to comment Share on other sites More sharing options...
Kido Posted July 19, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Author Share Posted July 19, 2014 crowmaster i already understood the guide and the bouns i only dont understand what does the code do + i cant wear the thingsi already added so i was assking about the cood cuz its possible to be from it by code i mean the item_db code hmm alright, look here structure ID,DBName,ScreenName,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Class,Gender,Loc,wLV,eLV, Refineable,View,{Script},{OnEquip_Script},{OnUnequip_Script} for yur wings, asuming that it should go in a lower headgear, it would be like this: YOURDitemDI,YourITemNameWith_AsSpace,YourItemNameWithSpace,5,0,0,0,,0,,0,0xFFFFFFFF,63,2,1,,1,0,YourViewID,{ YourItemBonusScript },{ YourItemOnEquipBonusScript },{ YourItemOnUnEquipBonusScript } The important thing here is the Job, class and gender, in the example above i made it for all classes any job can be wearned by male and female ID,DBName,ScreenName,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Class,Gender,Loc,wLV,eLV, Refineable,View,{Script},{OnEquip_Script},{OnUnequip_Script} YOURDitemDI,YourITemNameWith_AsSpace,YourItemNameWithSpace,5,0,0,0,,0,,0,0xFFFFFFFF,63,2,1,,1,0,YourViewID,{ YourItemBonusScript },{ YourItemOnEquipBonusScript },{ YourItemOnUnEquipBonusScript } 0xFFFFFFFF: All Jobs YOURDitemDI,YourITemNameWith_AsSpace,YourItemNameWithSpace,5,0,0,0,,0,,0,0xFFFFFFFF,63,2,1,,1,0,YourViewID,{ YourItemBonusScript },{ YourItemOnEquipBonusScript },{ YourItemOnUnEquipBonusScript } 63: All Classes YOURDitemDI,YourITemNameWith_AsSpace,YourItemNameWithSpace,5,0,0,0,,0,,0,0xFFFFFFFF,63,2,1,,1,0,YourViewID,{ YourItemBonusScript },{ YourItemOnEquipBonusScript },{ YourItemOnUnEquipBonusScript } 2: Any gender Use the Wiki as reference: http://rathena.org/wiki/Custom_Items#Structure Uh yeah, before launching a server you should must have at least basic knowledge like adding items, changing the drops and exp, changing the max level, Basic Scripting http://rathena.org/wiki/Basic_Scripting , basic SRC modifications like setting up a client or defining if renewal or pre.renewal, how to change the login background http://rathena.sourceforge.net/tools/login_background/ , how to make a loading screen http://rathena.org/wiki/Loading_Screens , how to make a logo for your server http://rathena.org/wiki/Scr_logo.bmp etc. If players notice your lack of knowledge they may quit your server. Well good luck, if you have any questions repply with your issue, if what i said above doesn't work, please post your item script. 1 Quote Link to comment Share on other sites More sharing options...
seifman123 Posted July 19, 2014 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 181 Reputation: 0 Joined: 08/03/13 Last Seen: September 12, 2014 Share Posted July 19, 2014 thx helped alot trying now ok last question and sorry for asking u much i added many hats now and all ok but when i try to add the luffy hat and wear it and error happens not when i wear it when but becuz it change the charcter outfit so is that another guide Quote Link to comment Share on other sites More sharing options...
Kido Posted July 19, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Author Share Posted July 19, 2014 thx helped alot trying now ok last question and sorry for asking u much i added many hats now and all ok but when i try to add the luffy hat and wear it and error happens not when i wear it when but becuz it change the charcter outfit so is that another guide whenever you get an error or an unwanted result, post the script or the error with a screen, if the hat in changing the outfil of your character is more like an item_bonus script error np you can ask as much as you want, just try to provide evidence so the problem can be more clear and fixed quickly Quote Link to comment Share on other sites More sharing options...
seifman123 Posted July 19, 2014 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 181 Reputation: 0 Joined: 08/03/13 Last Seen: September 12, 2014 Share Posted July 19, 2014 ok tell me what to add in the item_bouns Module Name: D:\Ragnarok\DesTinyRO.exeTime Stamp: 0x4e099611 - Tue Jun 28 10:51:29 2011Exception Type: 0xc00000050x0042ef30 DesTinyRO.exeeax: 0x0012f670 ebx: 0x00000010ecx: 0x00000000 edx: 0x00000000esi: 0x0c6ccfd8 edi: 0x00000054ebp: 0x00000190 esp: 0x0012f66cstack 0012f66c - 0012fa6c0012F66C : 94 A5 B9 40 38 FC 12 00 8E 35 75 00 FF FF FF FF0012F67C : CF EF 42 00 00 00 00 00 00 00 00 00 3E 99 47 000012F68C : 00 00 00 00 00 00 00 00 7C A5 B9 40 00 77 80 000012F69C : D8 CF 6C 0C 10 41 03 0C D8 0E 85 00 03 00 00 000012F6AC : 68 A6 98 0C E0 50 65 12 00 00 00 00 54 00 00 000012F6BC : F9 FF FF FF 01 00 00 00 01 00 00 00 00 00 00 000012F6CC : 00 00 00 00 AE 22 92 77 00 00 00 00 DC 0E 85 000012F6DC : 18 00 00 00 9D 20 92 77 00 00 00 00 00 00 00 000012F6EC : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 000012F6FC : 00 00 04 3E 00 00 78 3E 00 00 00 00 00 00 00 000012F70C : 60 01 EB 01 68 37 03 0C 02 00 00 00 00 00 00 000012F71C : 0F 00 00 00 0C 1A 79 00 08 1A 79 00 20 2F 20 330012F72C : 00 00 79 00 FC 19 79 00 02 00 00 00 00 00 00 000012F73C : 20 00 00 00 EC 19 79 00 64 F7 12 00 58 3A 97 720012F74C : 00 00 39 00 00 00 00 00 18 00 00 00 DC 0E 85 000012F75C : 70 0F EC 01 B0 D8 06 0C 7C F7 12 00 58 3B 97 72Launch Info0000 0000 0000 0000 0000 0000 0000 00000000 0000 0000 0000 0000 0000 0000 00000000 0000 0000 0000 0000 0000 0000 00000000 0000 0000 0000 0000 0000 0000 0000Job : Novice Quote Link to comment Share on other sites More sharing options...
Kido Posted July 19, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Author Share Posted July 19, 2014 i'm telling you to psot the whole script of your item i mean this part ID,DBName,ScreenName,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Class,Gender,Loc,wLV,eLV, Refineable,View,{Script},{OnEquip_Script},{OnUnequip_Script} so i can see why it changes your character outfil D: put something simple like bonus bStr,1; { bonus bStr,1; },{OnEquip_Script},{OnUnequip_Script} 1 Quote Link to comment Share on other sites More sharing options...
seifman123 Posted July 19, 2014 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 181 Reputation: 0 Joined: 08/03/13 Last Seen: September 12, 2014 Share Posted July 19, 2014 thats a pic for the error ok sorry didnt c the post 22024,nekoring_hat,nekoring_hat,4,,,0,,0,,1,0xFFFFFFFF,63,2,256,,1,1,960,{ bonus bAgi,3; bonus bFlee,2; bonus bAspdRate,1; },{ },{ } 22025,luffy_hat,luffy_hat,4,,,0,,0,,1,0xFFFFFFFF,63,2,257,,1,1,961,{ bonus bAgi,8; bonus bAspdRate,1; },{ },{ } 22026,hanging_dolls,hanging_dolls,4,,,0,,0,,1,0xFFFFFFFF,63,2,257,,1,1,962,{ bonus bAgi,2; bonus bStr,2; },{ },{ } 22027,diamond_dust,diamond_dust,4,,,0,,0,,1,0xFFFFFFFF,63,2,257,,1,1,963,{ bonus bAgi,2; bonus bDex,2; },{ },{ } Quote Link to comment Share on other sites More sharing options...
Kido Posted July 20, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Author Share Posted July 20, 2014 Hmm i don't see any problem there. Then it should be the sprite, please provide how you added them in the following text files idnum2itemdisplaynametable.txt data/idnum2itemdesctable.txt data/idnum2itemresnametable.txt data/itemslotcounttable.txt data/luafiles514/lua files/datainfo/accessoryid.lub data/luafiles514/lua files/datainfo/accname.lub Also, the name of the sprite. Quote Link to comment Share on other sites More sharing options...
seifman123 Posted July 20, 2014 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 181 Reputation: 0 Joined: 08/03/13 Last Seen: September 12, 2014 Share Posted July 20, 2014 yup i did all of that Quote Link to comment Share on other sites More sharing options...
Kido Posted July 20, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Author Share Posted July 20, 2014 yup i did all of that Well, seems like you won't provide anything more. I suggest to re-do the guide, for me it'w working so i guess you skipped something. If you solve your mistake please let us all know so if someone runs in the same mistake may fix it too. Quote Link to comment Share on other sites More sharing options...
seifman123 Posted July 20, 2014 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 181 Reputation: 0 Joined: 08/03/13 Last Seen: September 12, 2014 Share Posted July 20, 2014 do u mean it worked for u that u tried the luffy hat ? cuzi think the problem in the spr Quote Link to comment Share on other sites More sharing options...
Kido Posted July 20, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Author Share Posted July 20, 2014 do u mean it worked for u that u tried the luffy hat ? cuzi think the problem in the spr Oh nope lol i don't have the luffy hat, nor the .spr and .act files hmm maybe you didn't added it correctly yo the foler try again this? Quote Link to comment Share on other sites More sharing options...
seifman123 Posted July 20, 2014 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 181 Reputation: 0 Joined: 08/03/13 Last Seen: September 12, 2014 Share Posted July 20, 2014 i will try now for how long would u be online Quote Link to comment Share on other sites More sharing options...
Kido Posted July 20, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Author Share Posted July 20, 2014 I will be checking this as much as i can, i'm a bit busy at the momment. Quote Link to comment Share on other sites More sharing options...
seifman123 Posted July 20, 2014 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 181 Reputation: 0 Joined: 08/03/13 Last Seen: September 12, 2014 Share Posted July 20, 2014 ok done all of that byt still same error but * Quote Link to comment Share on other sites More sharing options...
Kido Posted July 21, 2014 Group: Members Topic Count: 127 Topics Per Day: 0.03 Content Count: 1445 Reputation: 164 Joined: 08/17/13 Last Seen: July 11, 2019 Author Share Posted July 21, 2014 ok done all of that byt still same error but * Hmm alright i will make later a video that will follow my guide. For now you can rely in the Wiki http://rathena.org/wiki/Custom_Items So, when i get some free time i will do the video. 1 Quote Link to comment Share on other sites More sharing options...
seifman123 Posted July 21, 2014 Group: Members Topic Count: 56 Topics Per Day: 0.01 Content Count: 181 Reputation: 0 Joined: 08/03/13 Last Seen: September 12, 2014 Share Posted July 21, 2014 i think the problem is from the luffy spr Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.