Jump to content
  • 0

custom item and mob


kasumy

Question


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  374
  • Reputation:   42
  • Joined:  01/19/12
  • Last Seen:  

hi guys. i added an some custom itens and when pass under 20118 IDS my not client appears " Invalid ID " but i add in item_db2 idnum2resnametable and acessoryid.lua accnameid.lua 

 

20120,fred_aureoladosabio,fred_aureoladosabio,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,995,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}

 

20120#fred_aureoladosabio#

 

    ACCESSORY_FRED_AUREOLADOSABIO = 995,

 

    [995] = "_fred_aureoladosabio",

 

I had seen in a forum what i had edit the archive " itemInfo.lub "

 

and mobs too. i add custom mobs but when i digit " @monster 2501 " custom monster does not appear. How i repair it?

Edited by kasumy
Link to comment
Share on other sites

20 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

you have teamviewer ? I can help you better if i see what is happening.

 

Custom item is not properly specified in the *num2resnametable.txt files which is why you are seeing the cross

Edited by MStream
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  140
  • Topics Per Day:  0.03
  • Content Count:  562
  • Reputation:   108
  • Joined:  10/05/12
  • Last Seen:  

upload a screenshot with your open accssesoryid  file to see whats going on

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  92
  • Reputation:   8
  • Joined:  01/11/13
  • Last Seen:  

u will have to create .lub file, i faced the same issue creating a .lub file solved it

 

i hope your client supports ids upto 1000 or greater, if not then you will need to take care of that

 

in weediff patcher select this patch and enter how many IDs

post-14002-0-52599700-1364355659_thumb.png

 

for Mobs you need to add them to lua files

 

kindly read this page in detail

http://rathena.org/wiki/Custom_Mobs

Edited by kamikaze666
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

iteminfo.lua is used for clients dated from 2012-04-18 onwards. If you are using a client older than that you need to add your entries to the *nametable.txt files associated with custom items instead and not use iteminfo.lua.

Edited by MStream
  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  47
  • Topics Per Day:  0.01
  • Content Count:  374
  • Reputation:   46
  • Joined:  03/27/13
  • Last Seen:  

Question: Is your custom monster working properly when you did not put the custom item on it?

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  374
  • Reputation:   42
  • Joined:  01/19/12
  • Last Seen:  

Question: Is your custom monster working properly when you did not put the custom item on it?

when i used the hexed 2011-01-11 not appear problems, but i exchanged all. I used cronus emulator, but i changed for Rathena. I use hexed 2012-04-10.

In this hexed no appears anyone error, but in hexed 2012-04-10 when i use " @monster 2501 " the monster no appears. In custom itens, When i put " @item 20118 " the custom item appears but when i put " @item 20119 " the custom item no appears but it is added in item_db2 idnum2resnametable accessoryid.lua and accname.lua too and recompiled but in game when i put @item 20119 " the item no appears. Under IDs 20118 the custom itens appear no problem. I use hexed 2012-04-10.

Edited by kasumy
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  374
  • Reputation:   42
  • Joined:  01/19/12
  • Last Seen:  

u will have to create .lub file, i faced the same issue creating a .lub file solved it

 

i hope your client supports ids upto 1000 or greater, if not then you will need to take care of that

 

in weediff patcher select this patch and enter how many IDs

attachicon.gifScreenShot201.png

 

for Mobs you need to add them to lua files

 

kindly read this page in detail

http://rathena.org/wiki/Custom_Mobs

any hexed appear the monster, only no appear in hexed 2012-04-40. i tested 

Edited by kasumy
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  92
  • Reputation:   8
  • Joined:  01/11/13
  • Last Seen:  

Client Side
For your mob to exist in the client, you need to add it to a few Lua files.
[edit] datainfo/npcidentity.lua
Example at the end of the file:
	["JT_4_F_TAEKWON"] = 644,
	["JT_4_F_SWORDMAN"] = 645,
	-- Custom Mobs
	["JT_JACOB"] = 2500,
	["JT_AQUARING"] = 2600
}
The number after the = sign denotes the mob's database ID number. Other sprites in this file have their view ID e.g. NPC sprite number.
[edit] datainfo/jobname.lua
Example at the end of the file:
	[jobtbl.JT_GIBBET] = "GIBBET",
	[jobtbl.JT_DULLAHAN] = "DULLAHAN",
	[jobtbl.JT_LOLI_RURI] = "LOLI_RURI",
	[jobtbl.JT_DISGUISE] = "DISGUISE",
	-- Custom Mobs
	[jobtbl.JT_JACOB] = "jacobmob",
	[jobtbl.JT_AQUARING] = "aquaring"
}
In this file, the value after the = sign is the name of the actual sprite in your data folder/GRF

 

 

