Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/23/22 in Posts

  1. npc/custom/etc/floating_rates.txt remove the drop rate modifier change the trigger time
    1 point
  2. I fixed this problem yesterday by COMPLETELY uninstalling mysql, and redoing the process with an earlier version of mysql being 5.2 workbench and then mysql 5.5.28 community server
    1 point
  3. - Id: 4001 AegisName: Poring_Card Name: Poring Card Type: Card Buy: 20 Weight: 10 Locations: Armor: true Flags: BuyingStore: true DropEffect: PURPLE_PILLAR Script: | bonus bLuk,2; bonus bFlee2,1; for complement: WHITE_PILLAR BLUE_PILLAR YELLOW_PILLAR PURPLE_PILLAR ORANGE_PILLAR
    1 point
  4. src/map/itemdb.cpp#L582-L596 /** Specifies if item-type should drop unidentified. * @param nameid ID of item */ char itemdb_isidentified(unsigned short nameid) { int type=itemdb_type(nameid); switch (type) { case IT_WEAPON: case IT_ARMOR: case IT_PETARMOR: case IT_SHADOWGEAR: return 0; // <--------- REMOVE or Change to 1 default: return 1; } }
    1 point
  5. You should check trunk/conf/char_athena.conf // Server Communication username and password. userid: YouRO passwd: mypassword trunk/conf/map_athena.conf // Server Communication username and password. userid: YouRO passwd: mypassword then open your main.sql go to login table, put YouRO the same as your user_id you put on char_athena and map_athena and same with the password then Apply.
    1 point
×
×
  • Create New...