Jump to content

danker

Members
  • Posts

    105
  • Joined

  • Last visited

Posts posted by danker

  1. no, afaik costume system go under accessoryid.lua and accname.lua

    it's completely different.

    check this costume :

    19509,Butterfly_Wing_Ears,Butterfly Wing Ears,5,20,,0,,0,,0,0xFFFFFFFF,7,2,1024,,1,0,695,{},{},{}
    

    garment = spriterobe

    costume system = accessoryid.lua and accname.lua

  2. When you're adding the item to that item_db, what do we put the view ID as?

    3 - as garment type armor

    1 for Upper and 2 for Lower? o_o

    just do as say -.- and make sure those wing is garment type armor.

    here's sample

    2599,Wings_Of_Fallen_Angel,Wings Of Fallen Angel,5,0,,200,,18,,1,0xFFFFFFFF,7,2,4,,0,1,3,{},{},{}
    

    Ohh, I see now LOL! Alright. So, every item I want in the 'Costume' System, their view ID needs to be 3+ (Corresponding to the items ID in the lua)?

    did i mention about costume before? i said it's a garment not costume. please read the older post.

  3. When you're adding the item to that item_db, what do we put the view ID as?

    3 - as garment type armor

    1 for Upper and 2 for Lower? o_o

    just do as say -.- and make sure those wing is garment type armor.

    here's sample

    2599,Wings_Of_Fallen_Angel,Wings Of Fallen Angel,5,0,,200,,18,,1,0xFFFFFFFF,7,2,4,,0,1,3,{},{},{}
    

  4. thx to http://rathena.org/board/user/321-fataleror/

    // 2011-11-22aRagexeRE
    0x0835,19,wanttoconnection,2:6:10:14:18
    0x0892,5,walktoxy,2
    0x0899,6,ticksend,2
    0x0896,5,changedir,2:4
    0x0893,6,takeitem,2
    0x0436,6,dropitem,2:4
    0x08A4,8,movetokafra,2:4
    0x0362,8,movefromkafra,2:4
    0x08AD,10,useskilltopos,2:4:6:8
    0x0363,90,useskilltoposinfo,2:4:6:8:10
    0x0898,6,getcharnamerequest,2
    0x035F,6,solvecharname,2
    0x0891,26,friendslistadd,2
    0x089E,5,hommenu,4
    0x0364,36,storagepassword,0
    0x0895,26,partyinvite2,2
    0x022D,7,actionrequest,2:6
    0x08A1,10,useskilltoid,2:4:6
    0x0369,-1,itemlistwindowselected,2:4:8
    0x0202,18,bookingregreq,2:4:6
    0x0887,-1,reqopenbuyingstore,2:4:8:9:89
    0x08A9,2,reqclosebuyingstore,0
    0x088C,6,reqclickbuyingstore,2
    0x089D,-1,reqtradebuyingstore,2:4:8:12
    0x07EC,-1,searchstoreinfo,2:4:5:9:13:14:15
    0x0815,2,searchstoreinfonextpage,0
    0x0366,12,searchstoreinfolistitemclick,2:6:10
    0x0439,8,useitem,2:4
    0x0907,5,moveitem,0
    

  5. - as i said in other thread before, iam not using those client as my primary client,although this morning iam able to fix some errors, but right now iam not able to change those tab(i dont't know it's LUA side or msgstring side problem)

    - i thought rathena had one? why don't you check it out? iam not using rathena btw.

  6. - Just wanna know, is it possible to edit the names of the tabs?

    - And I tried the drag and drop function, but it always kick me out of the server.

    - The maximum number of items that can be placed in your inventory does not change with this function, right?

    - Yes it's possible, it's showing "NO MSG"

    - You need to update your packet

    - nope

  7. I found the solution to the problem! /no1

    Without patch [Data] Read Data Folder First

    Client search:

    OptionInfo.lua in path:  \SaveData\..
    OptionInfo.lub in path:  \System\..

    With patch [Data] Read Data Folder First

    Client search:

    OptionInfo.lua in path:  \data\SaveData\..
    OptionInfo.lub in path:  \data\System\..

    If you apply patch [Data] Read Data Folder First, then files should be placed in the following paths:

    \data\SaveData\OptionInfo.lua
    \data\System\OptionInfo.lub

    Otherwise, files should be placed in these paths:

    \SaveData\OptionInfo.lua
    \System\OptionInfo.lub

    woah.... your infos solve my problem...

    oh yeah for you who have "OptionInfo.lua" problem you can copy OptionInfo.lua from "lua file" inside

    "optioninfo folder"

    or you can use mine....just edit "wide" and "height" in the bottom of this setting

    Have fun ^^

    edit1 :

    forgot to say thx

    thanks Heler /ok

    edit2 :

    Mouse free Fix ^^

    OptionInfo.rar

×
×
  • Create New...