2012-04-40? or 2012-04-10

 

i have 2012-04-10 client and implemented 6 custom mobs so far, to implement custom mobs no need to hex, just update lua files, and add to mob_db2.txt

Edited by kamikaze666
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  374
  • Reputation:   42
  • Joined:  01/19/12
  • Last Seen:  

Client Side
For your mob to exist in the client, you need to add it to a few Lua files.
[edit] datainfo/npcidentity.lua
Example at the end of the file:
	["JT_4_F_TAEKWON"] = 644,
	["JT_4_F_SWORDMAN"] = 645,
	-- Custom Mobs
	["JT_JACOB"] = 2500,
	["JT_AQUARING"] = 2600
}
The number after the = sign denotes the mob's database ID number. Other sprites in this file have their view ID e.g. NPC sprite number.
[edit] datainfo/jobname.lua
Example at the end of the file:
	[jobtbl.JT_GIBBET] = "GIBBET",
	[jobtbl.JT_DULLAHAN] = "DULLAHAN",
	[jobtbl.JT_LOLI_RURI] = "LOLI_RURI",
	[jobtbl.JT_DISGUISE] = "DISGUISE",
	-- Custom Mobs
	[jobtbl.JT_JACOB] = "jacobmob",
	[jobtbl.JT_AQUARING] = "aquaring"
}
In this file, the value after the = sign is the name of the actual sprite in your data folder/GRF

 

 

2012-04-40? or 2012-04-10

 

i have 2012-04-10 client and implemented 6 custom mobs so far, to implement custom mobs no need to hex, just update lua files, and add to mob_db2.txt

my lua files is updated but i not seens this line^^ Thanks^^ And custom itens do you know ? 

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  92
  • Reputation:   8
  • Joined:  01/11/13
  • Last Seen:  

for custom items like i said earlier you have to first make sure your client supports ids above 1000 then just insert your custom stuff in accessoryid.lua and accname.lua and make lub files of the same using "compile gui.exe" <google it>

the other necessary steps include adding it to the database ofcourse :) hope this helps

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  374
  • Reputation:   42
  • Joined:  01/19/12
  • Last Seen:  

for custom items like i said earlier you have to first make sure your client supports ids above 1000 then just insert your custom stuff in accessoryid.lua and accname.lua and make lub files of the same using "compile gui.exe" <google it>

the other necessary steps include adding it to the database ofcourse :) hope this helps

i diffed with 5000 viewid T_T

