Jump to content

Kido

Members
  • Posts

    1445
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Kido

  1. 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?
  2. 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.
  3. 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.
  4. 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}
  5. 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
  6. 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.
  7. use this a reference http://rathena.org/wiki/Custom_Items there's how to make it wings, and which jobs can use them hmm not sure about the coma in accessory part, for me it works liek that o: well uh ehre's a trick wings are locate in lower headgear right? then search in your item_db (no custom) for a lower headgear that can be used by any job for example a flu mask then copy it and in the end jsut change the id and the names ID,name,name <-- yeah you can't sue the same view id and/or the same id of another item, they need their own ids and names tell if it worked, if not let me know the script of your item o:
  8. yeah, you have to edit the item description and then do the item script so it will grant that bonus https://github.com/rathena/rathena/blob/master/doc/item_bonus.txt to change the description of your item do the step 2 of my guie text side Open data/idnum2itemdesctable.txt and add inside ID#<Enter>Description<Enter>#
  9. so, seems like you didn't specified the ID so the problem may be in the text file side D:
  10. the error you are having with it D: or the text files of the items you are going to add remember that the name of the item must be the same of the name of the sprite
  11. Make sure that you have done the steps correctly, check your text files, if you don't have any lub or lua problems then it's more like you mispelled the name of the item in your text files o: if you can show me any pic. that would be of help o:
  12. I've updated my rAthena, and no work. i got that same error too so i'm not using it ): Replace * 1019 : .server_max_level = getserverdef( 'V'AR_MAX_LEVEL ); with .server_max_level = MAX_LEVEL; as you are no longer able to use VAR_MAX_LEVEL to call for max level as it is not in the in db/const.txt anymore but moved to src/map/script.c as MAX_LEVEL. There are still other errors in this script however. Yeah i already did that, my players got a problem, when they relog they lose the kill count of some mobs, i can't set properly the quest time and so on @_@ thanks for ther help btw o:!
  13. i don't liek that client, nothing personal agains it or anyone lol, i don't know how to use it or to set it up if someone teaches me i will make the guide ;o aw.. why you dont like ? its good lorr. hahaha. i know it's a good client, my problem is that i can't set it up properly, i followed the steps, i think i did mistakes in the diff, the guide should say which diffs are must to make it work. Sorry for the late repply D: Thank you, it took me sometime, i'm glad you guys like it :DD
  14. i don't liek that client, nothing personal agains it or anyone lol, i don't know how to use it or to set it up if someone teaches me i will make the guide ;o
  15. Kido

    asura

    let's wait until cydh or other dev. have some time to help in this, sorry for the late repply
  16. Kido

    asura

    so, what she would need to do to make the asura go as she wants o: ?
  17. alright @_@ i will try to get more locations in these days o:
  18. woaaaa it's awesome o:!!! 5/5 stars! i would only change the bg for the footer, it's too simple, maybe something more sky-related o: but yeah ii like it a lot o:!!
  19. me too :DD how many locations left D: ?
  20. nice o: please read the post i amde for you D: http://rathena.org/board/topic/82770-locations-needed-for-script-release/?p=254797
  21. Make sure that you droped the sprite in the correct folder also make sure that the item sprite is in the folder that will able to be equiped by male and female
×
×
  • Create New...