Jump to content

Dev Blaze

Members
  • Posts

    212
  • Joined

  • Last visited

Posts posted by Dev Blaze

  1. Sir Emistry This is my map.h

    #define MAX_NPC_PER_MAP 512
    #define BLOCK_SIZE 8
    #define AREA_SIZE battle_config.area_size
    #define DAMAGELOG_SIZE 30
    #define LOOTITEM_SIZE 10
    #define MAX_MOBSKILL 50
    #define MAX_MOB_LIST_PER_MAP 128
    #define MAX_EVENTQUEUE 2
    #define MAX_EVENTTIMER 32
    #define NATURAL_HEAL_INTERVAL 500
    #define MIN_FLOORITEM 2
    #define MAX_FLOORITEM START_ACCOUNT_NUM
    #define MAX_LEVEL 1000
    #define MAX_DROP_PER_MAP 48
    #define MAX_IGNORE_LIST 20 // official is 14
    #define MAX_VENDING 12
    #define MAX_MAP_SIZE 512*512 // Wasn't there something like this already? Can't find it.. [shinryo]
    #define MOBID_EMPERIUM 1288
    // Added definitions for WoESE objects. [L0ne_W0lf]
    #define MOBID_BARRICADE1 1905
    #define MOBID_BARRICADE2 1906
    #define MOBID_GUARIDAN_STONE1 1907
    #define MOBID_GUARIDAN_STONE2 1908

    i think still the same but i got warning :(

  2. Yup my Max lvl 265 and My problem When i kill monsters to get the requirements This is my problem "i gain level my 255/100 become 256....so on the thing is level should stop at 255/100 even i gain experience from monster it will just become 265 after i finish the quest of 265/120" /ok

×
×
  • Create New...