the img:
screenflenionragnarokon.jpg
the accname.lua:

   [875] = "_cyan_dragon",

    [876] = "_kyuuby",
    [877] = "_azur_death",
    [878] = "_aztecs_wings",
    [879] = "_azureraw",
    [880] = "_blackangel",
    [881] = "_blackbw",
    [882] = "_blackice",
    [883] = "_blueangel",
    [884] = "_bluebw",
    [885] = "_greenangel",
    [886] = "_purpleangel",
    [887] = "_greentrans",
    [888] = "_holywing",
    [889] = "_divinewings",
    [890] = "_redangel",
    [891] = "_grayangel",
    [892] = "_orangeangel",
    [893] = "_specialblackwings",
    [894] = "_specialbluewings",
    [895] = "_specialgoldwings",
    [896] = "_specialgreenwings",
    [897] = "_specialorangewings",
    [898] = "_specialpinkwings",
    [899] = "_specialpurplewings",
    [900] = "_specialredwings",
    [901] = "_specialtealwings",
    [902] = "_specialwhitewings",
    [903] = "_30103",
    [904] = "_30104",
    [905] = "_30106",
    [906] = "_30108",
    [907] = "_30111",
    [908] = "_30149",
    [909] = "_30165",
    [910] = "_30166",
    [911] = "_30167",
    [912] = "_30168",
    [913] = "_30169",
    [914] = "_30171",
    [915] = "_30178",
    [916] = "_30189",
    [917] = "_aries_wings",
    [918] = "_asas_de_gargula",
    [919] = "_asas_organicas",
    [920] = "_asas_observador",
    [921] = "_butterflywingsblack",
    [922] = "_butterflywingsgreen",
    [923] = "_butterflywingsviolet",
    [924] = "_butterflywingswhite",
    [925] = "_butterflywingsyellow",
    [926] = "_fs_bigangelwings",
    [927] = "_golden_wings",
    [928] = "_Vindicated_Wing",
    [929] = "_purple_butterfly_wings",
    [930] = "_asas_de_borboleta_mistica",
    [931] = "_darkgreen_butterfly_wing",
    [932] = "_diablowings",
    [933] = "_fairy_frozen_wing",
    [934] = "_fs_darkwing",
    [935] = "_nemesiswings",
    [936] = "_30121",
    [937] = "_30122",
    [938] = "_30123",
    [939] = "_30124",
    [940] = "_30125",
    [941] = "_30127",
    [942] = "_azureemp",
    [943] = "_black_sage_ring",
    [944] = "_blackflame",
    [945] = "_blackspellring",
    [946] = "_blackzodiac",
    [947] = "_blue_sage_ring",
    [948] = "_bluebutterfly",
    [949] = "_blueflame",
    [950] = "_butterflyaurora",
    [951] = "_cavalo_marinho_azul",
    [952] = "_cavalo_marinho_do_arco_iris",
    [953] = "_cyan_sage_ring",
    [954] = "_orelhas_de_bunny",
    [955] = "_orelhas_de_chii",
    [956] = "_dragonaurora",
    [957] = "_gold_sage_ring",
    [958] = "_goldspellring",
    [959] = "_green_sage_ring",
    [960] = "_greenspellring",
    [961] = "_iceemperium",
    [962] = "_belt_of_darkness",
    [963] = "_lhzaurora",
    [964] = "_majesticemp",
    [965] = "_maroonemp",
    [966] = "_nightaurora",
    [967] = "_orangeflame",
    [968] = "_orangespellring",
    [969] = "_orangezodiac",
    [970] = "_pinkbutterfly",
    [971] = "_pinkflame",
    [972] = "_purple_sage_ring",
    [973] = "_purplebutterfly",
    [974] = "_purpleflame",
    [975] = "_purpleflare",
    [976] = "_purplespellring",
    [977] = "_purplezodiac",
    [978] = "_rabo_de_goku",
    [979] = "_rabo_de_raposa",
    [980] = "_rainbowemp",
    [981] = "_red_sage_ring",
    [982] = "_redflame",
    [983] = "_redflare",
    [984] = "_redspellring",
    [985] = "_skullemp",
    [986] = "_spellring",
    [987] = "_starry_night",
    [988] = "_sunfloweraurora",
    [989] = "_tealbutterfly",
    [990] = "_tealspellring",
    [991] = "_tealzodiac",
    [992] = "_white_sage_ring",
    [993] = "_whiteflare",
    [994] = "_whitespellring",
    [995] = "_fred_aureoladosabio",
}
acessoryid.lua:

   ACCESSORY_CYAN_DRAGON = 875,

    ACCESSORY_KYUUBY = 876,
    ACCESSORY_AZUR_DEATH = 877,
    ACCESSORY_AZTECS_WINGS = 878,
    ACCESSORY_AZURERAW = 879,
    ACCESSORY_BLACKANGEL = 880,
    ACCESSORY_BLACKBW = 881,
    ACCESSORY_BLACKICE = 882,
    ACCESSORY_BLUEANGEL = 883,
    ACCESSORY_BLUEBW = 884,
    ACCESSORY_GREENANGEL = 885,
    ACCESSORY_PURPLEANGEL = 886,
    ACCESSORY_GREENTRANS = 887,
    ACCESSORY_HOLYWING = 888,
    ACCESSORY_DIVINEWINGS = 889,
    ACCESSORY_REDANGEL = 890,
    ACCESSORY_GRAYANGEL = 891,
    ACCESSORY_ORANGEANGEL = 892,
    ACCESSORY_SPECIALBLACKWINGS = 893,
    ACCESSORY_SPECIALBLUEWINGS = 894,
    ACCESSORY_SPECIALGOLDWINGS = 895,
    ACCESSORY_SPECIALGREENWINGS = 896,
    ACCESSORY_SPECIALORANGEWINGS = 897,
    ACCESSORY_SPECIALPINKWINGS = 898,
    ACCESSORY_SPECIALPURPLEWINGS = 899,
    ACCESSORY_SPECIALREDWINGS = 900,
    ACCESSORY_SPECIALTEALWINGS = 901,
    ACCESSORY_SPECIALWHITEWINGS = 902,
    ACCESSORY_30103 = 903,
    ACCESSORY_30104 = 904,
    ACCESSORY_30106 = 905,
    ACCESSORY_30108 = 906,
    ACCESSORY_30111 = 907,
    ACCESSORY_30149 = 908,
    ACCESSORY_30165 = 909,
    ACCESSORY_30166 = 910,
    ACCESSORY_30167 = 911,
    ACCESSORY_30168 = 912,
    ACCESSORY_30169 = 913,
    ACCESSORY_30171 = 914,
    ACCESSORY_30178 = 915,
    ACCESSORY_30189 = 916,
    ACCESSORY_ARIES_WINGS = 917,
    ACCESSORY_ASAS_DE_GARGULA = 918,
    ACCESSORY_ASAS_ORGANICAS = 919,
    ACCESSORY_ASAS_OBSERVADOR = 920,
    ACCESSORY_BUTTERFLYWINGSBLACK = 921,
    ACCESSORY_BUTTERFLYWINGSGREEN = 922,
    ACCESSORY_BUTTERFLYWINGSVIOLET = 923,
    ACCESSORY_BUTTERFLYWINGSWHITE = 924,
    ACCESSORY_BUTTERFLYWINGSYELLOW = 925,
    ACCESSORY_FS_BIGANGELWINGS = 926,
    ACCESSORY_GOLDEN_WINGS = 927,
    ACCESSORY_VINDICATED_WING = 928,
    ACCESSORY_PURPLE_BUTTERFLY_WINGS = 929,
    ACCESSORY_ASAS_DE_BORBOLETA_MISTICA = 930,
    ACCESSORY_DARKGREEN_BUTTERFLY_WING = 931,
    ACCESSORY_DIABLOWINGS = 932,
    ACCESSORY_FAIRY_FROZEN_WING = 933,
    ACCESSORY_FS_DARKWING = 934,
    ACCESSORY_NEMESISWINGS = 935,
    ACCESSORY_30121 = 936,
    ACCESSORY_30122 = 937,
    ACCESSORY_30123 = 938,
    ACCESSORY_30124 = 939,
    ACCESSORY_30125 = 940,
    ACCESSORY_30127 = 941,
    ACCESSORY_AZUREEMP = 942,
    ACCESSORY_BLACK_SAGE_RING = 943,
    ACCESSORY_BLACKFLAME = 944,
    ACCESSORY_BLACKSPELLRING = 945,
    ACCESSORY_BLACKZODIAC = 946,
    ACCESSORY_BLUE_SAGE_RING = 947,
    ACCESSORY_BLUEBUTTERFLY = 948,
    ACCESSORY_BLUEFLAME = 949,
    ACCESSORY_BUTTERFLYAURORA = 950,
    ACCESSORY_CAVALO_MARINHO_AZUL = 951,
    ACCESSORY_CAVALO_MARINHO_DO_ARCO_IRIS = 952,
    ACCESSORY_CYAN_SAGE_RING = 953,
    ACCESSORY_ORELHAS_DE_BUNNY = 954,
    ACCESSORY_ORELHAS_DE_CHII = 955,
    ACCESSORY_DRAGONAURORA = 956,
    ACCESSORY_GOLD_SAGE_RING = 957,
    ACCESSORY_GOLDSPELLRING = 958,
    ACCESSORY_GREEN_SAGE_RING = 959,
    ACCESSORY_GREENSPELLRING = 960,
    ACCESSORY_ICEEMPERIUM = 961,
    ACCESSORY_BELT_OF_DARKNESS = 962,
    ACCESSORY_LHZAURORA = 963,
    ACCESSORY_MAGESTICEMP = 964,
    ACCESSORY_MAROONEMP = 965,
    ACCESSORY_NIGHTAURORA = 966,
    ACCESSORY_ORANGEFLAME = 967,
    ACCESSORY_ORANGESPELLRING = 968,
    ACCESSORY_ORANGEZODIAC = 969,
    ACCESSORY_PINKBUTTERFLY = 970,
    ACCESSORY_PINKFLAME = 971,
    ACCESSORY_PURPLE_SAGE_RING = 972,
    ACCESSORY_PURPLEBUTTERFLY = 973,
    ACCESSORY_PURPLEFLAME = 974,
    ACCESSORY_PURPLEFLARE = 975,
    ACCESSORY_PURPLESPELLRING = 976,
    ACCESSORY_PURPLEZODIAC = 977,
    ACCESSORY_RABO_DE_GOKU = 978,
    ACCESSORY_RABO_DE_RAPOSA = 979,
    ACCESSORY_RAINBOWEMP = 980,
    ACCESSORY_RED_SAGE_RING = 981,
    ACCESSORY_RED_FLAME = 982,
    ACCESSORY_RED_FLARE = 983,
    ACCESSORY_REDSPELLRING = 984,
    ACCESSORY_SKULLEMP = 985,
    ACCESSORY_SPELLRING = 986,
    ACCESSORY_STARRY_NIGHT = 987,
    ACCESSORY_SUNFLOWERAURORA = 988,
    ACCESSORY_TEALBUTTERFLY = 989,
    ACCESSORY_TEALSPELLRING = 990,
    ACCESSORY_TEALZODIAC = 991,
    ACCESSORY_WHITE_SAGE_RING = 992,
    ACCESSORY_WHITEFLARE = 993,
    ACCESSORY_WHITESPELLRING = 994,
    ACCESSORY_FRED_AUREOLADOSABIO = 995,
}
 
