Maxlam Posted April 7, 2012 Posted April 7, 2012 (edited) Hello there everyone ! I saw many tutorials/help topic about this problem...and I'm not able to solve it ! I don't want to use the "call function" method, so there is mine; Problem : My item working in-game (Sprites, names, icons, drop, descriptions, etc.) but, when I'm opening the box, I'm getting only apples... ================================================= [item_group_db.txt] import: db/item_bluebox.txt import: db/item_violetbox.txt import: db/item_cardalbum.txt import: db/item_cookie_bag.txt import: db/item_findingore.txt import: db/item_giftbox.txt import: db/item_scroll.txt import: db/item_misc.txt import: db/item_lunenoirebox.txt [item_lunenoirebox.txt] // LuneNoireBox Obtainable Items Database // // Structure of Database: // GroupID,ItemID,Rate // LuneNoireBox 55,617,5 // Old Purple Box 55,616,5 // Old Card Album 55,607,5 // Yggdrasil Berry 55,19009,15 // Satanic Black Helm 55,2859,15 // Golden Rod Orb 55,2007,15 // Golden Rod Staff 55,5666,15 // Golden Crown 55,1183,30 // Brave Assaulter's Katzbalger 55,13036,30 // Brave Assassin's Damascus 55,1824,30 // Brave Battle Fist 55,1978,30 // Brave Battle Lariat 55,1924,30 // Brave Battlefield Guitar 55,13411,30 // Brave Gladiator Blade 55,19000,50 // Angels Wing [const.txt] IG_Cherish_Box_Ori 52 IG_Louise_Costume_Box 53 IG_Xmas_Gift 54 IG_lunenoirebox 55 SC_ALL -1 SC_STONE 0 SC_FREEZE 1 [itemdb.h] #define MAX_ITEMGROUP 64 [item_db2.txt] 19042 LuneNoireBox = (getitem groupranditem(IG_lunenoirebox),1;) ================================================= Thanks alot for your help. If someone can help me too with my "Max BGM" and "Effects" problems : http://rathena.org/b...just-dont-work/ Edited April 9, 2012 by Maxlam Quote
Mystery Posted April 7, 2012 Posted April 7, 2012 What guide did you follow for the custom box? Quote
Maxlam Posted April 7, 2012 Author Posted April 7, 2012 I was using this one for custom item, but nothing about Box : http://rathena.org/wiki/Custom_Items Then I read this without help : http://rathena.org/board/topic/60801-adding-a-custom-box/ This one is first about the "Function" (I don't what it...) and then "Emistry" add some link, I watched all them : http://rathena.org/board/topic/59892-how-to-make-a-customized-box-like-obb/ Here, "Simplemhan" show what I want...all my stuff are like this without result : http://rathena.org/board/topic/60493-prize-box/ Quote
simplemhan Posted April 8, 2012 Posted April 8, 2012 make the 3 num.txt, so that you will not see the apple. Quote
Maxlam Posted April 8, 2012 Author Posted April 8, 2012 No, I mean the box give apples when I open it. (The box isn't an apple lol) The box is fine at well; I see the item, description, name, icon, drop, texture, etc. Quote
Keim Posted April 8, 2012 Posted April 8, 2012 Umm...I would think wrong ItemID in the effect script? Or you're giving an unvalid item. Quote
Maxlam Posted April 9, 2012 Author Posted April 9, 2012 All items are valid and old (except 2-3 new one). Anyways, I solved the problem by remplacing another box T____T" Can you solve the "Effects" + "Max BGM" too please ? http://rathena.org/board/topic/60276-effects-sounds-just-dont-work/ Quote
Question
Maxlam
Hello there everyone !
I saw many tutorials/help topic about this problem...and I'm not able to solve it !
I don't want to use the "call function" method, so there is mine;
Problem : My item working in-game (Sprites, names, icons, drop, descriptions, etc.) but, when I'm opening the box, I'm getting only apples...
=================================================
[item_group_db.txt]
import: db/item_bluebox.txt
import: db/item_violetbox.txt
import: db/item_cardalbum.txt
import: db/item_cookie_bag.txt
import: db/item_findingore.txt
import: db/item_giftbox.txt
import: db/item_scroll.txt
import: db/item_misc.txt
import: db/item_lunenoirebox.txt
[item_lunenoirebox.txt]
// LuneNoireBox Obtainable Items Database
//
// Structure of Database:
// GroupID,ItemID,Rate
// LuneNoireBox
55,617,5 // Old Purple Box
55,616,5 // Old Card Album
55,607,5 // Yggdrasil Berry
55,19009,15 // Satanic Black Helm
55,2859,15 // Golden Rod Orb
55,2007,15 // Golden Rod Staff
55,5666,15 // Golden Crown
55,1183,30 // Brave Assaulter's Katzbalger
55,13036,30 // Brave Assassin's Damascus
55,1824,30 // Brave Battle Fist
55,1978,30 // Brave Battle Lariat
55,1924,30 // Brave Battlefield Guitar
55,13411,30 // Brave Gladiator Blade
55,19000,50 // Angels Wing
[const.txt]
IG_Cherish_Box_Ori 52
IG_Louise_Costume_Box 53
IG_Xmas_Gift 54
IG_lunenoirebox 55
SC_ALL -1
SC_STONE 0
SC_FREEZE 1
[itemdb.h]
#define MAX_ITEMGROUP 64
[item_db2.txt]
19042 LuneNoireBox = (getitem groupranditem(IG_lunenoirebox),1;)
=================================================
Thanks alot for your help.
If someone can help me too with my "Max BGM" and "Effects" problems :
http://rathena.org/b...just-dont-work/
Edited by Maxlam6 answers to this question
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.