Lelouch vi Britannia Posted December 15, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted December 15, 2012 (edited) Hi i tryed to make a custom box and follow some guides that i found and here's what i did item_group_db.txt import: db/item_woe_price.txt item_db2.txt 23230,WoE_Price_Box,WoE Price Box,2,10000,,200,,,,,0xFFFFFFFF,7,2,,,,,,{ getitem groupranditem( IG_WoE_Price ),1; },{},{} const.txt IG_WoE_Price 63 item_woe_price.txt 63,7088,10 63,7078,10 63,7083,10 63,7089,10 63,7077,10 63,7090,10 63,7092,10 src/map/itemdb.h #define MAX_ITEMGROUP 63 and also recompile my svn but everytime i use the box i got an "Apple" and also a error shows up in map server [Error]: itemdb_searchrandomid: Invalid group ID 63 can you help me with this ? Thanks in advanced Bump!~ Edited December 16, 2012 by Lelouch vi Britannia Quote Link to comment Share on other sites More sharing options...
Euphy Posted December 15, 2012 Group: Members Topic Count: 72 Topics Per Day: 0.02 Content Count: 2997 Reputation: 1132 Joined: 05/27/12 Last Seen: June 1, 2017 Share Posted December 15, 2012 Is the imported database in the correct path (root/pre-re/re)? Quote Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted December 15, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Author Share Posted December 15, 2012 yes ive added it in my db folder not in the 2 folders in the db (pre and re) like what i wrote in the item_group_db.txt import: db/item_woe_price.txt Quote Link to comment Share on other sites More sharing options...
Limestone Posted December 16, 2012 Group: Members Topic Count: 155 Topics Per Day: 0.03 Content Count: 647 Reputation: 16 Joined: 11/21/11 Last Seen: December 28, 2022 Share Posted December 16, 2012 you must add free slot for MAX_ITEMGROUP from 63 you must put 64 Quote Link to comment Share on other sites More sharing options...
Lelouch vi Britannia Posted December 16, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Author Share Posted December 16, 2012 Thank a lot finally its done. Quote Link to comment Share on other sites More sharing options...
Question
Lelouch vi Britannia
Hi i tryed to make a custom box and follow some guides that i found and here's what i did
item_group_db.txt
item_db2.txt
const.txt
item_woe_price.txt
src/map/itemdb.h
and also recompile my svn but everytime i use the box i got an "Apple" and also a error shows up in map server
can you help me with this ? Thanks in advanced
Bump!~
Edited by Lelouch vi BritanniaLink to comment
Share on other sites
4 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.