and item_db2:

---------- New lower Headgears

20000,Cyan_Dragon,Cyan_Dragon,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,875,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20001,Kyuuby,Kyuuby,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,876,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20002,Azur_Death,Azur_Death,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,877,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20003,Aztecs_Wings,Aztecs_Wings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,878,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20004,³²_azureraw,³²_azureraw,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,879,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20005,blackangel,blackangel,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,880,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20006,³²_blackbw,³²_blackbw,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,881,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20007,³²_blackice,³²_blackice,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,882,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20008,blueangel,blueangel,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,883,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20009,³²_bluebw,³²_bluebw,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,884,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20010,greenangel,greenangel,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,885,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20011,purpleangel,purpleangel,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,886,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20012,³²_greentrans,³²_greentrans,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,887,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20013,³²_holywing,³²_holywing,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,888,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20014,³²_divinewings,³²_divinewings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,889,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20015,redangel,redangel,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,890,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20016,grayangel,grayangel,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,891,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20017,³²_orangeangel,³²_orangeangel,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,892,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20018,³²_specialblackwings,³²_specialblackwings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,893,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20019,³²_specialbluewings,³²_specialbluewings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,894,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20020,³²_specialgoldwings,³²_specialgoldwings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,895,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20021,³²_specialgreenwings,³²_specialgreenwings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,896,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20022,³²_specialorangewings,³²_specialorangewings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,897,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20023,³²_specialpinkwings,³²_specialpinkwings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,898,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20024,³²_specialpurplewings,³²_specialpurplewings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,899,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20025,³²_specialredwings,³²_specialredwings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,900,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20026,³²_specialtealwings,³²_specialtealwings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,901,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20027,³²_specialwhitewings,³²_specialwhitewings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,902,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20028,30103,30103,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,903,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20029,30104,30104,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,904,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20030,30106,30106,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,905,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20031,30108,30108,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,906,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20032,30111,30111,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,907,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20033,30149,30149,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,908,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20034,30165,30165,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,909,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20035,30166,30166,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,910,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20036,30167,30167,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,911,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20037,30168,30168,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,912,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20038,30169,30169,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,913,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20039,30171,30171,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,914,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20040,30178,30178,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,915,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20041,30189,30189,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,916,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20042,aries_wings,aries_wings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,917,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20043,asas_de_gargula,asas_de_gargula,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,918,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20044,asas_organicas,asas_organicas,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,919,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20045,asas_observador,asas_observador,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,920,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20046,butterflywingsblack,butterflywingsblack,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,921,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20047,butterflywingsgreen,butterflywingsgreen,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,922,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20048,butterflywingsviolet,butterflywingsviolet,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,923,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20049,butterflywingswhite,butterflywingswhite,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,924,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20050,butterflywingsyellow,butterflywingsyellow,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,925,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20051,fs_bigangelwings,fs_bigangelwings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,926,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20052,golden_wings,golden_wings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,927,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20053,Vindicated_Wing,Vindicated_Wing,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,928,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20054,purple_butterfly_wings,purple_butterfly_wings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,929,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20055,asas_de_borboleta_mistica,asas_de_borboleta_mistica,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,930,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20056,Darkgreen_Butterfly_Wing,Darkgreen_Butterfly_Wing,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,931,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20057,DiabloWings,DiabloWings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,932,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20058,Fairy_Frozen_Wing,Fairy_Frozen_Wing,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,933,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20059,fs_darkwing,fs_darkwing,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,934,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20060,nemesiswings,nemesiswings,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,1,10,,0,935,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
------ New Mid Headgears
 
