Skip to content

Instantly share code, notes, and snippets.

@iKlotho
Created May 10, 2025 18:44
Show Gist options
  • Save iKlotho/0620c3737f6ab855c8a3798a396a4e11 to your computer and use it in GitHub Desktop.
Save iKlotho/0620c3737f6ab855c8a3798a396a4e11 to your computer and use it in GitHub Desktop.
KOZONES
// Zone IDs
#define ZONE_KARUS 1
#define ZONE_ELMORAD 2
#define ZONE_KARUS_ESLANT 11
#define ZONE_ELMORAD_ESLANT 12
#define ZONE_MORADON 21
#define ZONE_DELOS 30
#define ZONE_BIFROST 31
#define ZONE_DESPERATION_ABYSS 32
#define ZONE_HELL_ABYSS 33
#define ZONE_DRAGON_CAVE 34
#define ZONE_DELOS_CASTELLAN 35
#define ZONE_ARENA 48
#define ZONE_ORC_ARENA 51
#define ZONE_BLOOD_DON_ARENA 52
#define ZONE_GOBLIN_ARENA 53
#define ZONE_CAITHAROS_ARENA 54
#define ZONE_FORGOTTEN_TEMPLE 55
#define ZONE_LOST_TEMPLE 56
//Military Zone IDs
#define ZONE_KARUS2 5
#define ZONE_KARUS3 6
#define ZONE_ELMORAD2 7
#define ZONE_ELMORAD3 8
#define ZONE_MORADON2 22
#define ZONE_MORADON3 23
#define ZONE_MORADON4 24
#define ZONE_MORADON5 25
#define ZONE_KARUS_ESLANT2 13
#define ZONE_KARUS_ESLANT3 14
#define ZONE_ELMORAD_ESLANT2 15
#define ZONE_ELMORAD_ESLANT3 16
#define ZONE_BATTLE_BASE 60
#define ZONE_BATTLE ZONE_BATTLE_BASE + 1 // Napies Gorge
#define ZONE_BATTLE2 ZONE_BATTLE_BASE + 2 // Alseids Prairie
#define ZONE_BATTLE3 ZONE_BATTLE_BASE + 3 // Nieds Triangle
#define ZONE_BATTLE4 ZONE_BATTLE_BASE + 4 // Nereid's Island
#define ZONE_BATTLE5 ZONE_BATTLE_BASE + 5 // Zipang
#define ZONE_BATTLE6 ZONE_BATTLE_BASE + 6 // Oreads
#define ZONE_SPBATTLE_BASE 104
#define ZONE_SPBATTLE1 ZONE_SPBATTLE_BASE +1
#define ZONE_SPBATTLE2 ZONE_SPBATTLE_BASE +2
#define ZONE_SPBATTLE3 ZONE_SPBATTLE_BASE +3
#define ZONE_SPBATTLE4 ZONE_SPBATTLE_BASE +4
#define ZONE_SPBATTLE5 ZONE_SPBATTLE_BASE +5
#define ZONE_SPBATTLE6 ZONE_SPBATTLE_BASE +6
#define ZONE_SPBATTLE7 ZONE_SPBATTLE_BASE +7
#define ZONE_SPBATTLE8 ZONE_SPBATTLE_BASE +8
#define ZONE_SPBATTLE9 ZONE_SPBATTLE_BASE +9
#define ZONE_SPBATTLE10 ZONE_SPBATTLE_BASE +10
#define ZONE_SPBATTLE11 ZONE_SPBATTLE_BASE +11
#define ZONE_SNOW_BATTLE 69
#define ZONE_RONARK_LAND 71
#define ZONE_ARDREAM 72
#define ZONE_RONARK_LAND_BASE 73
#define ZONE_KROWAZ_DOMINION 75
#define ZONE_STONE1 81
#define ZONE_STONE2 82
#define ZONE_STONE3 83
#define ZONE_BORDER_DEFENSE_WAR 84
#define ZONE_CHAOS_DUNGEON 85
#define ZONE_UNDER_CASTLE 86
#define ZONE_JURAID_MOUNTAIN 87
#define ZONE_PRISON 92
#define ZONE_ISILOON_ARENA 93
#define ZONE_FELANKOR_ARENA 94
#define ZONE_DRAKI_TOWER 95
#define ZONE_DUNGEON_DEFENCE 89
#define ZONE_OLD_MORADON 29
#define ZONE_KNIGHT_ROYALE 76
#define ZONE_CLAN_WAR_ARDREAM 77
#define ZONE_CLAN_WAR_RONARK 78
#define ZONE_OLD_KARUS 18
#define ZONE_OLD_HUMAN 28
#define ZONE_NEW_BATTLE_TEST 74
#define ZONE_PARTY_VS_1 96
#define ZONE_PARTY_VS_2 97
#define ZONE_PARTY_VS_3 98
#define ZONE_PARTY_VS_4 99
#define ZONE_FSUBJUGATION_FORCE 10002
#define ZONE_EKIONTRMAGICIAN 10003
#define ZONE_KECOONS_BOSS 10004
#define ZONE_CURSED_CRYSTAL 10005
#define ZONE_SOMINARK_FOREST 10006
#define ZONE_SOGODDES_IMIR 10007
#define ZONE_BIRTH_OF_DRAGON 10008
#define ZONE_SOPIANA_KNIGHTS 10009
#define ZONE_MOATREASURE_HUNTER 10010
#define ZONE_DEGENERATES_NEST 10011
#define ZONE_MOANCIENT_PALADIN 10012
#define ZONE_HARPYS_NEST 10013
#define ZONE_KNIGHTSINBLOOD_RED 10014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment