Jump to content
  • 0

About Custom Box


Lelouch vi Britannia

Question


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

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 :D

Bump!~

Edited by Lelouch vi Britannia
Link to comment
Share on other sites

4 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  72
  • Topics Per Day:  0.02
  • Content Count:  2997
  • Reputation:   1130
  • Joined:  05/27/12
  • Last Seen:  

Is the imported database in the correct path (root/pre-re/re)?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  155
  • Topics Per Day:  0.03
  • Content Count:  647
  • Reputation:   16
  • Joined:  11/21/11
  • Last Seen:  

you must add free slot for MAX_ITEMGROUP

from 63 you must put 64

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

Thank a lot :D finally its done.

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...