20061,30121,30121,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,936,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20062,30122,30122,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,937,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20063,30123,30123,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,938,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20064,30124,30124,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,939,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20065,30125,30125,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,940,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20066,30127,30127,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,941,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20067,azureemp,azureemp,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,942,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20068,Black_Sage_Ring,Black_Sage_Ring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,943,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20069,blackflame,blackflame,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,944,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20070,blackspellring,blackspellring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,945,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20071,blackzodiac,blackzodiac,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,946,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20072,Blue_Sage_Ring,Blue_Sage_Ring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,947,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20073,bluebutterfly,bluebutterfly,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,948,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20074,blueflame,blueflame,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,949,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20075,butterflyaurora,butterflyaurora,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,950,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20076,cavalo_marinho_azul,cavalo_marinho_azul,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,951,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20077,cavalo_marinho_do_arco_iris,cavalo_marinho_do_arco_iris,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,952,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20078,Cyan_Sage_Ring,Cyan_Sage_Ring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,953,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20079,Orelhas_de_Bunny,Orelhas_de_Bunny,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,954,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20080,Orelhas_de_Chii,Orelhas_de_Chii,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,955,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20081,dragonaurora,dragonaurora,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,956,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20082,Gold_Sage_Ring,Gold_Sage_Ring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,957,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20083,goldspellring,goldspellring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,958,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20084,Green_Sage_Ring,Green_Sage_Ring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,959,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20085,greenspellring,greenspellring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,960,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20086,iceemperium,iceemperium,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,961,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20087,belt_of_darkness,belt_of_darkness,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,962,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20088,lhzaurora,lhzaurora,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,963,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20089,majesticemp,majesticemp,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,964,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20090,maroonemp,maroonemp,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,965,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20091,nightaurora,nightaurora,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,966,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20092,orangeflame,orangeflame,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,967,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20093,orangespellring,orangespellring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,968,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20094,orangezodiac,orangezodiac,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,969,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20095,pinkbutterfly,pinkbutterfly,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,970,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20096,pinkflame,pinkflame,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,971,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20097,Purple_Sage_Ring,Purple_Sage_Ring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,972,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20098,purplebutterfly,purplebutterfly,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,973,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20099,purpleflame,purpleflame,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,974,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20100,purpleflare,purpleflare,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,975,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20101,purplespellring,purplespellring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,976,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20102,purplezodiac,purplezodiac,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,977,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20103,Rabo_de_goku,Rabo_de_goku,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,978,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20104,rabo_de_raposa,rabo_de_raposa,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,979,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20105,rainbowemp,rainbowemp,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,980,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20106,Red_Sage_Ring,Red_Sage_Ring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,981,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20107,redflame,redflame,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,982,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20108,redflare,redflare,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,983,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20109,redspellring,redspellring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,984,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20110,skullemp,skullemp,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,985,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20111,spellring,spellring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,986,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20112,Starry_Night,Starry_Night,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,987,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20113,sunfloweraurora,sunfloweraurora,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,988,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20114,tealbutterfly,tealbutterfly,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,989,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20115,tealspellring,tealspellring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,990,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20116,tealzodiac,tealzodiac,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,991,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20117,White_Sage_Ring,White_Sage_Ring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,992,10,,0,917,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20118,whiteflare,whiteflare,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,993,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
20119,whitespellring,whitespellring,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,994,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}20120,fred_aureoladosabio,fred_aureoladosabio,5,5000,,100,,3,,0,0xFFFFFFFF,7,2,512,10,,0,995,{ bonus bAllStats,10; bonus bAtk,10; bonus bMatk,10; specialeffect2 281; },{},{}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

please put your text inside code tags

 

As for the @item issue that happens if your item db is not properly loaded. Restart your server and check for errors in your map server console.

Edited by MStream
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  374
  • Reputation:   42
  • Joined:  01/19/12
  • Last Seen:  

please put your text inside code tags

 

As for the @item issue that happens if your item db is not properly loaded. Restart your server and check for errors in your map server console.

sorry xD

 

i use emulator " rAThena-Server[16797] "

 

my item db are in directory:

rAThena-Server[16797]\db\item_db2

 

but have more 2 folder

 

rAThena-Server[16797]\db\pre-re and rAThena-Server[16797]\db\re

in this folder dont have the archives iten_db2 and mob_db2

i diffed the hexed with the options " Increasy ViewID 5000 " Other thing, what the id i start? I started with ID " 20000 " this ID is corret use?

Edited by kasumy
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

view id is different from item id. View ids are required for items that become visible on the character like weapons, headgears, garments.

For headgear by default the client only accepts till value 1000 which is why we need to diff it to accept a larger number - in your case it is 5000

 

The 20000 you mentioned is the item id which as far as i know there is no definite upper limit for that now (though i think it might be limited to 32767 or 65535 - integer limit).You can start with any item id in item_db2 there is now issue about that.

 

item_db2 is supposed to be outside since it is meant for custom item addition. Just check your map server console first when you start up the server. If there is any syntax issues in item_db2 it will show up there before the maps are loaded.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  374
  • Reputation:   42
  • Joined:  01/19/12
  • Last Seen:  

view id is different from item id. View ids are required for items that become visible on the character like weapons, headgears, garments.

For headgear by default the client only accepts till value 1000 which is why we need to diff it to accept a larger number - in your case it is 5000

 

The 20000 you mentioned is the item id which as far as i know there is no definite upper limit for that now (though i think it might be limited to 32767 or 65535 - integer limit).You can start with any item id in item_db2 there is now issue about that.

 

item_db2 is supposed to be outside since it is meant for custom item addition. Just check your map server console first when you start up the server. If there is any syntax issues in item_db2 it will show up there before the maps are loaded.

i not understand T_T I should start with another ID?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  806
  • Reputation:   220
  • Joined:  03/13/12
  • Last Seen:  

no your item ids are fine. I was just clarifying somethings for you.

Anyways what you should do first is check map-server_sql.exe console for errors of anykind.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  374
  • Reputation:   42
  • Joined:  01/19/12
  • Last Seen:  

no your item ids are fine. I was just clarifying somethings for you.

Anyways what you should do first is check map-server_sql.exe console for errors of anykind.

not appear any error. Should I give up? I saw a server that had 900 more Custons no errors appeared. It worked well

Edited by kasumy
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  374
  • Reputation:   42
  • Joined:  01/19/12
  • Last Seen:  

i winner but appeared it and when i click the client falls.

screenflenionragnarokon.jpg

 

i changed the id.

i puted id 30001 till 30002 the custom appears but with errors

Edited by kasumy
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  69
  • Topics Per Day:  0.02
  • Content Count:  374
  • Reputation:   42
  • Joined:  01/19/12
  • Last Seen:  

you have teamviewer ? I can help you better if i see what is happening.

 

Custom item is not properly specified in the *num2resnametable.txt files which is why you are seeing the cross

ok thanks i have teamview

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  92
  • Reputation:   8
  • Joined:  01/11/13
  • Last Seen:  

for Custom Items please chk the following

 

correctly made entry in accessoryid.lua, accname.lua (meaning no mistakes in comma after the gears) compile using "compile gui.exe" (note: if the .lua are not compiling to .lub then there is an error in lua files you will need to correct those first)

correctly made entry in the following 7 text files

idnum2itemdesctable

idnum2itemdisplaynametable

idnum2itemresnametable

itemslotcounttable

num2itemdesctable

num2itemdisplaynametable

num2itemresnametable

 

Correctly added the entries in item_db2 file.. the pre-re and re folders will have item_db depending on your server configuration, whereas item_db2/mob_db2 is common

Correctly added the entries in item_db2.sql

  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...