Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 3.39 KB | None | 0 0
  1. //------------------------------------------SYSTEMS-------------------------------------------------------//
  2. #define LOCALE_SERVICE_EUROPE
  3. #define ENABLE_COSTUME_SYSTEM
  4. #define ENABLE_ENERGY_SYSTEM
  5. #define ENABLE_DRAGON_SOUL_SYSTEM
  6. #define ENABLE_NEW_EQUIPMENT_SYSTEM
  7. #define ENABLE_PACK_GET_CHECK
  8. #define ENABLE_CANSEEHIDDENTHING_FOR_GM
  9. #define ENABLE_PROTOSTRUCT_AUTODETECT
  10. #define ENABLE_PLAYER_PER_ACCOUNT5
  11. #define ENABLE_LEVEL_IN_TRADE
  12. #define ENABLE_DICE_SYSTEM
  13. #define ENABLE_EXTEND_INVEN_SYSTEM
  14. #define ENABLE_LVL115_ARMOR_EFFECT
  15. #define ENABLE_SLOT_WINDOW_EX
  16. #define ENABLE_TEXT_LEVEL_REFRESH
  17. #define ENABLE_USE_COSTUME_ATTR    
  18. #define ENABLE_MORE_BONI
  19. #define ENABLE_SKILLS_LEVEL_OVER_P                  // L-Skill System
  20. #define ENABLE_NEW_AFFECT_POTION                    // Taus etc. werden ingame angezeigt
  21. #define ENABLE_MOUNT_COSTUME_SYSTEM                 // Mount System
  22. #define ENABLE_WEAPON_COSTUME_SYSTEM                // Waffenkostüme System
  23. #define __TITLE_SYSTEM                              // Titel per Item-System
  24. #define ENABLE_SPECIAL_SHINING_SYSTEM               // Shining System
  25. #define ENABLE_SEND_TARGET_INFO                     // Mob_drop System
  26. #define CHANGE_SKILL_COLOR                          // Skillcolor System
  27. #define ANTI_WAITHACK_ABFRAGE                       // Anti Waithack Abfrage
  28. #define ENABLE_NO_RECV_GAME_LIMIT                   // it won't limit to 4 packets and 8kb of data for each iteration of game packets
  29. #define ENABLE_STOP_COLISSION_GLOBAL                // Kein Blocken von NPCs und Spielern binnen der Safezone
  30. #define ENABLE_LEADER_ON_GUILD                      // [Leader] und [CoLeader] System
  31. #define ENABLE_REFINE_RENEWAL              
  32. #define ENABLE_EXPRESSING_EMOTION                   // Neue Emotions
  33. #define OFFLINE_MESSAGE                             // Offline Nachrichten System
  34. #define ENABLE_SHOW_CHEST_DROP                      // Truhendrops werden angezeigt
  35. #define ENABLE_SYSTEM_RUNE                          // Runensystem
  36. #define ENABLE_EXTENDED_PET_SYSTEM
  37. #define ENABLE_SPECIAL_INVENTORY
  38. #define ENABLE_INVENTORY_SORT
  39. #define WJ_ENABLE_TRADABLE_ICON                     // Markiert Items rot, etc.
  40. #define HIGHLIGHT_SLOT                              // Aktiviert das Highlight Slot Feature (neue Items im Inventar werden mit dem "Autopott" Effekt markiert)
  41. #define ENABLE_GRAPHIC_ON_OFF                       // System graphic options
  42. /*#ifdef ENABLE_GRAPHIC_ON_OFF
  43.     #define ENABLE_DISABLE_SOFTWARE_TILING          // Disable software tiling
  44. #endif*/
  45. #define ENABLE_SHINING_SYSTEM                       // Shinings per Txt
  46. #define ENABLE_MOB_SCALE_SYSTEM
  47. #define RENEWAL_DEAD_PACKET
  48. #define ENABLE_DEFENSE_WAVE
  49. //#define PYTHON_DYNAMIC_MODULE_NAME
  50. #define ENABLE_HIDE_COSTUME_SYSTEM                  // Hide costume part
  51. #define ENABLE_SWITCHBOT                            // Switchbot
  52. //-----------------------------------------SYSTEMS BY VEGAS-----------------------------------------------//
  53. #define ENABLE_ADMIN_BAN_MANAGER                    // Admin Ban Manager by VegaS 0.0.2
  54. #define ENABLE_LOCALIZATION_SYSTEM                  // Koordinaten-System by VegaS 0.0.6
  55. #define ENABLE_MAINTENANCE_SYSTEM                   // Wartungssystem by VegaS
  56. //-----------------------------------------SYSTEMS BY LennT-----------------------------------------------//
  57. #define ENABLE_ACCE_SYSTEM                          // Schulterband System
  58. //-----------------------------------------SYSTEMS BY US-----------------------------------------------//
  59. #define ENABLE_ELEMENT_SYSTEM                       // Skill Elemente
  60. #ifdef ENABLE_ELEMENT_SYSTEM
  61.     #define ELEMENT_TARGET                          // Elemente bei Gegnern sehen
  62. #endif
  63. #define NEW_ITEM_FLAGS
  64. #define ENABLE_DOG_CATACOMB
  65. #define ENABLE_OFFLINE_SHOP
  66. #define ENABLE_SHOP_SEARCH
  67. #define ENABLE_SHOP_DECORATION_SYSTEM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement