Maxlam Posted April 7, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 78 Reputation: 0 Joined: 02/18/12 Last Seen: December 23, 2013 Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted April 7, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share Posted April 7, 2012 What guide did you follow for the custom box? Quote Link to comment Share on other sites More sharing options...
Maxlam Posted April 7, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 78 Reputation: 0 Joined: 02/18/12 Last Seen: December 23, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
simplemhan Posted April 8, 2012 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 308 Reputation: 3 Joined: 12/18/11 Last Seen: March 4, 2014 Share Posted April 8, 2012 make the 3 num.txt, so that you will not see the apple. Quote Link to comment Share on other sites More sharing options...
Maxlam Posted April 8, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 78 Reputation: 0 Joined: 02/18/12 Last Seen: December 23, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
Keim Posted April 8, 2012 Group: Members Topic Count: 27 Topics Per Day: 0.01 Content Count: 221 Reputation: 12 Joined: 12/18/11 Last Seen: July 13, 2015 Share Posted April 8, 2012 Umm...I would think wrong ItemID in the effect script? Or you're giving an unvalid item. Quote Link to comment Share on other sites More sharing options...
Maxlam Posted April 9, 2012 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 78 Reputation: 0 Joined: 02/18/12 Last Seen: December 23, 2013 Author Share 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 Link to comment Share on other sites More sharing options...
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 MaxlamLink to comment
Share on other sites
6 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.