Clearing trunk.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
e43133494b
commit
fd99753f8e
20
.svnignore
20
.svnignore
@ -1,20 +0,0 @@
|
||||
char-converter
|
||||
conf
|
||||
save
|
||||
char-server_sql
|
||||
map-server_sql
|
||||
ladmin
|
||||
char-server
|
||||
map-server
|
||||
login-server_sql
|
||||
login-server
|
||||
login-converter
|
||||
char-converter.exe
|
||||
char-server_sql.exe
|
||||
map-server_sql.exe
|
||||
ladmin.exe
|
||||
char-server.exe
|
||||
map-server.exe
|
||||
login-server_sql.exe
|
||||
login-server.exe
|
||||
login-converter.exe
|
@ -1,453 +0,0 @@
|
||||
|
||||
Date Added
|
||||
|
||||
04/07
|
||||
* Readded @disablenpc (not the same as @hidenpc) [celest]
|
||||
* Fixed @reloadscript not removing old NPC's and monsters first [celest]
|
||||
* Some changes in mob and NPC unloading [celest]
|
||||
* Changed the original @disablenpc to @hidenpc [celest]
|
||||
* Fixed HP Conversion to properly not reduce HP if SP is full [celest]
|
||||
* Updated Defender -- should reduce walking speed, and does not reduce attack speed
|
||||
at level 5 [celest]
|
||||
|
||||
04/06
|
||||
* Fixed a crash in clif_send when checking packet version, thanks to Alex14
|
||||
* Fixed a crash in Deluge, Volcano and Violent Gale, thanks to Alex14
|
||||
* Skip partner checking when calculating status with Marionette Control on [celest]
|
||||
* Fixed plagiarised skills become unuseable after saving character [celest]
|
||||
* Fixed double skill fail messages for stone curse, thanks to wind
|
||||
* Added modulus by zero check to rand(), thanks to starlon
|
||||
* Improved error messages during npc parsing [MouseJstr]
|
||||
* Fixed a crash in login_sql [MouseJstr]
|
||||
* Added logs filters in more logs [Lupus]
|
||||
now you can set individual bit-mask filter for each log file
|
||||
Example: (drops log)
|
||||
log_drop: 1 = logs ANY items
|
||||
log_drop: 332 = logs only Healing items, Cards and those items which price is >= price_items_log
|
||||
|
||||
04/05
|
||||
* Fixed damage reflecting (silly typo xP) [celest]
|
||||
* Fixed Backstab to not have a push back effect [celest]
|
||||
* Fixed auto spell to not taking SP, thanks to Hekate
|
||||
* Fixed Sanctuary to have proper healing count, thanks to Hekate
|
||||
* Simplified Valaris' online_timer [celest]
|
||||
* Updated Fogwall, Spiderweb, and HP Conversion, thanks to redcard [celest]
|
||||
* Adding saving character online/offline for TXT char and login (unfinished)
|
||||
* Added SERVER_TYPE to core for future plugins support [celest]
|
||||
* Added support for the UPNP plugin to release port mappings and re-close firewall
|
||||
ports on shutdown [celest]
|
||||
|
||||
04/04
|
||||
* Some work on re-enabling trade and storage logging [MouseJstr]
|
||||
* Updated showmsg with Shinomori's improvements [celest]
|
||||
* Fix showmsg for Visual Studio [MouseJstr]
|
||||
* Update base code for the UPNP plugin loading [celest]
|
||||
* Removed anti-freeze system for login and char -- Shinomori's update would
|
||||
be enough to keep inter connections alive [celest]
|
||||
|
||||
04/03
|
||||
* integrating anti freeze system to status update [Shinomori]
|
||||
* Fixed impossible drops at 0.01% chance [Lupus]
|
||||
* Fixed some variable declarations in SQL login.c causing compilation errors [veider]
|
||||
* Added NetBSD support into Makefile (Still lots of warrnings during compilation [veider]
|
||||
* Finished Valkyrie. Now it correctly works. Valhallana reborns players to High Novices. [Lupus]
|
||||
(added missed kRO condition: to reborn, player shouldn't have money nor items(equipment) )
|
||||
Then Valhallana warps just reborn players to the home city of their main job.
|
||||
On Job Level 10 of High Novice they can get 1st Advanced Job from correct 1-1 job quests NPC.
|
||||
They'll get there all learnt skill quests.
|
||||
On reaching 45 Job Level they may visit Valkyrie and get 2-2-1 / 2-1-1 class (3rd Job)
|
||||
from a correct NPC.
|
||||
* Fixed SKILL POINTS exploit in Assassin Job Quest [Lupus]
|
||||
|
||||
04/02
|
||||
* Added bonuses bUnstripable[Weapon|Armor|Helm|Shield]
|
||||
instead of just bUnstripable that worked only for armor [DracoRPG]
|
||||
* Updated Tiger Knucke Fist's 'fixed state' effect [celest]
|
||||
* Allowed people to enable/disable using the online column via
|
||||
'register_users_online' in the login_athena.conf [Codemaster]
|
||||
* Added the 3 baby skills WE_BABY, CALLBABY and CALLPARENT [celest]
|
||||
* Some tidying up in skill.c [celest]
|
||||
|
||||
04/01
|
||||
* Updated ShowMessage functions to use vprintf [celest]
|
||||
* Fixed a potential crash in pc_walk in Win32 builds [celest]
|
||||
* Added bAddEffWhenHitShort and changed bAddEffWhenHit back to all physical
|
||||
damage [celest]
|
||||
|
||||
03/31
|
||||
* Fixed memory corruption during shutdown via the script_buf
|
||||
[SVN 1370: MouseJstr]
|
||||
* Added some useful filename info to the script parser so that
|
||||
it is easier to figure out what is going on [SVN 1370:
|
||||
MouseJstr]
|
||||
* updated the visual studio projects a little bit [SVN 1370:
|
||||
MouseJstr]
|
||||
* fixed memory corruption in mapif_guild_info:int_guild.c
|
||||
[SVN 1367: MouseJstr]
|
||||
* Fixed common/lock.c (problem with unistd.h include) [Codemaster]
|
||||
* Added father/mother/child fields to mmo_char_tostr() and
|
||||
mmo_char_fromstr() [veider]
|
||||
* Added exp sharing between family members for TXT version [veider]
|
||||
* Added char_married() and char_child() to TXT version [veider]
|
||||
* Fixed memory corruption associated with afm files [SVN 1363: MouseJstr]
|
||||
* More pedantic g++ fixes so that it builds without any and
|
||||
all warnings [SVN 1362: MouseJstr]
|
||||
* Removed some #include's causing warnings on some platforms
|
||||
[SVN 1360: MouseJstr]
|
||||
* Fixed a bug with InitTimer/StopTimer, thanks to ilpalazzo-sama
|
||||
* Set 'undead_detect_type' to 0 by default, thanks to Dino9021
|
||||
* Fixed Enchant Poison / Deadly Poison having too high poisoning chance
|
||||
* Reverted the pc_remove_map() change temporarily
|
||||
* Added back up old files in 'save' before saving new data -- also fixes
|
||||
'Access denied' errors when saving in TXT
|
||||
|
||||
03/30
|
||||
* sql native vc7 projects now build/link [1351: MouseJstr]
|
||||
* Began sql projects for VC7 [1349: MouseJstr]
|
||||
* text char-server and login-server now build using VC7. You
|
||||
can use the eAthena.sln solution to build all three. These
|
||||
are currently just the text versions of the servers. I have
|
||||
not added projects yet to build the sql versions.
|
||||
[SVN: 1347 MouseJstr]
|
||||
* Made the map-server build cleanly using Microsoft Visual
|
||||
Studio.. entirely native code without any cygwin dependency
|
||||
[SVN: 1345 MouseJstr]
|
||||
* Fixed @reloadgmdb in SQL -- after reloading ask the char to forward the new
|
||||
accounts back to the map [celest]
|
||||
* Added base code for loading Ser's UPNP plugin [celest]
|
||||
* Added 'idle_no_share' to battle_athena.conf [celest]
|
||||
* updated map server to jA1137~1159
|
||||
- Added @reloadatcommand, @reloadbattleconf, @reloadstatusdb, @reloadpcdb
|
||||
|
||||
(Note: You should copy the latest msg_athena.conf from conf-tmpl and replace
|
||||
your current one EVERYTIME it's updated to prevent it from crashing when it
|
||||
can't find the newer messages!)
|
||||
|
||||
- Updated packet DB to support /item and /monster
|
||||
- Added pc_remove_map()
|
||||
- Added 2 new mobs skills: NPC_RUNAWAY and RECALL
|
||||
- Updated BioCannibalize
|
||||
- Updated Hammerfall, Meteor Shower and Lord of Vermillion -- when MvP's
|
||||
cast them they should have much more range
|
||||
- Some other skill tweaks
|
||||
- Added item_findingore.txt
|
||||
* Some tidying up in mob.c and skill.c [celest]
|
||||
|
||||
03/29
|
||||
* Please make sure to use the stable/sql-files/upgrade_svn1315.sql to
|
||||
upgrade your mysql as a result of the new adoption system. Thank you
|
||||
-MouseJstr
|
||||
|
||||
* More ANSI C++/C conformance fixes [SVN 1341: MouseJstr]
|
||||
* Fixed SQL char server crashing when loading the item_db, my bad ^^; [celest]
|
||||
* More ANSI C++/C conformance fixes [SVN 1334: MouseJstr]
|
||||
* Added auto save guild data (only guardian HP and owner guild ID for now,
|
||||
both cached) every 5 minutes during WOE [celest]
|
||||
* Updated damage calculation for Magnum Break [celest]
|
||||
* Fixed #item not working properly, thanks to TripleOxygen
|
||||
* Fixed a lot of compile time problems with our mixed C++/C
|
||||
conformance [1328: MouseJstr]
|
||||
* Fixed use of storage variable to conform to ANSI C spec
|
||||
[1327: MouseJstr]
|
||||
* Added CIA-bot to the #athena channel [MouseJstr]
|
||||
* Some tidying up in mail.c [celest]
|
||||
* Added an invalid pointer check in clif_displaymessage [celest]
|
||||
* Added sql upgrade file in sql-files for svn1315's update [celest]
|
||||
* Added auto create 'save' folder from 'save-tmpl' when compiling for the
|
||||
first time, thanks to Jbain
|
||||
* Fixed 'use_sql_db' not read properly in SQL char server, thanks to Wallex
|
||||
* Changed db/const.txt to have right baby jobs IDs [veider]
|
||||
* Added three fields to mmo_charstatus - father/mother/child
|
||||
needed for adoption system [veider]
|
||||
* Added adoption support to charserver SQL version [veider]
|
||||
* Added atcommand_adopt - create a family of three [veider]
|
||||
* Added to char_commands showexp/showdelay so that
|
||||
players could remove some messages [veider]
|
||||
* Added percent to "Experience Gained" message [veider]
|
||||
* Added adoption system support to party_check_exp_share()
|
||||
so that parents can share exp with child [veider]
|
||||
|
||||
03/28
|
||||
* Fixed Auto Berserk activating by itself when changing maps [celest]
|
||||
* Re-fixed the SQL syntax crash in logging [celest]
|
||||
|
||||
03/27
|
||||
* Fixed AutospellWhenHit effect to only work on melee attacks [celest]
|
||||
* Fixed AddEffWhenHit effect to only work on melee attacks [celest]
|
||||
* Moved guardian hostility checking and monster_ignore_gm check to battle.c --
|
||||
processed earlier, and more appropiate [celest]
|
||||
* Fixed a SQL syntax crash when logging character names with "'" in them
|
||||
[celest]
|
||||
* Added use dynamic allocation when loading the msg_table [celest]
|
||||
* Fixed some memory leaks with the new timer changes [celest]
|
||||
* Refresh the client when day comes to get rid of the night effect (if
|
||||
night_darkness_level was used) [celest]
|
||||
* Changed @refresh to fake map loading, but without teleporting side effect
|
||||
(skill delays reset, extra load on server etc)[celest]
|
||||
* Updated SQL file for the item_db, thanks to Zoc
|
||||
* Fixed the 'show_mob_hp' option not updating when a monster is healed, thanks
|
||||
to leinsirk10
|
||||
* Added flexible Filter to the Monster Drops logging [Lupus]
|
||||
- Now you can choose what types of items either to log or not.
|
||||
- You can also log expensive items (you can set the min logging price)
|
||||
* Optimized a bit ATCommands.c functions (inspired by Freya) [Lupus]
|
||||
* Added missing parenthesis in my Improve Dodge code, not giving +4/lv to proper jobs [DracoRPG]
|
||||
* Added all released cards into monsters drops and Old Card Album [Lupus]
|
||||
|
||||
03/25
|
||||
* Fixed a typo in my fix for Stalk / Tunnel Drive increasing instead of decreasing speed, sorry [DracoRPG]
|
||||
* Rewrote a little bit Improve Dodge [DracoRPG]
|
||||
- The speed bonus does not effect when Cloaked
|
||||
- Assassins & Rogues get +4 Flee/lv, but all other jobs can get +3/lv
|
||||
if they have the skill (not only Thiefs & Super Novices)
|
||||
* Some minor changes to Sacrifice in battle.c [celest]
|
||||
* Set the Emperium to be immune to Sacrifice [celest]
|
||||
* Set the Emperium to be have max status effects immunity [celest]
|
||||
* Fixed indoorsrwstable.txt reading even when 'indoors_override_grffile' is
|
||||
set to 'no' [celest]
|
||||
* Fixed @monsterbig/@monstersmall not working [celest]
|
||||
* Fixed @killmonster2 not working [celest]
|
||||
|
||||
03/24
|
||||
* Updated obj_del to delete all GNUMakeFile and .o files + compiled exes [DracoRPG]
|
||||
* Fixed a typo in Stalk / Tunnel Drive speed calculation [DracoRPG]
|
||||
* Added some mapflags for new towns [Lupus]
|
||||
* Added timer.c optimization / timers sort fix. 'no freezing mobs anymore' Thanx 2 Yor/Freya [Lupus]
|
||||
* Added 'map_charid2id' [celest]
|
||||
* Changed monster damage logging to save char ID's for the most time -- also
|
||||
fixes an exp bug, thanks to Super Novice / Ezhik [celest]
|
||||
* Implemented 'event_script_type' -- no changes at '0', at '1' script events
|
||||
will work according to Qamera's original mod
|
||||
For more info please refer to his thread:
|
||||
http://www.eathena.deltaanime.net/board/index.php?showtopic=13305&hl=
|
||||
* Set Emsolute Develop as a learnable skill [celest]
|
||||
* Updated 'require_glory_guild' [celest]
|
||||
- the skill is only acquirable if this is set to 'yes', otherwise it will not
|
||||
appear in the guild skill tree. Default is changed to 'no'.
|
||||
* Allow monsters to cast skills near themselves even when monster_nofootset
|
||||
is set to 'yes' -- they're only not allowed to cast near players [celest]
|
||||
* Print number of online users in online.txt/.html even if there's only 1 user
|
||||
online [celest]
|
||||
|
||||
03/23
|
||||
* Adjusted my trade fix [1280: MouseJstr]
|
||||
* Fixed possible memory corruption in storage if number of guilds
|
||||
in database exceeds the max server can support [1278 : MouseJstr]
|
||||
* Fixed @mapexit to properly flush the fifo's before shutting
|
||||
server down to help insure all the char data is properly flushed
|
||||
[1278: MouseJstr]
|
||||
* Fixed trade exploit/crash from invalid data being sent
|
||||
[1278: MouseJstr]
|
||||
* Possible use of uninitialized data used during mob walk
|
||||
calculation resulting in radical mob movement or crash
|
||||
[1278: MouseJstr]
|
||||
* Fixed some --addrace variables' sizes [celest]
|
||||
* Added' require_glory_guild' - sets whether changing guild emblems require
|
||||
the Glory of Guild skill [celest]
|
||||
* Fixed alot of memory leaks [celest]
|
||||
* Added stray memory cleaning routine to db.c [celest]
|
||||
* Fixed some compile errors, sorry xP [celest]
|
||||
* Corrected potion creation success chances, thanks to Avaj and DracoRPG
|
||||
* Removed some unused potion creation code, thanks to DracoRPG
|
||||
* Updated Joint Beat's effect, thanks to DracoRPG
|
||||
|
||||
03/22
|
||||
* Fixed Alchemist's CANNIBALIZE, now it summons correct # of plants. With their real HP [Lupus]
|
||||
* Updated @reloadmobdb, @reloadskilldb, @reloaditemdb [celest]
|
||||
* Some tidying up in @reloadscript (more work needed) [celest]
|
||||
* Moved some gm command messages to msg_athena.conf [celest]
|
||||
* Removed skill_range_leniency [celest]
|
||||
* Removed enable_upper_class [celest]
|
||||
* Removed riding_weight [celest]
|
||||
* Added signal handler for SIGPIPE [celest]
|
||||
* Updated Frost Joke to affect everyone else in PvP/GvG, thanks to veider
|
||||
* Corrected Detect Trap range to be based on level, thanks to veider
|
||||
* Updated Tunnel Drive's movement speed, thanks to veider
|
||||
* Removed cdp_rate, suggested by leinsirk10
|
||||
* Fixed a typo in Acid Terror, thanks to leinsirk10
|
||||
* Fixed some typos/memory leak in script cleaning up, thanks to leinsirk10
|
||||
* Added gm_can_drop_lv limitations for trading and opening storage, thanks to
|
||||
Dino9021
|
||||
* Changed shop_exp's calculation to use 0.01% increments, suggested by tcdiem
|
||||
* Refixed "--en/ja--" usage in 'monster' script not working properly, thanks
|
||||
to sbilly
|
||||
|
||||
03/21
|
||||
* Moved /tool and /webserver to under /src and added 'make tools' and 'make
|
||||
webserver' [celest]
|
||||
* Removed ladmin compiling from 'make sql' [celest]
|
||||
|
||||
03/20
|
||||
* Don't register the day/night timers if any one is set to 0 [celest]
|
||||
* Fixed @storage / @gstorage ATcommands thanks2 Yor/Freya [Lupus]
|
||||
* Added 4 new card effects from 3/15's patch -- check item_bonus.txt [celest]
|
||||
* Added 'enable_ip_rules' to packet_athena.conf [celest]
|
||||
* Updated socket debug messages to be more readable [celest]
|
||||
* Added a sql upgrader to handle the mob_db changes to assist
|
||||
in migrating to the newer SVN servers [MouseJstr]
|
||||
|
||||
03/19
|
||||
* Added getrefine() for 3/15's card patch -- returns the refined number
|
||||
of the current item [celest]
|
||||
* Fixed day and night settings not ignored even if they are set to 0,
|
||||
my bad ^^; [celest]
|
||||
|
||||
03/18
|
||||
* Fixed a crash when freeing memory of pets [celest]
|
||||
* Added Cygwin support to the -DDUMPSTACK option, and changed its format
|
||||
to "<server type><number>.stackdump", thanks to Ser [celest]
|
||||
* Removed duplicate fopen in login_log [celest]
|
||||
* Don't log SQL char actions if log_char is not enabled in char_athena.conf
|
||||
[celest]
|
||||
* Updated shop_exp's calculation to give more exp, thanks to tcdiem [celest]
|
||||
* Fixed the bDamageWhenUnequip effect dealing damage when unequipping unrelated
|
||||
items [celest]
|
||||
* Fixed compile errors in SQL char.c [celest]
|
||||
|
||||
03/17
|
||||
* Added ~86 new cards. Fixed new cards bugs, optimized [Lupus] thanks to Indiona,Landarma
|
||||
* Removed nullpo warning from trade.c (my prev anti-spoof protection) [Lupus]
|
||||
* Added the new Einbroch/Einbech maps to maps_athena.conf [celest]
|
||||
* Added display script filename when a script error is found while parsing
|
||||
[celest]
|
||||
* Added 2 char-server packets to support Freya's login server [celest]
|
||||
* Rewrite on Full Strip [celest]
|
||||
* Fixed heap corrupion in map.c caused while loading maps
|
||||
[SVN 1241: MouseJstr]
|
||||
* Re-fixed compile error in map.c -- sorry ^^; [celest]
|
||||
* trade.c fixed possibility of STORAGE+TRADE spooffing dupe [Lupus]
|
||||
Now, on accepting trade your active Storage window closes. (Either Common or Guils Storage)
|
||||
thanx to Sergey for the exploit test and report
|
||||
03/16
|
||||
* map.c fixed compilation error [Lupus]
|
||||
* Updated jA's dummy socket to mod1137 [celest]
|
||||
* Added jA's ddos protection system -- check packet_athena.conf [celest]
|
||||
* Moved stall_time's reading from inter_athena.conf to packet_athena.conf
|
||||
|
||||
03/15
|
||||
* Fixed a compile warning in pc.c [celest]
|
||||
* Updated Soul Breaker's damage display, by DracoRPG [celest]
|
||||
|
||||
03/14
|
||||
* Fixed @marry and @divorce. Also added Wedding music+confetti effect to @marry [Lupus]
|
||||
- @marry Player1,Player2
|
||||
(don't miss the COMMA ',' betwin the names)
|
||||
- @divorce Player
|
||||
(in @divorce use any name from the couple)
|
||||
* Added auto convert advanced job and baby class sprite ID's in mob_avail.txt
|
||||
to correct format [celest]
|
||||
* Added SC_Speedup cannot be stacked with Increase Agility [celest]
|
||||
|
||||
03/13
|
||||
* Added PvP/GvG check for Tiger Knuckle fist [celest]
|
||||
* Fixed Pressure reducing the target's SP twice, thanks to deepin [celest]
|
||||
* Fixed SQL logging not checking if its supposed to use SQL or TXT logs, thanks
|
||||
to Alex14 [celest]
|
||||
* Fixed 23 new cards (some effects chances were divided by 100, some cards had no bonuses
|
||||
due to misplaced arguments, usage BONUS instead of BONUS2, etc) [Lupus]
|
||||
|
||||
03/12
|
||||
* Fixed Status Recovery dealing too short blind time on undead [celest]
|
||||
* Fixed mobs not affected by Blind status [celest]
|
||||
* Added an invalid id check check in map_id2sd [celest]
|
||||
* Added sd check in clif_send [celest]
|
||||
* Fixed usage of mvp_hp_rate and monster_hp_rate. MVP rate was used for common monsters [Lupus]
|
||||
* Added additional random respawn delay for instant respawning monsters (0..5 seconds) [Lupus]
|
||||
- Should be made as an option of battle_athena.conf
|
||||
|
||||
03/11
|
||||
* Speedup player autosaving -- don't save guild castle data at the same time,
|
||||
thanks to Alex14 [celest]
|
||||
* Optimised guild castle saving when autosaving player data, thanks to Yor /
|
||||
Freya (UPDATE: view above)
|
||||
* Added sd check in mob_damage, thanks to sbilly [celest]
|
||||
* Added Sage enchanting skills can only be cast on party members [celest]
|
||||
* Fixed Magic Power not working for ground-targeted skills [celest]
|
||||
* Fixed Frost Diver having double freezing chances [celest]
|
||||
* Added Breaker's magic damage to be blockable by Pneuma, thanks to DracoRPG
|
||||
[celest]
|
||||
* Corrected 1206Sakexe's packet detection, thanks to Yor / Freya [celest]
|
||||
* When casting cloaking stop displaying the skill title after its finished,
|
||||
thanks to Battitude [celest]
|
||||
|
||||
03/09
|
||||
* Some changes in sig_dump to allow Cygwin produce stackdumps upon crash again,
|
||||
thanks to Ser [celest]
|
||||
* Changed the default stackdump creation folder from /save to /log [celest]
|
||||
* Fixed a typo in TXT login server logging, thanks to Skyer / eAthenaC [celest]
|
||||
* Added HP and SP rate underflow checking [celest]
|
||||
* Added stop auto attacking if no arrows were equipped [celest]
|
||||
* Added new script command: 'cardscnt'. It returns N of inserted cards in the same weapon. [Lupus]
|
||||
Now I can start fixing CARDS COMBO exploits. And it's possible to fix old cards power abuse, too.
|
||||
e.g. Assassins can equip 2 4-slot weapons and have HUGE card bonuses.
|
||||
It's said that you can have only ONE bonus per hand...
|
||||
* Fixed and tested script command 'isequippedcnt'. It didn't return real value [Lupus]
|
||||
Here's an easy way to test all items:
|
||||
4149,Gargoyle_Card,Gargoyle Card,6,20,0,10,,,,,,,2,,,,{},{ dispbottom "Gagoyle OK:"; dispbottom isequipped(4149); dispbottom isequippedcnt(4149); dispbottom cardscnt(4149); }
|
||||
* Fixed "nice char save by the fountain of Prontera"; People (Helpers, GMs) did abuse their power and [Lupus]
|
||||
used to @jail friend / @unjail friend. To make his save point in the middle of the Prontera.
|
||||
So I made @unjail save coords to 0,0 (on unjail it makes player's save point to appear always in a random place of Prontera)
|
||||
You can use this query to "Clear nice save point of all jail/unjail abusers friends"
|
||||
SQL QUERY: update ragnarok.char set save_x = 0, save_y = 0 where (save_map = 'prontera.gat' and save_y = 191)
|
||||
03/08
|
||||
* Added chance for Enchant Poison to poison enemy, and reduced Deadly Poison
|
||||
chance [celest]
|
||||
* Compacted some code for Deadly Poison [celest]
|
||||
* Added DracoRPG's code for Soul Breaker - the magic attack part should work
|
||||
as it should now, thanks! ^^ [celest]
|
||||
* Reverted the reverted jA event change but this time without bugs (hopefully) [Shinomori]
|
||||
* corrected status_change_timer as far as I understand the functionality
|
||||
(better have a look at it, Celest), added a some security to prevent pending timers
|
||||
* moved two variable declarations to scope start (mob.c and skill.c)
|
||||
* Fixes Icewall can be directly cast on players and monsters -- also removes
|
||||
the 'unsupported layout' message [celest]
|
||||
* Added the new turbo_room and alde_tt to the maps config [celest]
|
||||
* Speedup SQL inventory and storage saving, thanks to Ilpalazzo-sama [celest]
|
||||
* Reverted a jA change in event loading [celest]
|
||||
|
||||
03/07
|
||||
* Added uptime logging support whenever the server closes, to enable change
|
||||
the 0 to 1 in core.c [celest]
|
||||
#define LOG_UPTIME 0
|
||||
To-do: Add this as an option to log config
|
||||
* Fixed 'make clean' not removing the .o files in /common [celest]
|
||||
* Removed some unused code for Breaker and temporarily set Emperium to be
|
||||
immune to Breaker [celest]
|
||||
|
||||
* Updated core and map-server to jA 1115~1137 [celest]
|
||||
- Added monster_delay_damage to battle conf
|
||||
- Increased some default settings in script conf
|
||||
- Updated Brandish Spear, Soul Change, Soul Burn
|
||||
- Updated Body Relocation (shorter distance)
|
||||
- Added monster skill NPC_EXPLOSIONSPIRITS
|
||||
- Corrected Mindbreaker level to 5
|
||||
- Updated Meteor Assault to instant-cast
|
||||
- Added command @users - shows the percentage of users in all maps
|
||||
- Don't save status if the player is set for disconnection
|
||||
- Added free block lock-checking system
|
||||
- Added saving the processes' ID into [xx-server.pid]
|
||||
- Fixed a memory leak with duplicate script labels
|
||||
+ For more detailed logs check 'Readme-jap'
|
||||
|
||||
* Fixed a typo in Volcano, thanks to Ilpalazzo-sama [celest]
|
||||
* Fixed Apple of Idun reading the wrong skill level and giving too much HP
|
||||
[celest]
|
||||
|
||||
03/06
|
||||
* Added new anti-hacker trade protection from Freya. [Lupus]
|
||||
It also auto-ban hackers and broadcasts messages to all GMs. Good work, Yor!
|
||||
* Misc fixes. [Lupus]
|
||||
2Shino: BTW Some players can't re-connect to the server. Due to the updated session checks in chrif.c
|
||||
actually impossible, because the checks handle the connection with the char server, not with users
|
||||
anyway, I checked again and rearranged code but functionality is still the same and valid [Shinomori]
|
||||
03/05
|
||||
* Reversed drop_rate0item option, corrected MVP Drop rate (thanks to Freya) [Lupus]
|
||||
03/04
|
||||
* Fixed SQL Guild Castle Saving (now fully working, tested on 100 players during WOE) [Lupus]
|
||||
03/02
|
||||
* Fixed SQL Guild Castle Saving (partial, yet it doesn't clear GuildID when you abandon a castle) [Lupus]
|
||||
+ added 2 fixes by POW (Mac Guild Position fix, Max Guild Members fix)
|
||||
* Fixed Emotion Flood (by Yor) [Lupus]
|
||||
* SQL: Fixed temporary ban. Now banned players can enter the server when the ban time is over. [Lupus]
|
||||
It wasn't working because STATE hasn't been cleared properly.
|
||||
Also fixed wrong client messages (ban reasons: Banned by GM / Temp ban till DATE).
|
@ -1,9 +0,0 @@
|
||||
Date Added
|
||||
|
||||
07/15
|
||||
* Added sql runservers to all branches as runserver-sql.bat [Evera]
|
||||
04/07
|
||||
* Switched to G++ as the default [MouseJstr]
|
||||
* Enabled PCRE on by default [MouseJstr]
|
||||
* cleaned up svn:ignore properties [MouseJstr]
|
||||
* cleaned up svn:eol-style properties [MouseJstr]
|
3815
Changelog.txt
3815
Changelog.txt
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
- This folder and all files inside it must be deleted before any distribution
|
||||
- This folder is meant for developers only
|
||||
- Use this folder to contain notes, todo, testcases, problems, etc
|
@ -1,42 +0,0 @@
|
||||
Mainly because I'm (Ajarn) tired... and not too sure about these, or future ones even...
|
||||
I'll report GDB's here. MouseJstr, this is mainly for you.
|
||||
|
||||
svn 770: Fixed
|
||||
-----------------
|
||||
#0 buildin_sc_start (st=0xbfbfea30) at script.c:4225
|
||||
4225 if(bl->type == BL_PC && ((struct map_session_data *)bl)->state.potionpitcher_flag)
|
||||
(gdb) print bl
|
||||
$3 = (struct block_list *) 0x0
|
||||
(gdb) where
|
||||
#0 buildin_sc_start (st=0xbfbfea30) at script.c:4225
|
||||
#1 0x08093f5d in run_func (st=0xbfbfea30) at script.c:6680
|
||||
#2 0x08094171 in run_script_main (script=0xf54a000 "\b\002", pos=502, rid=2000181, oid=110001888,
|
||||
st=0xbfbfea30, rootscript=0x0) at script.c:6754
|
||||
#3 0x08094301 in run_script (script=0xf54a000 "\b\002", pos=502, rid=2000181, oid=110001888) at script.c:6880
|
||||
#4 0x08079115 in npc_scriptcont (sd=0x1c9d7000, id=110001888) at npc.c:923
|
||||
#5 0x08064485 in clif_parse (fd=54) at clif.c:10352
|
||||
#6 0x080e1629 in do_parsepacket () at socket.c:452
|
||||
#7 0x080e0b11 in main (argc=1, argv=0xbfbfec88) at core.c:176
|
||||
#8 0x080497e2 in _start ()
|
||||
|
||||
----
|
||||
|
||||
#0 0x080d8d80 in guild_member_leaved (guild_id=10030, account_id=2000740, char_id=151069, flag=0,
|
||||
name=0x1c567037 "kloyd", mes=0x1c56700f "?") at guild.c:685
|
||||
685 sd2=guild_getavailablesd(g);
|
||||
(gdb) print g
|
||||
$5 = (struct guild *) 0x0
|
||||
(gdb) where
|
||||
#0 0x080d8d80 in guild_member_leaved (guild_id=10030, account_id=2000740, char_id=151069, flag=0,
|
||||
name=0x1c567037 "kloyd", mes=0x1c56700f "?") at guild.c:685
|
||||
#1 0x080d53ab in intif_parse_GuildMemberLeaved (fd=0) at intif.c:918
|
||||
#2 0x080d5acc in intif_parse (fd=9) at intif.c:1123
|
||||
#3 0x080503a2 in chrif_parse (fd=9) at chrif.c:1004
|
||||
#4 0x080e1629 in do_parsepacket () at socket.c:452
|
||||
#5 0x080e0b11 in main (argc=1, argv=0xbfbfedf4) at core.c:176
|
||||
#6 0x080497e2 in _start ()
|
||||
|
||||
-----------------
|
||||
|
||||
That's all I got for now. I'll keep adding them as they show up (if they are simple),
|
||||
if you are away Mouse (or whoever wants to fix them). Reply to them as they are fixed.
|
@ -1,92 +0,0 @@
|
||||
//Any ideas or suggestions you guys have, put them here.
|
||||
//These don't have to be put into the source, but maybe if
|
||||
//you would like something down... someone might do it? lol
|
||||
|
||||
----
|
||||
I (Ajarn) have loads of ideas. I might as well put them here. If no one does them it's fine, because I plan on doing them eventually if no one else does.
|
||||
|
||||
1) Better jail system. You know how the ban system has a time column,
|
||||
so you can set a certain amount of ban time? I think jailing should
|
||||
have this to. This way you can unjail the character when they are
|
||||
online or not, and jail them if they are on or not, etc. This will
|
||||
also lock their char to the jail until the state of that column is
|
||||
changed. One the time hits that they can come out (every min run a
|
||||
timer maybe?) they are unjailed if online, and if they are offline,
|
||||
the next time they log on it will check that column and unjail them
|
||||
then.
|
||||
|
||||
|
||||
2) Addition to ban system. Ban works on a state system and I think ti
|
||||
should have another state. Instead of fully banning someone you
|
||||
should have the option of banning them from creating new chars
|
||||
before a full ban. This way you can jail their chars, and ban
|
||||
creation of new chars. Then they have to sit in the jail and talk
|
||||
it out with a GM. Gets problems solved easier.
|
||||
|
||||
|
||||
3) Better gm level system. Basicly a gm command has group numbers
|
||||
after it (monster:1,5,99) and those gm levels can use it. This way
|
||||
you can have a much more flexible system. But when I think about
|
||||
it... it takes a lot of checking to do it that way, and in the long
|
||||
run, it would be a lot more flexible and easier to have account
|
||||
names after each gm command. I'm not sure which one I like, or
|
||||
which one should be used, but the "level" system is kind of hard to
|
||||
do when you want to have sistem levels. Like, some have group A
|
||||
commands, and some have group B commands, having nothing to do with
|
||||
group A. There is no way to do that with the current system.
|
||||
|
||||
nsstrunks: The group numbers is kinda pointless, since
|
||||
currently if you set it to a higher number, everyone above
|
||||
that will have access.
|
||||
|
||||
4) Private Message SPY! (@pmspy <char name>) What it does is you see
|
||||
everything that that person private messages to another, and
|
||||
anything another pms to them. I'm not sure if it can be already
|
||||
done, but this would stack with @guildspy and @partyspy. So, you
|
||||
you know thier party, and guild and you do all three spies, and you
|
||||
follow them around you can hear everything they are saying.
|
||||
|
||||
5) Probably a stupid idea, but @localspy. It basicly spies on all the
|
||||
text that they can hear localy and sends it to you like "ajarn can
|
||||
hear: ....." and "ajarn says: ..." This way you can do #4 to a
|
||||
person, and then this, without following them, and get the same
|
||||
effect.
|
||||
|
||||
6) We need another file for item_db.txt to keep there your custom items
|
||||
We already have the same thing is for mobs (mob_db2.txt)
|
||||
Why don't we use it?
|
||||
|
||||
7) New way to store/calculate EXP. Log of the idea:
|
||||
|
||||
Ancyker: exp
|
||||
Ancyker: the way its stored
|
||||
Ancyker: needs changed
|
||||
Ancyker: currently it stores base level and exp
|
||||
Ancyker: this is crap
|
||||
Ancyker: it should store base level, and exp towards next level
|
||||
Ancyker: so say u just level to level 5
|
||||
Ancyker: ur level would be 5, and exp 0
|
||||
Ancyker: u kill a poring
|
||||
Ancyker: they give i beleive 10 exp
|
||||
Ancyker: so now it would be 5 level, 10 exp
|
||||
Ancyker: when u hit the marker, u gain a level
|
||||
Ancyker: thats how the exp is stored in the fsking database
|
||||
Ancyker: exp towards next level
|
||||
Ancyker: not total exp
|
||||
Ancyker: the problem with athena
|
||||
Ancyker: it doesnt follow its own damn rules
|
||||
Ancyker: it does a database one way
|
||||
Ancyker: then totally changes it when it loads it
|
||||
Ancyker: pick a damn method already
|
||||
|
||||
I (Ajarn) agree with him. It would make things so much easier server side too.
|
||||
|
||||
|
||||
How to implement those ideas:
|
||||
|
||||
[Lupus]
|
||||
1) You can make a script. Put OnTouch Area in the jail... when a banned person gets into jails, you set a global VAR.
|
||||
Then use PCLoginEvent.txt to check TIME/DATE and free that poor person when it's OK.
|
||||
So it's pretty easy to make with scripting. And even more... some private servers already have such scripts
|
||||
and even make the prisoners gather some mushrums and stuff, to get them off the jail faster
|
||||
PLUS: you should count time only when the player is in PRISON. Don't count when he's off-line 8)
|
722
Dev/TODO.txt
722
Dev/TODO.txt
@ -1,722 +0,0 @@
|
||||
The format of to-do list items is:
|
||||
|
||||
Description - A description of the task
|
||||
Status - The status of the task. The possible values are Pending and Completed
|
||||
Assignee - The nickname of the person whom is assigned the task
|
||||
Notes - Miscellaneous notes concerning the task
|
||||
|
||||
**********
|
||||
|
||||
Only the to-do list for the flat-file module should contain tasks concerning database corrections because databases changes for the SQL module are inherited from the flat-file module.
|
||||
|
||||
**********
|
||||
1.
|
||||
Description: Fix the equip field values in item_db
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: NONE
|
||||
|
||||
Notes: <Valaris> i know the equip values in item_db are ****ed <Valaris> not ****ed <Valaris> but supernovice equip is
|
||||
|
||||
|
||||
**********
|
||||
2.
|
||||
Description: Change monster summoning commands so they summon 1 monster if a quantity isn't specified
|
||||
|
||||
Status: 50%
|
||||
|
||||
Assignee: NONE
|
||||
|
||||
Notes: Will work with just mob_id/name specified (ie @monster poring)
|
||||
need to make it work with mob_id and name (ie @monster poring test) - Valaris
|
||||
|
||||
|
||||
**********
|
||||
5.
|
||||
Description: Checking help.txt (main directory, conf directory, doc directory) with atcommand.c
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: None
|
||||
|
||||
Notes: In doc directory, do a help.txt for explaination of all commands.
|
||||
In conf directory, do a help.txt for displaying the resume of each command in chat windows of the client
|
||||
(chat windows does support more than 200 lines).
|
||||
In main directory, suggestion to delete it.
|
||||
|
||||
|
||||
**********
|
||||
6.
|
||||
Description: Update produce_db
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: None
|
||||
|
||||
Notes: The Alchemist Forging items were recently changed. The DB needs to be edited and if needed, source to be modified
|
||||
|
||||
|
||||
**********
|
||||
7.
|
||||
Description: novice.txt: new_1-4.gat,60,149,4 script Helper 55
|
||||
This NPC gives infinite items and zenys.
|
||||
|
||||
Status: Completed
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: If you clicks on 'cancel' button or quits the game to come back, you can have infinite zenys and items.
|
||||
So, we must save (in a variable) when the npc gives items/zenys and don't given them again.
|
||||
|
||||
|
||||
**********
|
||||
8.
|
||||
Description: scripts, register variables and job 1
|
||||
When you become job 1, reset all variables of OTHER jobs too to save register memory.
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: None
|
||||
|
||||
Notes: None
|
||||
|
||||
|
||||
**********
|
||||
9.
|
||||
Description: @mapspy <map> <on/off> command
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: None
|
||||
|
||||
Notes: to receive any messages of all characters on a specifical map.
|
||||
don't send duplicate messages if already @guildspy ou @partyspy
|
||||
|
||||
|
||||
**********
|
||||
10.
|
||||
Description: Pet Skills.
|
||||
|
||||
Status: 90%
|
||||
|
||||
Assignee: Valaris
|
||||
|
||||
Notes: Don't touch pet.c, pet.h, or pet dbs.
|
||||
|
||||
|
||||
**********
|
||||
11.
|
||||
Description: Add kRO server side friends list.
|
||||
|
||||
Status: 80%
|
||||
|
||||
Assignee: davidsiaw
|
||||
|
||||
Notes: Got most of the packets. Except the ones that tell the client that a player is online and tell the client to give messages.
|
||||
|
||||
|
||||
**********
|
||||
12.
|
||||
Description: Updating the 'gmcommands.html' with actual commands.
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: None
|
||||
|
||||
Notes: NONE
|
||||
|
||||
|
||||
**********
|
||||
13.
|
||||
Description: On PVP map, don't count a 'GM HIDE' GM (2 normal players + 1 HIDE GM: 2/2, not 3/3).
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: None
|
||||
|
||||
Notes: NONE
|
||||
|
||||
|
||||
**********
|
||||
14.
|
||||
Description: Add encrypted password option in login-server.
|
||||
|
||||
Status: Blocked, no solution without limited client version.
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: It's impossible to use encrypted password in the account file, if we want to authorise all client version.
|
||||
Some clients use a (random) md5key and send a composed encrypted of the password.
|
||||
So, these clients send a different encrypted password based on plain text password at every connection.
|
||||
If the password is encrypted, we can not more compare with plain text.
|
||||
The other solution can be to not authorise these clients. But, that will probably be the futur of ALL clients.
|
||||
Reduce possibilities of client version isn't a good idea for the futur and for the compatibility (like use only plain text password client version).
|
||||
Save in account the plain text and the encypted version use more memory for nothing, and don't add security.
|
||||
Conclusion:
|
||||
If you want protected your password, you must:
|
||||
- protected you account file
|
||||
- never send a password outside the server
|
||||
- use only encypted client version (that send an encrypted password to server).
|
||||
|
||||
|
||||
**********
|
||||
15.
|
||||
Description: Create all reloaddb command in ladmin.
|
||||
|
||||
Status: Affected
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: NONE
|
||||
|
||||
|
||||
**********
|
||||
16.
|
||||
Description: Create a shutdown + time command in ladmin.
|
||||
|
||||
Status: Affected
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: NONE
|
||||
|
||||
|
||||
**********
|
||||
17.
|
||||
Description: Create a kickall command in ladmin.
|
||||
|
||||
Status: Affected
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: NONE
|
||||
|
||||
|
||||
**********
|
||||
18.
|
||||
Description: Create listban/listok command in ladmin.
|
||||
|
||||
Status: Completed
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: NONE
|
||||
|
||||
|
||||
**********
|
||||
19.
|
||||
Description: Login-server: create a first anti-hack system versus multiple connections trying.
|
||||
|
||||
Status: Affected
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: Set on IP.
|
||||
An option to set number of connections before to block (number_of_try_before_block)
|
||||
An option to set number of second where the tries must be done (within_seconds_for tries)
|
||||
An option to set the time of impossible connection after block (blocked_time_in_minutes)
|
||||
About wrong password, add:
|
||||
dynamic_pass_failure_ban_time: 5 (duration of ban, in minutes)
|
||||
dynamic_pass_failure_ban_how_many: 3 (number of tries before to ban)
|
||||
dynamic_pass_failure_ban_how_long: 60 (inside time where the tries must be done before to ban, in sec)
|
||||
|
||||
|
||||
**********
|
||||
20.
|
||||
Description: Create @unban and @unblock GM command.
|
||||
|
||||
Status: Completed
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: NONE
|
||||
|
||||
|
||||
**********
|
||||
21.
|
||||
Description: Fix @nuke GM command.
|
||||
|
||||
Status: Completed
|
||||
|
||||
Assignee: Valaris
|
||||
|
||||
Notes: If you nuke a mounted Knight/Crusader they lose Peco but see it in the equip.window.
|
||||
And can't get another one.
|
||||
|
||||
|
||||
**********
|
||||
22.
|
||||
Description: Adding GM command @guildmaster <playername>
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: MC_Cameri
|
||||
|
||||
Notes: Guild Master turns another member of his guild into Guild Master.
|
||||
MC Cameri: It will now be called @swapgm, meaning swap of guild master.
|
||||
|
||||
|
||||
**********
|
||||
23.
|
||||
Description: In Guilds folder change all checkcart -> checkcart(0)
|
||||
|
||||
Status: Completed?
|
||||
|
||||
Assignee: Aria
|
||||
|
||||
Notes: All checkcart were in the old/ folder o_O?
|
||||
Because just "checkcart" always returns 0. (All common Kafras&breeder have been already fixed)
|
||||
|
||||
|
||||
**********
|
||||
24.
|
||||
Description: In script.c parser should be fixed to allow argumentless functions return value.
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: None
|
||||
|
||||
Notes: Functions like "checkcart", "checkfalcon", "checkriding" don't return value if used without agruments or without "()".
|
||||
Example: 'checkcart' always return Zero (because the parser doesn't recognize it as a function!)
|
||||
Example: 'checkcart()' map server doesn't load (because argless funcs aren't in use)
|
||||
As a temp fix Lupus added "*" in script.c in "checkcart", "checkfalcon", "checkriding" definitions.
|
||||
To be able running them with any fake arg. i.e. checkcart(0) works fine!
|
||||
|
||||
|
||||
**********
|
||||
25.
|
||||
Description: Create a LAN management, 1 by server
|
||||
|
||||
Status: Affected
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: 1 computer can be on multiple LAN. So, each server must have 1 LAN definition.
|
||||
|
||||
|
||||
**********
|
||||
26.
|
||||
Description: @ban/@block must be usable when player is offline
|
||||
|
||||
Status: Completed
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: NONE
|
||||
|
||||
|
||||
**********
|
||||
27.
|
||||
Description: When it's night, inscreasing spawn of undeads
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: None
|
||||
|
||||
Notes: Variable 'night_flag' is 0 if it's day, or 1 if it's night.
|
||||
|
||||
|
||||
**********
|
||||
28.
|
||||
Description: in ladmin, create a method for account with spaces
|
||||
|
||||
Status: Completed
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: use "<account name>" or '<account name>'.
|
||||
|
||||
|
||||
**********
|
||||
29.
|
||||
Description: @(un)ban/@(un)block: reduction of number of packets
|
||||
improvement of messages
|
||||
|
||||
Status: Completed
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: None.
|
||||
|
||||
|
||||
**********
|
||||
30.
|
||||
Description: Create (un)ban/(un)block in ladmin to be similar with GM command
|
||||
|
||||
Status: Completed
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: None.
|
||||
|
||||
|
||||
**********
|
||||
31.
|
||||
Description: Packet 0x3831 need too much size! IMPORTANT to found a solution!
|
||||
It's cause of crashes or freeze of servers (char or map).
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: None
|
||||
|
||||
Notes: When map-server do a connection to char-server, this packet is send (C->M). Example of display (1 connection!):
|
||||
socket #5:
|
||||
wdata (size: 131072 bytes) need to be expanded.
|
||||
wdata is actually used for 111654 bytes (free bytes: 19418).
|
||||
packet 0x3831 need mode space (size of the packet: 12332).
|
||||
wdata expanded to 262144 bytes.
|
||||
socket #5:
|
||||
wdata (size: 262144 bytes) need to be expanded.
|
||||
wdata is actually used for 234974 bytes (free bytes: 27170).
|
||||
packet 0x3831 need mode space (size of the packet: 12332).
|
||||
wdata expanded to 524288 bytes.
|
||||
Additional note: there is only 63 guilds on this server...
|
||||
|
||||
|
||||
**********
|
||||
32.
|
||||
Description: Management of PM ignore for wisps
|
||||
|
||||
Status: Completed
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: None.
|
||||
|
||||
|
||||
**********
|
||||
33.
|
||||
Description: Add a GM info hacker minimum level parameter
|
||||
|
||||
Status: Completed
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: first use: spoof namer
|
||||
|
||||
|
||||
**********
|
||||
34.
|
||||
Description: Create @makepet to create directly a pet
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: None
|
||||
|
||||
Notes: NONE
|
||||
|
||||
|
||||
**********
|
||||
35.
|
||||
Description: In dungeon, set night for people. In shop, set day for people.
|
||||
|
||||
Status: Assigned
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: work like variable 'night_flag' is 0 if it's day, or 1 if it's night.
|
||||
|
||||
|
||||
**********
|
||||
36
|
||||
Description: Create your limited time.... but an option can be good :)...
|
||||
|
||||
Status: Completed
|
||||
|
||||
Assignee: Yor
|
||||
|
||||
Notes: NONE
|
||||
|
||||
**********
|
||||
42.
|
||||
Description: @uptime - how long as the server been up?
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: MouseJstr, MC Cameri
|
||||
|
||||
Notes:
|
||||
MC Cameri: This is done already in OA, wait for merge.
|
||||
Aria: I said that, but they told me it was BROKED!
|
||||
**********
|
||||
43.
|
||||
Description: map aliases -
|
||||
create virtual copies of maps but don't require
|
||||
changes to the client to support it
|
||||
|
||||
Status: 80% done
|
||||
|
||||
Assignee: MouseJstr
|
||||
|
||||
Notes
|
||||
**********
|
||||
47.
|
||||
Description: different max aspd for players and GM's
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: MouseJstr
|
||||
|
||||
Notes:
|
||||
*********
|
||||
49
|
||||
Description: Add @chareffect - Done [MouseJstr]
|
||||
set a persistant effect on another character
|
||||
Add @chardisguise - done [MouseJstr]
|
||||
set a persistant disguise effect on another character
|
||||
Add @mobid
|
||||
look up a monster by name - needed?
|
||||
Add @petid
|
||||
look up a pet by name
|
||||
Add @chardye
|
||||
Add @charhairstyle
|
||||
Add @charhaircolor
|
||||
Versions of dye hairstyle and haircolor fo other chars
|
||||
Add @followme
|
||||
make a character follow you.. including warps
|
||||
Add @shuffle
|
||||
re-arrange everybody on the map randomly
|
||||
Add @dropall - done [MouseJstr]
|
||||
takes all my possessions and throws them on the ground
|
||||
Add @chardropall - done [MouseJstr]
|
||||
takes all the players possessions and throws them on the ground..
|
||||
Add @storeall - done [MouseJstr]
|
||||
takes all my possessions and puts them in storage, leaving 500 zeny to let you take it all back out again
|
||||
Add @charstoreall - done [MouseJstr]
|
||||
takes all the players possessions and puts them in storage, leaving 500 zeny to let you take it all back out again
|
||||
Add @skillid - lookup a skill by name - done [MouseJstr
|
||||
Add @useskill - use a skill given the number or name - done [MouseJstr]
|
||||
*********
|
||||
50.
|
||||
Description: New Guild Skills
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: NONE
|
||||
|
||||
Notes: use http://forums.emperium.org/viewtopic.php?t=43245 for a list
|
||||
********
|
||||
51.
|
||||
Description: Devilring
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: NONE
|
||||
|
||||
Notes: New mini-boss; find as much about it as possible including stats and drops
|
||||
*********
|
||||
52.
|
||||
Description: LV4 Weapon Quests
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: NONE
|
||||
|
||||
Notes: Info here http://forums.emperium.org/viewtopic.php?t=39934 Use perm variables?
|
||||
*********
|
||||
53.
|
||||
Description: Monster Pictures
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: NONE
|
||||
|
||||
Notes: WTF! http://forums.emperium.org/viewtopic.php?t=32998
|
||||
*********
|
||||
54.
|
||||
Description: Wandering Singer
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: NONE
|
||||
|
||||
Notes: May have to spy on kRO to get more info. http://forums.emperium.org/viewtopic.php?t=32998
|
||||
********
|
||||
55.
|
||||
Description: Arena Points
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: NONE
|
||||
|
||||
Notes: points->item system; http://forums.emperium.org/viewtopic.php?t=32998
|
||||
********
|
||||
56.
|
||||
Description: kRO Account
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: NONE
|
||||
|
||||
Notes: Give us a kRO account, gm or whatever so we can spy =OOOOOOOO
|
||||
*********
|
||||
57.
|
||||
Description: Baby Skills
|
||||
|
||||
Stats: Pending
|
||||
|
||||
Assignee: NONE
|
||||
|
||||
Notes: 1. Skills
|
||||
- Come here, baby.
|
||||
( Summons the adoptee )
|
||||
- Mom, Dad, I love you.
|
||||
( For 5 minutes, the parent characters will not have EXP penalty upon death )
|
||||
- Mom, Dad, I want to see you.
|
||||
( Summons the parents )
|
||||
* For the summon skill, it works like wedding summon skill - it can only be done in areas where warps can be saved at.
|
||||
|
||||
2. EXP Sharing
|
||||
- Only the parents and the child can EXP share; nobody else can be in the party. If any other person joins, the EXP share resets.
|
||||
- If you move to a different map, the EXP share resets.
|
||||
- The EXP returned is only 1/3rd of normal since both mother and father character has to be in the same party with the child.
|
||||
|
||||
3. Changes after adoption
|
||||
- For the child character, the character becomes small.
|
||||
|
||||
4. What happens if parents divorce
|
||||
- The parents can NEVER adopt another child ever again even after divorce + remarry.
|
||||
- The character child continues to be as it is (meaning, even if the child no longer has a parent, he or she will continue to be the 'child'), and only 1 child can be obtained per character.
|
||||
- Even if the child character is deleted, the parents can never get another child.
|
||||
* This means, when you adopt a child character, DO IT CAREFULLY. For the entire history of your character, you can only, and I mean ONLY get one child character.
|
||||
|
||||
- The Child Adoption system now changes as following, so please make note of this:
|
||||
* The adopted child cannot raise any stat to beyond 80. - Done [Celest]
|
||||
* The adopted child will have 70% of MaxHP and MaxSP of normal characters. - Done [Celest]
|
||||
* The adopted child cannot marry. - Done [Celest]
|
||||
* "Mom, Dad, I love you" skill will only last 2 minutes instead of 5.
|
||||
* The parents must be both LV 70 or above in order to adopt.
|
||||
* The parents must be both LV 70 or above in order to share EXP as family.
|
||||
* "Mom, Dad, I love you" skill will now take 10% of MaxSP instead of taking 1 SP.
|
||||
- The wedding skills will now depend on percentage of MaxHP/MaxSP.
|
||||
|
||||
********
|
||||
58.
|
||||
Description: Super novices max job level is now 99
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: NONE
|
||||
|
||||
Notes: http://forums.emperium.org/viewtopic.php?t=44856
|
||||
|
||||
********
|
||||
59.
|
||||
Description Add a function where usable item bonuses
|
||||
cannot stack. Eg, an item that gives you +1 str when used
|
||||
again does not total to +2 str.
|
||||
Status Pending
|
||||
Assignee None
|
||||
Notes None
|
||||
|
||||
**********
|
||||
60.
|
||||
Description Make it possible to set the selling
|
||||
price of an item in a shop npc. If a selling price is not
|
||||
present it uses the item_db and this can be selectable
|
||||
by battleconf
|
||||
Status Pending
|
||||
Assignee None
|
||||
Notes None
|
||||
|
||||
**********
|
||||
61.
|
||||
Description Make a battle_config option to cause, if
|
||||
a user is logged in and somebody tries to log in again,
|
||||
it logs them both out...
|
||||
Status: Pending
|
||||
Assignee None
|
||||
Notes None
|
||||
***
|
||||
62.
|
||||
Description Make a battle_config option to disable auto-muting
|
||||
Status: Pending
|
||||
***
|
||||
63.
|
||||
Description Can't unmute auto-muted people
|
||||
Status: Pending
|
||||
Assignee None
|
||||
Notes None
|
||||
***
|
||||
64.
|
||||
Description Wedding skill recall.. should only have one active at a time
|
||||
Status: Pending
|
||||
Assignee None
|
||||
Notes None
|
||||
***
|
||||
65.
|
||||
Description Wedding skill recall should work in noskill zone
|
||||
Status: Pending
|
||||
Assignee None
|
||||
Notes None
|
||||
***
|
||||
66.
|
||||
Description re-add a better packet_db implementation
|
||||
Status: Pending
|
||||
Assignee nsstrunks
|
||||
Notes None
|
||||
***
|
||||
67.
|
||||
Description the char server is a fricken dog...
|
||||
Status: Pending
|
||||
Assignee MouseJstr
|
||||
Notes None
|
||||
***
|
||||
68.
|
||||
Description add no_mob_drops as a map flag
|
||||
Status: Pending
|
||||
Assignee None
|
||||
Notes so that mobs don't drop shit in pvp arena's
|
||||
***
|
||||
69.
|
||||
Description add MvM map flag
|
||||
Status: Pending
|
||||
Assignee None
|
||||
Notes for allowing a monster on monster arena
|
||||
***
|
||||
70.
|
||||
Description Redo the gm help files
|
||||
Status Pending
|
||||
Assignee MC_Cameri
|
||||
Notes Do this after all @char commands are converted to # to
|
||||
avoid any problems.
|
||||
**
|
||||
71.
|
||||
Description Make a way for NPC's to retrieve and set battle_flags
|
||||
Status Pending
|
||||
Assignee MouseJstr
|
||||
**
|
||||
72.
|
||||
Description Add a @rates command to summerize the current rates
|
||||
Status Pending
|
||||
Assignee MouseJstr
|
||||
**
|
||||
73.
|
||||
Description Added file based logging for all item movements
|
||||
Status Pending
|
||||
Assignee
|
||||
|
||||
All trades, storage movements, drops, purchases, creates, etc.. log it
|
||||
all to a text file.
|
||||
**
|
||||
74.
|
||||
Description Add a spy-file
|
||||
Status Pending
|
||||
Assignee
|
||||
|
||||
All conversations.. broken out by who says them and who can hear
|
||||
them.. to a text file
|
||||
**
|
||||
75.
|
||||
Description Make NPC's able to actually CAST a spell
|
||||
Status Pending
|
||||
Assignee
|
||||
**
|
||||
76.
|
||||
Description Add IP based masks for restricting GM powers
|
||||
Status Pending
|
||||
Assignee
|
||||
|
||||
Stealing my name/pass does not give you my powers
|
||||
**
|
@ -1,136 +0,0 @@
|
||||
// eAthena TODO for Monster AI
|
||||
// -----------------------------------------
|
||||
// The idea of this file is to write a system to use for mob AI because
|
||||
// to put it bluntly, our mobs are stupid. If we can pull off some sweet
|
||||
// AI, we will own the other emulators.
|
||||
//
|
||||
// What we have here are 2 columns. I describe them below...
|
||||
// - 'mode' : Mode is when the monster can attack, like, can it move? can it
|
||||
// attack first? can it assist other monsters?
|
||||
//
|
||||
// - 'AI' : AI is the smart part of the monster. This is how the monster
|
||||
// will actully go about attacking something. For example we
|
||||
// could make archer skeletons fire an arrow or 2, then flee
|
||||
// and fire a few more arrows. Or we could have them avoid other
|
||||
// classes with range (archers, mages). We could also have mobs
|
||||
// run when being sniped off cliffs by archers/mages (wont they
|
||||
// hate that, but in reality, thats what they would do).
|
||||
//
|
||||
// The mode flags will be given an ID to the power of 2, (binary style, like
|
||||
// job id's in the item_db) and added together to make the mode. But before
|
||||
// the system can be written we need a nice file to explain it. That would be
|
||||
// this file. So add away, when it looks done, begin the implementation.
|
||||
//
|
||||
// Also, if possible, new config file in /conf/. 'mob_ai_athena.conf'. This is
|
||||
// where mob AI is enabled/disable. And options can be set to allow and dis-
|
||||
// allow certin modes. Ex: People like the AI, but dont like one options, can
|
||||
// simply disable THAT AI feature rather then rewriting mob_db to remove it.
|
||||
//
|
||||
// I wrote the first modes, C devs, move them around as you see fit for programming.
|
||||
//
|
||||
// -Ancyker
|
||||
//
|
||||
// (check bottom for more AI ideas)
|
||||
//
|
||||
|
||||
|
||||
'mode'
|
||||
Immobile - Monster can not move, can not be moved (like by archers knockback skills)
|
||||
Agressive - Monster can attack first (doesn't mean it will, decided in 'AI')
|
||||
Detect cast - Monster will detect if someone is casting on it, and attack back
|
||||
Assist - Monster will help other monsters (what monsters it will assist is decided in 'AI')
|
||||
Looter - Monster will loot items (if 'Agressive' flag is set, it will attack before looting)
|
||||
No Target Change - Monster will not start attacking another target until the first target is dead or out of range
|
||||
Passive - Monster will not attack back (ever, unless 'Agressive' flag is also set?)
|
||||
Detects Hidden - Monster can see hidden players
|
||||
|
||||
'ai'
|
||||
NoAI - Doesn't do anything (plants)
|
||||
NoSnipe - Monster will run away if being 'sniped' from a clif by archer, mage, etc.
|
||||
AttackFlee - Monster will attack, then flee, attack, then flee, etc (Archer Skels, run away, shoot arrow, etc)
|
||||
AttackRange1 - Will only attack if player is in a set range [0-3] (It's like the player is close, its a threat now)
|
||||
AttackRange2 - Will only attack if player is in a set range [4-6]
|
||||
ClassFlee1 - Will run from any player with range (archers, mages, thiefs with bows)
|
||||
NoviceNoFlee - Will not run if a player is a novice
|
||||
LevelFlee - Wlll run if player is of a higher level (porings would run from level 99s, AHH DONT KILL ME!)
|
||||
AvoidPlayer - Will run if it sees any player (So it cancels 'Agressive' flag)
|
||||
AttackMostDamage - Will attack the player doing the overall most damage
|
||||
AttackLessDamage - Will attack the player doing the overall least damage
|
||||
AttackLowestLevel - Will attack the lowest level first
|
||||
AttackHighestLevel - Will attack the highest level first
|
||||
WarpLowHP - Will warp if HP is low (how low is low?)
|
||||
NeverStop - Monster will always be on the move, never stop walking. (Is over-ridden by 'Immobile' flag)
|
||||
|
||||
|
||||
//
|
||||
// Again, more stuff...
|
||||
//
|
||||
// The monster spawns sripts need some more params. some examples...
|
||||
//
|
||||
// We have: map,x,y,offsetx,offsety, ...
|
||||
// What if we added more? To only let the monster move so far off from
|
||||
// where it was spawned. It could 'guard' an arena, an exit/enterance
|
||||
// an npc, whatever =).
|
||||
//
|
||||
// .... ID,time,time,blah...,mode,WAP
|
||||
// Have monsters walk a certin path. Waypoint files are your friend.
|
||||
// If a monster has a WAP (optional) it will walk this path.
|
||||
// Guardians on patrol? Could be interesting.
|
||||
//
|
||||
// Add more if you think of any =)
|
||||
//
|
||||
// If you don't like an idea, comment why, dont remove it.
|
||||
// example: (using this one cuz not sure about it)
|
||||
//
|
||||
// // NeverStop - Will/Could cause lag, don't think its a good idea -name
|
||||
// NeverStop - ...
|
||||
//
|
||||
|
||||
Lupus: (guys, rearrange my ideas or move them as u want)
|
||||
Some memory - speed optimizations:
|
||||
|
||||
There'a big "for cycle" when u look up for a place to mob spawn.
|
||||
It could be made quite fast:
|
||||
On server .GAT loading you should make an array with OFFSETS (not even X,Y) of right
|
||||
places for future mob spawns.
|
||||
If the waypoints aren't found for the loadied map then you should make at least 1-2 waypoints automatically.
|
||||
|
||||
About AI:
|
||||
EACH map has defined mobs. Your mob should have a flag "healer", "supporter" etc. "weak", "ranged attacker"
|
||||
and each map should contain an attached list of mobs with their types
|
||||
when one MVP is hurt it'd look for "helpers", "healers".
|
||||
And if a mob is almost 0 HP it should look for helpers or look for other mobs ranged attackers
|
||||
defence. Etc.
|
||||
|
||||
Mobs AI should be WRITTEN IN SPECIAL SCRIPTS.
|
||||
Some default mobs will use the same script.
|
||||
And some advanced ones will use their own.
|
||||
|
||||
MOB-scripts are quite interesting. (remember Robot-Wars game?)
|
||||
|
||||
Gulid Wars:
|
||||
I think guardians should be able to warp from room to room using WARPS like common Players.
|
||||
|
||||
|
||||
Aria's Ideas: (do whatever u want)
|
||||
|
||||
We can make aggressive monsters make ambushes, where one attacks and runs away to a huge group of the same monster
|
||||
|
||||
instead of dropping 2 x1 items, just drop 1 x2 item
|
||||
|
||||
make AI vary inside of a group of monsters (IE 1/2 porings do 1 thing, and the other half do another)
|
||||
|
||||
aggressive monsters sould surround enemies, not just blindly attack them
|
||||
|
||||
we should also make monsters look as player-like as possible. There should be groups traveling together, or 2 monsters
|
||||
next to eachother, chatting.
|
||||
|
||||
we shouldn't let mobs spawn right infront of people, like in anime or manga. they always walk towards you, or you walk
|
||||
towards them.
|
||||
|
||||
let mob stats vary a little bit - every mob shouldn't be the exact same. if it's stronger it gives more exp, and vice
|
||||
versa.
|
||||
|
||||
have a monster be able to use its drops, and not drop it. like a poring using an apple.
|
||||
|
||||
davidsiaw: About that last line, now the player finds a 4 slot pike and a poring takes it and uses it against him... hmm won't that be a lil... frustrating?
|
407
Dev/bugs.txt
407
Dev/bugs.txt
@ -1,407 +0,0 @@
|
||||
Problem: 2-2-1 classes are regarded as Novicies by the game server. NPCs aren't taking them as thier jobs but if you the the NPC to do something for a novice class it works with the 2-2-1 like renters. Also if some one becomes high novice, if they use jobra they can become first jobs like a swordsman.
|
||||
Assigned: N/A
|
||||
Progess: 0%
|
||||
Ideas: Codemaster - I believe that they register them as normal classes, but sets Upper as 1, so you can do things such as if(Upper == 1)
|
||||
|
||||
Problem: Stats nor skills don't downgrade when your level gets reverted due to exp loss.
|
||||
Assigned: N/A
|
||||
Progess: 0%
|
||||
|
||||
Problem: Pre skill requirements for new skills are wrong it makes you use 49 skills points before you can get the newer skills.
|
||||
Assigned: Celest
|
||||
Progess: ~90% (Notes: not sure if it causes problems, need more testing =p)
|
||||
|
||||
Problem: When u spawn ~300 mobs (and more or less) then do @killmonster then some mobs freeze on the screen (have no names, don't move, etc)
|
||||
Assigned: N/A
|
||||
Progess: 0%
|
||||
Note by Cameri: This is not a bug, it's something that has to do with the client...
|
||||
|
||||
Problem: Joker card 4139 lets anyone to steal money / zeny. Just like he's a thief. It shoul;d be revised - success rates lowered and "steal item" disabled
|
||||
Assigned: N/A
|
||||
Progess: 0%
|
||||
|
||||
Problem: Wierd login-server bug on sql, it displays that the server is full when map-server crashes, has something to do with anti double login feature?
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: MVP cast spells w/o showing "prepare cast line"
|
||||
Assigned: N/A
|
||||
Progress: jA's mob skill DB itself already has skills that have no cast time,
|
||||
does the same problem happen in jA? Perhaps it should read right from
|
||||
skill_cast_db instead? [celest]
|
||||
|
||||
Problem: ~40+ players connected.. and soon can't re-connect, they can enter password, but never see "select character" screen.
|
||||
Assigned: MouseJstr
|
||||
Progress: 75%
|
||||
|
||||
In many cases, this is due to horrible performance
|
||||
under MySQL
|
||||
|
||||
Problem: Chars with ' in their name.. is legal.. and messes up sql
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
Information: http://dev.mysql.com/doc/mysql/en/mysql_real_escape_string.html
|
||||
|
||||
DB server Error - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'n' Sniff')' at line 1 Scratch 'n' Sniff
|
||||
|
||||
Problem: PETS can attack Guardians, so players go to enemy castles before WOE and KILL all their Guards with PETS... LoL!
|
||||
Assigned: Codemaster
|
||||
Progress: 100% - Make sure you test this for me :)
|
||||
|
||||
Problem: mob_aval clone bug crashes client
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
spawn mob 1600..
|
||||
|
||||
also
|
||||
|
||||
add a flag to the monsters defs
|
||||
for example
|
||||
1002,1039 // makes a poring a bapho
|
||||
if it's like that nothing happens
|
||||
but if you do this
|
||||
1002,1039,1 // makes a poring a big bapho
|
||||
1002,1039,2 // makes a poring a small bapho
|
||||
effect id or something
|
||||
|
||||
Problem: Due to the Guilds CACHE we see some went-offline members as online ones. It is very confusing. You don't know who's really on.
|
||||
Assigned: MouseJstr
|
||||
Progress: 100%
|
||||
|
||||
Problem: Guilds BUG (it isn't related to the scripts, because noone change them recently)
|
||||
When some guild SEIZE any castle, then Castle N 1 becomes their own, too (not M 0, but M 1)
|
||||
Assigned: MouseJstr
|
||||
Progress: 100%
|
||||
|
||||
Problem: Storage BUGS! Items doubles/clones again any kinds of items! (due to "latest storage fix")
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Only happens during crashes..
|
||||
|
||||
Problem: status.weapon can be 16... which causes the accesses outside
|
||||
the bounds of the array
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
battle.c:549:Bounds error: array reference (16) outside bounds of the array.
|
||||
battle.c:549: Pointer value: 0x1ceda808
|
||||
battle.c:549: Object `calloc':
|
||||
battle.c:549: Address in memory: 0x1ceda7c8 .. 0x1ceda807
|
||||
battle.c:549: Size: 64 bytes
|
||||
battle.c:549: Element size: 4 bytes
|
||||
battle.c:549: Number of elements: 16
|
||||
battle.c:549: Created at: malloc.c, line 23
|
||||
battle.c:549: Storage class: heap
|
||||
battle.c:3078:Bounds error: array reference (16) outside bounds of the array.
|
||||
battle.c:3078: Pointer value: 0x1ceda848
|
||||
battle.c:3078: Object `calloc':
|
||||
battle.c:3078: Address in memory: 0x1ceda808 .. 0x1ceda847
|
||||
battle.c:3078: Size: 64 bytes
|
||||
battle.c:3078: Element size: 4 bytes
|
||||
battle.c:3078: Number of elements: 16
|
||||
battle.c:3078: Created at: malloc.c, line 23
|
||||
battle.c:3078: Storage class: heap
|
||||
|
||||
|
||||
Problem: This bug's appeared again: Permanent #Variables/Variables disappear.
|
||||
Quests, Banks, etc wipe when you create a new character
|
||||
|
||||
We had no such a bug before, but Freya has it. Probably it soaked into eA with
|
||||
Freya optimizations code...
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Sometimes a new empty guild appears with ID 10000, blank name, blank master..
|
||||
but some chars contain its ID and Guild Memebers Table isn't empty.
|
||||
(probably can't get real Last used ID)
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: SVN 8XX. After 1 day up it started to repeat every players commands twice:
|
||||
i.g. Item usage, movement, etc. It looks like LAGS
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: SVN 8XX. Firewall Spell doesn't hold mobs. They get all the damage and
|
||||
walk trough the wall. (even at the level of 10th)
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Chase walk skill slightly messed up. You see yourself as invisible, but other players
|
||||
can still see you
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Potion Pitcher skill should be able to target yourself.
|
||||
Assigned: N/A
|
||||
Progress: -
|
||||
Notes: Gravity disabled that some time ago ;P
|
||||
|
||||
Problem: There are many empty entries of newly created characters in Char DB Table (missing names)
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
IMPORTANT: = NEVERENDING SOURCE OF SP/HP
|
||||
Problem: Wedding skills fully donate SP/HP even when the donor has 1 SP / HP (when player has low amount of Max SP/HP)
|
||||
Assigned: Codemaster
|
||||
Progress: 100% - should be fixed. Checks for 15% of HP for males, 15% of SP for females.
|
||||
|
||||
Problem: Exp Party Sharing Bug.
|
||||
i.g. Hunter + Merchant are in the same party. M. is sitting. Hunter is killing some Seals. M. doesn't get EXP.
|
||||
Then H. teleports to another map and hunts there. Now, M. kills a poring and get a huuuuuuuuuuuuuuuuge amount
|
||||
of EXP (like it was collecting... all the time he was sitting next to H.)
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Guilds alliances
|
||||
You can have any number of alliances entried in SQL db. Sometimes it glitches and you get > 4 alliances
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Disguise Stats Bonus bug.
|
||||
try @disguise 1002 or 'bonus bDisguise,1002;' as a script in a wearable item. And then go in hide.
|
||||
You'll get +255 os ro bonuses for all stats and would kill LOD in one kick.
|
||||
It's a global bug.. comes from those times when WEDDING Class had such ++++bonuses
|
||||
So Wedding Class has been fixed, but not the source of the bug.
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Guilds DB
|
||||
There always appears an empty guild with ID 100000.
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: You can put in Cart goods more than Cart Max Weight limit allows
|
||||
(it's an old good bug about Named / Unnamed Stackable items)
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Berserk Skill supposedly disappears randomly.
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Lord Kaho Horns supposedly disappear when equipped.
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Older Clients are unable to log into the server, period.
|
||||
Even if the packet_db is set to use the older clients, they still are unable to connect.
|
||||
Assigned: Celest
|
||||
Progress: ~100%
|
||||
Notes: Fixed. A typo caused the code to block packet version 5 clients
|
||||
|
||||
Problem: Fire Pillar doesn't consume GEMS!
|
||||
Assigned: N/A
|
||||
Progress: N/A
|
||||
Notes: It isn't supposed to for level 1-5 ^^ [Celest]
|
||||
|
||||
Problem: Friends List doesn't save / load again. It used to work 2 months ago.
|
||||
Let's use Freya's Friends solution (faster, better)
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Problems with View ID od wearable Items / Weapons
|
||||
e.g.
|
||||
You put off Goggles, but see them on the character even after relogin
|
||||
You can see both Knife + Shield in a hand
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: [item exploit] Hunters can set traps not consuming the TRAPS ITEMS, when Bards
|
||||
use their special support skill.
|
||||
Then Hunters can collect these traps for free... And then sell, etc.
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Speed hack and other proxy-like hacks
|
||||
they change/double selected packets for different exploits:
|
||||
dupe, multiattack (destroy Emp in 1 minute.) etc...
|
||||
We should check packets, should keep eye on frequency of users packets
|
||||
and ban / kick / log funkers
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: ATCommand @addwarp crashes the server
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: If a char has been saved with non-existing map name
|
||||
then the server crashes on entering the game.
|
||||
the wrong names e.g. prontera.gat.gat
|
||||
could be generated on times when map server is disconnected with char server.
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: [item exploit] Trade Window + Blacksmith's/Alchemyst's MAKE skills -> item exploit
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: New Guilds Active Skills Abuse. You call 1st skill, then call 2nd and NOW, without dalay of 30 min (or whatever)
|
||||
you can AGAIN call the 1st skill... So there's no time limit... etc.
|
||||
Assigned: Celest
|
||||
Progress: 100% - Fixed
|
||||
|
||||
Problem: Wedding TELEPORT skills now work on maps where TELEPORT was disabled
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Guilds Skill - Emergency Call doesn't work in castles (it somehow useless)
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Guilds Skill - GD_EVELOPMENT (Extend_Guild)
|
||||
has different description in korean desc table (some numbersm etc)
|
||||
so it's different from the current implementation (Celest, plz check)
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: 'Adrenaline Rush' has to work with any weapon again (for whole party)
|
||||
according to the kRO Sak patch on 21/12
|
||||
Assigned: N/A
|
||||
Progress: N/A
|
||||
Notes: "Fixed Adrenaline Rush skill working for all weapon types again."
|
||||
I think it was supposed to not work with all weapons ^^;
|
||||
|
||||
Problem: [Urgent!] Server doesn't save Variables (#global and global)
|
||||
If you exit the client with Alt-F4 or lose connection to the server.
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: [Scripts] Mob spawn. If you set unexisting monster Id
|
||||
then you have "novice" looking mobs with random EXP
|
||||
for exapmple there was a mob with 1 HP and 22.000 Exp.
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: When 2 players try to pickup one dropped item at the same time
|
||||
then both pickup the item, but 1st one gets ACTUAL item
|
||||
and another one gets Apple - Unknown item (with random stats, random upgrade, etc)
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: [ATCommands] GMs teleportings to non-existing maps crash the server
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: [script.c] script command DOEVENT now doesn't work...
|
||||
so Knight JOB Quest is unpassable now, Monks Job Quest is too easy (traps don't work)
|
||||
probably more bugs...
|
||||
I (Lupus) have script-wise solution. But it isn't good! 8((( DOEVENT used to work fine!
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Compilers Bug: Some skills don't work under win32 builds
|
||||
e.g. HIDE, CLOACKING, etc (both MOB's and PC's skills)
|
||||
e.g. Whispers can't cloak... Players can't Hide, etc
|
||||
LINUX builds work fine (or maybe 116x fukked them up...)
|
||||
oh yeah, Celest mentoned it
|
||||
Assigned: Celest
|
||||
Progress: 100% [My bad, fixed ^^; ]
|
||||
|
||||
Problem: Rogues Skill "back stab" works without PREPARING arrows.
|
||||
It consumes arrows, but works even when them aren't prepered (equipped)
|
||||
Assigned: Celest
|
||||
Progress: 100%
|
||||
|
||||
Problem: Skill Delays Bug (Hunters)
|
||||
When you use a skill then Equip Another kind of arrows,
|
||||
you can immediately cast another SKILL. (Bind skills on hot keys and... u get a killing machine)
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Scripts prob
|
||||
We can't use jA's new commands: FOR, WHILE, ELSE, etc
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: BARD HP exploit
|
||||
When he plays that 'apple' healing song. Accidently players get HPMAX 32000.
|
||||
With low HP, but big HPMAX.
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Sniper
|
||||
They have 2 skills to dismount traps: Emeny's and Our's.
|
||||
So.. during GVG you can't use 1 of the skills at all
|
||||
but the 2ns one dismounts BOTH types of traps: yours and enemies
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: WARP PORTAL
|
||||
You can cast it under someone's feet. (He warps)
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: WATERBALL
|
||||
According to http://bbs.emperium.org/viewtopic.php?t=15566&highlight=waterball+faq
|
||||
Waterballs power depends on the TYPE of water on the map:
|
||||
Works with Sage's Deluge, although it drains the cells.
|
||||
Also note, if you cast Waterball with less water
|
||||
(some areas count as shallow water and do not give the full effects either) than required for the full effect, you will shoot out less Waterballs. This skill is chainable.
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: ABRAKADABRA (HOCUS POCUS)
|
||||
It misses half of its effects
|
||||
According to http://bbs.emperium.org/viewtopic.php?t=15566&highlight=waterball+faq
|
||||
This skill allows you to use any active skill from any class. However, skills that need you to have a weapon or item you cannot equip or posses will fail. So like Adrenaline Rush and Double Strafe will fail. Also, keep in mind the level of Hocus Pocus also equals the level of the skill you cast. So with Hocus Pocus level 10 you can cast Grand Cross level 10, etc. In addition to those skills you have a chance of casting any of these skills (not sure what the actual names of the skills are):
|
||||
Monster Chant- basically the same effect as a Dead Branch (not sure if it can be used in town or not).
|
||||
Reverse Orcish- the Sage's face becomes green like that of an...Orc...
|
||||
Suicide- the Sage dies. You lose experience as well.
|
||||
Full-Heal- you regenerate all SP and HP.
|
||||
Coma- the Sage's HP/SP fall to 1.
|
||||
Gravity - This skill was supposed to advertise Gravity but was disabled outside of kRO/jRO since other companies carry RO (not in iRO?).
|
||||
????- This skill will randomly become one of the following if cast on a target:
|
||||
1) Grim Reaper - the target will die. You won't gain any experience nor will the monster drop anything. Rumors say that you can instant-kill an MVP. This works in PvP.
|
||||
2) Mono Cell - Change target into a Poring. Only on monsters though.
|
||||
3) Class Change - Changes the target to an MVP boss monster. If cast on an Alchemist's Flora or Marine Sphere, the MVP will die after the set amount of time that monster would have died.
|
||||
4) Monster Tame - if you target a monster that is possible to have as a pet, you will see a slot machine pop up. Basically this is a free tame.
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Arrows Dupe (or random amount change)
|
||||
You should prepare/remove arrows while trade. And have both - names and unnamed arrows ^_-
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: PArty EXP shar Exploit.
|
||||
1. you enter the game with your HIGH-level character
|
||||
2. start killing some mobs (e.g. 5 Seals) within a party... Don't finish them!
|
||||
3. Re-enter with a LOW-LEVEL character from your account
|
||||
4. now finish the mobs or... let someone do it.
|
||||
5. u get all your HIGH-LEVEL exp!!!
|
||||
Why does it look at ACCOUNT ID ? instead of the CHAR ID ?
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: ICE WALL
|
||||
1. It again lets you freeze mobs and yourself inside of the wall...
|
||||
2. When you set a diagonal wall - in its middle sometimes a segment's dropped. So monsters can walk trough it.
|
||||
WHY?
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: SQL Castles Again!
|
||||
The casltes data isn't being saved at all.
|
||||
During WOE everything acts like it was at the previous Castles save bug time.
|
||||
Assigned: Lupus
|
||||
Progress: 100%
|
||||
|
||||
Problem: Party EXP share bug
|
||||
1. Create a party
|
||||
2. Invite a member
|
||||
3. Kick him out the party
|
||||
4. Invite him again.
|
||||
Now he can get His 100% EXP + 100% Yours EXP (in the party window you look like you're off )
|
||||
* SQL parties have been fixed in Freya (but the whole file int_party.c has been rewritten there)
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
||||
|
||||
Problem: Guilds Breaking
|
||||
When you BREAK your guild and then someone re-creates another guild with the same Name
|
||||
Then new GULD would have LEVEL, EXP, STATS of the broken guild
|
||||
Probably it isn't being deleted from memory.
|
||||
Assigned: N/A
|
||||
Progress: 0%
|
@ -1,146 +0,0 @@
|
||||
// $Id: forSQLdev.txt,v 1.1 2004/09/19 09:18:32 Akaru Exp $
|
||||
|
||||
This file is to informe SQL dev about all modifications on TXT version.
|
||||
|
||||
When a modification is done, TXT dev try to add it here with some explanations.
|
||||
When a modification is added in SQL version, SQL dev remove it from this file.
|
||||
|
||||
|
||||
********* 9th september
|
||||
------------------------------------
|
||||
changed:
|
||||
sd->newauth (map.h/clif.c) by sd->packet_ver (look all function where was newauth)
|
||||
value become // 5: old, 6: 7july04, 7: 13july04, 8: 26july04, 9: 30aug04 (by [Yor])
|
||||
instead of // 0: old 0x72 (19 b), 3: new 0x72 7july04 (22 b), 20: new 0x72 13july04 (39 b), 0: old 0x7E (6 b - not for auth), 27: new 0x7E 26july04 (33 b), 31: new 0x7E 30aug04 (37 b) (by [Yor])
|
||||
note: local variable 'newauth' not changed in clif_parse_WantToConnection
|
||||
|
||||
------------------------------------
|
||||
Added
|
||||
if (sd->packet_ver == 8) { // 5: old, 6: 7july04, 7: 13july04, 8: 26july04, 9: 30aug04 (by [Yor])
|
||||
clif_displaymessage(sd->fd, "This client version (of 26 jul 2004) is not actually supported by this server.");
|
||||
} else if (sd->packet_ver == 9) { // 5: old, 6: 7july04, 7: 13july04, 8: 26july04, 9: 30aug04 (by [Yor])
|
||||
clif_displaymessage(sd->fd, "This client version (of 30 august 2004) is not actually supported by this server.");
|
||||
}
|
||||
at end of 'pc_authok' function (pc.c)
|
||||
|
||||
------------------------------------
|
||||
Changed
|
||||
in 'atcommand_effect' function, set the correct message in back of:
|
||||
clif_displaymessage(fd, msg_table[229]); // Your effect has changed.
|
||||
|
||||
------------------------------------
|
||||
Changed
|
||||
in 'atcommand_servertime' function, replace permanent message by msg_table and put them in msg_athena.conf
|
||||
|
||||
------------------------------------
|
||||
Changed to reduce (a little) lag
|
||||
in char.c, commented printf about auth:
|
||||
case 0x2afc:
|
||||
if (RFIFOREST(fd) < 22)
|
||||
return 0;
|
||||
//printf("auth_fifo search: account: %d, char: %d, secure: %08x-%08x\n", RFIFOL(fd,2), RFIFOL(fd,6), RFIFOL(fd,10), RFIFOL(fd,14));
|
||||
for(i = 0; i < AUTH_FIFO_SIZE; i++) {
|
||||
-
|
||||
case 0x2b02:
|
||||
if (RFIFOREST(fd) < 18)
|
||||
return 0;
|
||||
if (auth_fifo_pos >= AUTH_FIFO_SIZE)
|
||||
auth_fifo_pos = 0;
|
||||
//printf("auth_fifo set (auth #%d) - account: %d, secure: %08x-%08x\n", auth_fifo_pos, RFIFOL(fd,2), RFIFOL(fd,6), RFIFOL(fd,10));
|
||||
auth_fifo[auth_fifo_pos].account_id = RFIFOL(fd,2);
|
||||
-
|
||||
case 0x2b05:
|
||||
if (RFIFOREST(fd) < 49)
|
||||
return 0;
|
||||
if (auth_fifo_pos >= AUTH_FIFO_SIZE)
|
||||
auth_fifo_pos = 0;
|
||||
WFIFOW(fd,0) = 0x2b06;
|
||||
memcpy(WFIFOP(fd,2), RFIFOP(fd,2), 42);
|
||||
//printf("auth_fifo set (auth#%d) - account: %d, secure: 0x%08x-0x%08x\n", auth_fifo_pos, RFIFOL(fd,2), RFIFOL(fd,6), RFIFOL(fd,10));
|
||||
auth_fifo[auth_fifo_pos].account_id = RFIFOL(fd,2);
|
||||
-
|
||||
in case 0x66: // ƒLƒƒƒ‰‘I‘ð
|
||||
if (auth_fifo_pos >= AUTH_FIFO_SIZE)
|
||||
auth_fifo_pos = 0;
|
||||
//printf("auth_fifo set #%d - account %d, char: %d, secure: %08x-%08x\n", auth_fifo_pos, sd->account_id, char_dat[sd->found_char[ch]].char_id, sd->login_id1, sd->login_id2);
|
||||
auth_fifo[auth_fifo_pos].account_id = sd->account_id;
|
||||
-
|
||||
commented printf about searching map server (in 'search_mapserver' function)
|
||||
|
||||
------------------------------------
|
||||
Improved At_command about monsters spawn (atcommand_spawn and atcommand_monster):
|
||||
modified message 39:
|
||||
//39: All monster summoned!
|
||||
Added message 240:
|
||||
//240: %d monster(s) summoned!
|
||||
Added variables (output, j and k):
|
||||
char output[200];
|
||||
int i, j, k;
|
||||
memset(output, '\0', sizeof(output));
|
||||
Changed loop to check at least 8 times (to try to spawn in closed area):
|
||||
count = 0;
|
||||
for (i = 0; i < number; i++) {
|
||||
j = 0;
|
||||
k = 0;
|
||||
while(j++ < 8 && k == 0) { // try 8 times to spawn the monster (needed for close area)
|
||||
if (x <= 0)
|
||||
mx = sd->bl.x + (rand() % 11 - 5);
|
||||
else
|
||||
mx = x;
|
||||
if (y <= 0)
|
||||
my = sd->bl.y + (rand() % 11 - 5);
|
||||
else
|
||||
my = y;
|
||||
k = mob_once_spawn((struct map_session_data*)sd, "this", mx, my, name, mob_id, 1, "");
|
||||
}
|
||||
count += (k != 0) ? 1 : 0;
|
||||
}
|
||||
Changed last message display (to add number != count):
|
||||
if (count != 0)
|
||||
if (number == count)
|
||||
clif_displaymessage(fd, msg_table[39]); // All monster summoned!
|
||||
else {
|
||||
sprintf(output, msg_table[240], count); // %d monster(s) summoned!
|
||||
clif_displaymessage(fd, output);
|
||||
}
|
||||
else {
|
||||
|
||||
********* 10th september
|
||||
------------------------------------
|
||||
Correction of an error in char.c in 'char_config_read' function:
|
||||
replace 'wisp_server_name' by 'w2' in the test of the lenght:
|
||||
} else if (strcmpi(w1, "wisp_server_name") == 0) {
|
||||
if (strlen(w2) >= 4) {
|
||||
memcpy(wisp_server_name, w2, sizeof(wisp_server_name));
|
||||
wisp_server_name[sizeof(wisp_server_name) - 1] = '\0';
|
||||
}
|
||||
|
||||
------------------------------------
|
||||
Added a better id control of monster id in @spawn/@monster... GM commands:
|
||||
added in mob.h:
|
||||
int mobdb_checkid(const int id);
|
||||
Added in mob.c:
|
||||
/*==========================================
|
||||
* Id Mob is checked.
|
||||
*------------------------------------------
|
||||
*/
|
||||
int mobdb_checkid(const int id) {
|
||||
if (id <= 0 || id >= (sizeof(mob_db) / sizeof(mob_db[0])) || mob_db[id].name[0] == '\0')
|
||||
return 0;
|
||||
|
||||
return id;
|
||||
}
|
||||
Changed in at_command.c ('atcommand_monster' and 'atcommand_spawn' functions) (only second line is modified):
|
||||
if ((mob_id = mobdb_searchname(monster)) == 0) // check name first (to avoid possible name begining by a number)
|
||||
mob_id = atoi(monster);
|
||||
by:
|
||||
if ((mob_id = mobdb_searchname(monster)) == 0) // check name first (to avoid possible name begining by a number)
|
||||
mob_id = mobdb_checkid(atoi(monster));
|
||||
|
||||
********* 11th september
|
||||
------------------------------------
|
||||
Changed @effect from level 60 to level 40.
|
||||
|
||||
------------------------------------
|
||||
Added 3 new commands: @charitemlist, @charstoragelist, @charcarlist
|
||||
modified file: atcommand.c/h, atcommand_athena.conf, all help.txt, and gmcommands.html
|
171
Dev/quotes.txt
171
Dev/quotes.txt
@ -1,171 +0,0 @@
|
||||
ADD UR QUOTES HERE FOR DEV EDITION NPCS!
|
||||
Remember to add map, coords, and sprite number!
|
||||
|
||||
NEW 10-21-04!
|
||||
Add Biography areas
|
||||
-Real name
|
||||
-Age
|
||||
-Where u live
|
||||
-What u do here
|
||||
-Why ur here
|
||||
-and ur own small self intro.
|
||||
|
||||
Completed people: MC Cameri, Aria, david, mouse
|
||||
|
||||
|
||||
Also put some coords so that u walk around
|
||||
//************************************\\
|
||||
|
||||
davidsiaw
|
||||
- put me in payon next to kawaii no kafra with npc sprite no. 1002
|
||||
- [davidsiaw]
|
||||
- Wud are you looking at?
|
||||
- baka...
|
||||
- next;
|
||||
- [davidsiaw]
|
||||
- *drops 100 Mjolnirs on the floor
|
||||
- There ya go ;)
|
||||
|
||||
Aria
|
||||
prontera.gat,156,179,4 script Aria 805,{
|
||||
151,175-OMGWTFBBQ
|
||||
152,182-So its u -> 0
|
||||
... That did not look right
|
||||
158,177-OMGITSJEEBUS!#!@%!
|
||||
164,176-Evera died. I guess.
|
||||
147,176-I CLICK THE BUTTON AND THEY DON'T DIE!
|
||||
155,172-RO? wtf?
|
||||
Oh yeah.
|
||||
165,171-omgnoob. DIE!
|
||||
157,176-WooT!
|
||||
[@Aria] is that why u bought windows
|
||||
[@Aria] cuz bill has red hair
|
||||
bio
|
||||
Okay, I'm Evera's brother, Aria <- small sentence self-intro
|
||||
^FF00FFAge^000000: 13 years <-age
|
||||
^FF00FFWhat I do^000000: Graphics and NPCs <-wtf u do
|
||||
^FF00FFWhy I'm here^000000: Cuz eAthena ROX <-y
|
||||
|
||||
Anyway, here. I get to talk about myself now <-ur own bio
|
||||
I'm from California, and I wub MMORPGS
|
||||
So yeah that's it. GO EA!
|
||||
|
||||
Shinigami
|
||||
-imma n00b
|
||||
-lol
|
||||
-:P
|
||||
-Shinigami stabs Azndragon
|
||||
-there you go bitches
|
||||
-watashi wa Shinigami desu
|
||||
-huh?, wtf?
|
||||
|
||||
Lord
|
||||
-Me + ebil = bad me + ebil + power = omg ....
|
||||
<@Wishy> me + you = you get owns
|
||||
<@Lord> Me + Revenge = You Got owned
|
||||
<@Wishy> Me > You
|
||||
<@Lord> No i own you in bed :3
|
||||
<@Wishy> ...
|
||||
|
||||
Codemaster
|
||||
"Everything begins with Nu and everything ends with Nu.
|
||||
This is the truth! This is my belief... at least for now."
|
||||
- Mysteries of Life Volume 184. Chapter 26.
|
||||
|
||||
MouseJstr
|
||||
|
||||
"The only difference between a hurricane and skydiving is
|
||||
which direction the tree's come at you from.."
|
||||
|
||||
"Wanna be a GM? Write me a C routine that reverses a string
|
||||
in place.."
|
||||
|
||||
"Wanna be a GM? Write me a C routine that finds me the highest
|
||||
bit set in a network order 32 bit integer..."
|
||||
|
||||
"I am the dark angel of eAthena.. withen weeks of my arrival,
|
||||
almost everybody was gone or dead.. fear me..."
|
||||
|
||||
Lupus, I demand you rewrite yours..
|
||||
|
||||
MC Cameri
|
||||
morroc.gat,160,97,4 script MC Cameri 706,{
|
||||
-I'm the @command guy from oa...
|
||||
-Can't tell you my name.
|
||||
-16 years
|
||||
-Dominican Republic, in the caribbean.
|
||||
-Mostly work on @commands for GMs...
|
||||
-Because I like programming...
|
||||
-I'm a senior student, programmer, body builder(yes, I lift weights), etc.
|
||||
160,95-I owns you all, under my commands. *lol*
|
||||
162,95-I forgot what my script, what do I have to say again? *_*U
|
||||
164,95-¿Donde estoy? *wonders* (<-- Means, where am I?)
|
||||
164,97-Are you guys my friends?
|
||||
164,99-My mom told me not to talk to strangers. *stares*
|
||||
162,99-How can you be SO ugly!?
|
||||
160,99-I need a friend to play with =(. *sobs*
|
||||
160,97-I've been kicking this rock for as long as I can remember.
|
||||
160,95-My computer just broke, and I don't know how to format. *sobs*
|
||||
|
||||
Darkchild
|
||||
|
||||
// Place me Next to Valaris (ELSE I DO IT MYSELF :P)
|
||||
- I think Aria Has A Lot To Do
|
||||
- The Darkness Within
|
||||
- Watch Out For Trucks, They Tend To Drive You Down
|
||||
- Who Am I? Really? Shure!
|
||||
- GAH!
|
||||
- Everyone Lubs Me! (I Hope!)
|
||||
- I Lub Everyone!
|
||||
As Long As They Are Female
|
||||
Hot....
|
||||
Goodlooking
|
||||
Big Boobs
|
||||
Nice Ass
|
||||
And Workship Me!
|
||||
- Wannabe GM? Host Your Own Server
|
||||
- kRO is €20 A Month! Sick Bastards!
|
||||
|
||||
Biography:
|
||||
mes "Okay, So I'm Darkchild.......";
|
||||
mes "^FF00FFAge^000000: 17 years";
|
||||
mes "^FF00FFWhat I do^000000: Writing Biography";
|
||||
mes "^FF00FFWhy I'm here^000000: I Have NO Idea";
|
||||
next;
|
||||
mes "Ehm Well..... Whats There To Say About Me.......?";
|
||||
mes "I Dunno.... As Long As You Love Me.........";
|
||||
mes "Well Okay, A Lil Bit Then:";
|
||||
mes "I'm From The Netherlands And Doing Some Wacko Collega Atm";
|
||||
mes "More? WTF? YOU WANT MORE? GO BLOW URSELF!";
|
||||
next;
|
||||
// let it do an npc event on Valaris
|
||||
|
||||
// His Npc Event:
|
||||
npctalk "DARKCHILD, DON'T YOU SHOUT AT POOR LIL N00BIEZ!!!";
|
||||
|
||||
// Back 2 Me :P
|
||||
npctalk "Sorry Valaris";
|
||||
npctalk "(He Is Da Man!)";
|
||||
|
||||
nsstrunks
|
||||
// Off on my own somewhere lol. In a town that no one visits ;)
|
||||
- General Dev, do whatever I feel like at the time
|
||||
- Real name unknown, just call me nsstrunks ;)
|
||||
- 16 years old
|
||||
- Off on my own most of the time
|
||||
- Willing to help as long as your not annoying ;)
|
||||
- *goes off into own world*
|
||||
|
||||
Ajarn
|
||||
-------
|
||||
Real name: Ajarn?
|
||||
Age: 15
|
||||
Place: MN, USA
|
||||
Whatsa I doa: Coder/Bug Reporter extremest
|
||||
Whysa I here: Freya is slow, and they don't listen to me =(
|
||||
Into: "There isn't mush to me... I've been programming since I was 11, doing it as a hooby. I can't spell
|
||||
half the time, and the other half of the time my keyboarding sucks. I'm just here for the ride, and to get
|
||||
eA rolling along even faster.
|
||||
|
||||
Ohh, I also have an eye for mistakes, since I make them so much..."
|
||||
|
@ -1,64 +0,0 @@
|
||||
Resnametable reading problem, testcases and description
|
||||
by Akaru
|
||||
------------------------------------------------------------------
|
||||
EDITED Resnametable, add at the end:
|
||||
aaa.gnd#valkyrie.gnd#
|
||||
aaa.gat#valkyrie.gat#
|
||||
aaa.rsw#valkyrie.rsw#
|
||||
유저인터페이스\map\aaa.bmp#유저인터페이스\map\valkyrie.bmp#
|
||||
|
||||
At map_athena.conf, add:
|
||||
map: aaa.gat
|
||||
|
||||
Case 1:
|
||||
In data.grf there's the base resnametable without reference of aaa.gat
|
||||
In sdata.grf there's no resnametable
|
||||
In data folder there's an edited resnametable with aaa.gat reference
|
||||
Results: Athena gives aaa.gat not found error
|
||||
What this proves: Athena doesn't even use the values in the datafolder resnametable
|
||||
|
||||
Case 2:
|
||||
In data.grf there's the base resnametable without reference of aaa.gat
|
||||
In sdata.grf there's the edited resnametable aaa.gat reference
|
||||
In data folder there's an edited resnametable with aaa.gat reference
|
||||
Results: Athena loads aaa.gat
|
||||
What this proves: Athena only checks for the existance of the datafolder resnametable, but uses value from sdata.grf resnametable
|
||||
|
||||
Case 3:
|
||||
In data.grf there's the base resnametable without reference of aaa.gat
|
||||
In sdata.grf there's the edited resnametable aaa.gat reference
|
||||
In data folder there's no resnametable
|
||||
BEFORE MY CHANGE: Athena exits, "data/resnametable.txt not found"
|
||||
AFTER MY CHANGE: Athena loads aaa.gat
|
||||
What this proves: Athena do not need the datafolder resnametable at all and it still runs from the resnametable in the GRFs
|
||||
|
||||
Case 4:
|
||||
In data.grf there's no resnametable
|
||||
In sdata.grf there's no resnametable
|
||||
In data folder there's no resnametable
|
||||
BEFORE MY CHANGE: Athena exits, "data/resnametable.txt not found"
|
||||
AFTER MY CHANGE: Athena exits, "data/resnametable.txt not found"
|
||||
|
||||
How it is now:
|
||||
- It searches for the datafolder resnametable:
|
||||
- If it exist, it continues but only use the resnametable from the GRF
|
||||
- If it does not exist,
|
||||
- If resnametable isn't found in data.grf/sdata.grf/adata.grf, it errors "resnametable not found" and exits
|
||||
- If resnametable is found in data.grf/sdata.grf/adata.grf, it errors "resnametable not found" and exits
|
||||
|
||||
What is should do:
|
||||
- Check if data_folder in grf-files is enabled:
|
||||
- If it is, search for the datafolder resnametable:
|
||||
- If it exist:
|
||||
- If resnametable isn't found in data.grf/sdata.grf/adata.grf, it continues and uses this resnametable
|
||||
- If resnametable is found in data.grf/sdata.grf/adata.grf, it continues and overwrites the GRF resnametable with this one from the datafolder
|
||||
- If it does not exist:
|
||||
- If resnametable isn't found in data.grf/sdata.grf/adata.grf, it errors "resnametable not found" and exits
|
||||
- If resnametable is found in data.grf/sdata.grf/adata.grf, it continues and use the GRF resnametable
|
||||
- If it isn't, then:
|
||||
- If resnametable isn't found in data.grf/sdata.grf/adata.grf, it errors "resnametable not found" and exits
|
||||
- If resnametable is found in data.grf/sdata.grf/adata.grf, it continues and use the GRF resnametable
|
||||
|
||||
------------------------------------------------------------------
|
||||
Fixes, comments, discussions, etc goes below here:
|
||||
------------------------------------------------------------------
|
@ -1,30 +0,0 @@
|
||||
Post any NPCs/DBs that need to be done or Fixed Here.
|
||||
Format is:
|
||||
|
||||
Description - A description of the task
|
||||
Type - Whether DB, NPC or Both
|
||||
Status - The status of the task. The possible values are Pending and Completed
|
||||
Assignee - The nickname of the person whom is assigned the task
|
||||
Notes - Miscellaneous notes concerning the task
|
||||
|
||||
--------------------------
|
||||
|
||||
Description: -Thief Test its not working correctly
|
||||
Type: -Quest
|
||||
Status: -Pending
|
||||
Assignee: -N/A
|
||||
|
||||
--------------------------
|
||||
|
||||
Description: - Some one needs to check the item_db there are alot of errors.
|
||||
Type: - DB
|
||||
Status: - Pending
|
||||
Assignee: - N/A
|
||||
|
||||
--------------------------
|
||||
|
||||
Description: - Changing into "High" class are supposed to give you 100 stat
|
||||
- points. It currently only gives you 88.
|
||||
Type: - Jobchanger
|
||||
Stats: - Pending
|
||||
Assignee: - N/A
|
246
INSTALL
246
INSTALL
@ -1,246 +0,0 @@
|
||||
eAthena SQL Installation and Upgrade Instructions
|
||||
|
||||
1 Installation
|
||||
1.1 Windows
|
||||
1.2 Linux
|
||||
1.3 FreeBSD
|
||||
2 Upgrading
|
||||
2.1 Upgrading from version 817
|
||||
2.2 Upgrading from version 0.5.2
|
||||
2.3 Upgrading from version 1.0 RC 1
|
||||
3 Mail System
|
||||
3.1 Adding the mail database
|
||||
3.2 Activating the mail system
|
||||
|
||||
1 Installation
|
||||
==============
|
||||
|
||||
1.1 Windows
|
||||
-----------
|
||||
|
||||
1. It is not the aim of this document to explain the installation, concepts or usage of MySQL. If you are unfamiliar with MySQL, familiarise yourself with it and read at least these sections of the MySQL reference manual (http://dev.mysql.com/doc/mysql/en/index.html):
|
||||
|
||||
- 2.2.1 Installing MySQL on Windows
|
||||
- 2.4 Post-Installation Setup and Testing
|
||||
- 5.4 General Security Issues
|
||||
- 5.5 The MySQL Access Privilege System
|
||||
- 5.6 MySQL User Account Management
|
||||
|
||||
2. If fast and secure access to a MySQL server is unavailable, install, start and configure MySQL database server version 4.0.x. If you are using a version of Windows which is a member of the NT family, we recommend that you install MySQL as a service.
|
||||
|
||||
3. Create a new database and a new user account with only SELECT, INSERT, UPDATE and DELETE privileges on the database. For example:
|
||||
|
||||
CREATE DATABASE ragnarok;
|
||||
GRANT
|
||||
SELECT,INSERT,UPDATE,DELETE
|
||||
ON `ragnarok`.* # database
|
||||
TO 'ragnarok'@'localhost' # username@address
|
||||
IDENTIFIED BY 'password'; # password
|
||||
|
||||
For security, do not use the password "password" for your user account.
|
||||
|
||||
4. Execute the batch queries stored in sql\main.sql. If you want your item and monster databases stored in your MySQL database, execute sql\database.sql too. For example:
|
||||
|
||||
mysql -D ragnarok -h localhost -u root -p < sql/main.sql | more && mysql -D ragnarok -h localhost -u root -p < sql/database.sql | more
|
||||
|
||||
5. Add an inter-server account for every character server you intend to link to your login server. For example:
|
||||
|
||||
USE ragnarok
|
||||
INSERT INTO `login`
|
||||
(`userid`,`user_pass`,`sex`,`email`)
|
||||
VALUES ('inter-server_chaos','password','S','');
|
||||
|
||||
Every character server linked to your login server requires its own inter-server account; inter-server accounts are used by the servers to communicate with each other. The differences between user and inter-server accounts are:
|
||||
|
||||
- The "sex" field value must equal "S"
|
||||
- The "e-mail" field value is unused and therefore should be set to ""
|
||||
- The "level", "error_message", "connect_until", "memo", "ban_until" and "state" field values are unsued and therefore should be set to 0
|
||||
|
||||
Anyone who knows the username and password of an inter-server account can control a character server using that account. Therefore, choose secure passwords for your inter-server accounts.
|
||||
|
||||
6. Add accounts or convert existing accounts from a text file database.
|
||||
|
||||
To add new accounts, use, for example:
|
||||
|
||||
USE ragnarok
|
||||
INSERT INTO `login`
|
||||
(`userid`,`user_pass`,`sex`,`email`,`level`)
|
||||
VALUES ('<username>','<password>','<gender>','<e-mail address>',<game master level>);
|
||||
|
||||
Where <gender> is either M, F, or S for male, female, and inter-server respectively and <e-mail address> is the e-mail address (for confirmation of character deletion).
|
||||
|
||||
To convert existing accounts stored in a text file database, use login-converter.exe and char-converter.exe. Parties and guilds cannot be converted.
|
||||
|
||||
7. Edit the configuration files in conf\ (except import\, mapflag\, help.txt, water.txt and water_height.txt) according to your computer configuration, network configuration, MySQL database server configuration and personal preferences.
|
||||
|
||||
8. Download the latest cygwin1-yyyymmdd.dll.bz2 snapshot, where "yyyymmdd" is the build date, from http://cygwin.com/snapshots/. Extract cygwin1-yyyymmdd.dll from the archive, rename it to cygwin1.dll, and move it to your system or system32 directory -- depending on your version of Windows -- in your system root directory.
|
||||
|
||||
9. Optionally compile:
|
||||
|
||||
a. Install Cygwin with these packages:
|
||||
|
||||
devel/
|
||||
gcc,
|
||||
gcc-g++,
|
||||
gcc-mingw-core,
|
||||
gcc-mingw-g++,
|
||||
make,
|
||||
mingw-runtime,
|
||||
mktemp
|
||||
|
||||
b. Using Cygwin, install the MySQL libraries by compiling and installing the MySQL database server source distribution for Linux with "./configure --without-server && make && make install".
|
||||
|
||||
c. Using Cygwin, enter "make" in the eAthena SQL directory. Recompile with "make clean && make".
|
||||
|
||||
1.2 Linux
|
||||
---------
|
||||
|
||||
1. It is not the aim of this document to explain the installation, concepts or usage of MySQL. If you are unfamiliar with MySQL, familiarise yourself with it and read at least these sections of the MySQL reference manual (http://dev.mysql.com/doc/mysql/en/index.html):
|
||||
|
||||
- 2.2.2 Installing MySQL on Linux
|
||||
- 2.4 Post-Installation Setup and Testing
|
||||
- 5.4 General Security Issues
|
||||
- 5.5 The MySQL Access Privilege System
|
||||
- 5.6 MySQL User Account Management
|
||||
|
||||
2. If fast and secure access to a MySQL server is unavailable, install, start and configure MySQL database server version 4.0.x. If you are using a version of Windows which is a member of the NT family, we recommend that you install MySQL as a service.
|
||||
|
||||
3. Create a new database and a new user account with only SELECT, INSERT, UPDATE and DELETE privileges on the database. For example:
|
||||
|
||||
CREATE DATABASE ragnarok;
|
||||
GRANT
|
||||
SELECT,INSERT,UPDATE,DELETE
|
||||
ON `ragnarok`.* # database
|
||||
TO 'ragnarok'@'localhost' # username@address
|
||||
IDENTIFIED BY 'password'; # password
|
||||
|
||||
For security, do not use the password "password" for your user account.
|
||||
|
||||
4. Execute the batch queries stored in sql/main.sql. If you want your item and monster databases stored in your MySQL database, execute sql/database.sql too. For example:
|
||||
|
||||
mysql -D ragnarok -h localhost -u root -p < sql/main.sql | more && mysql -D ragnarok -h localhost -u root -p < sql/database.sql | more
|
||||
|
||||
5. Add an inter-server account for every character server you intend to link to your login server. For example:
|
||||
|
||||
USE ragnarok
|
||||
INSERT INTO `login`
|
||||
(`userid`,`user_pass`,`sex`,`email`)
|
||||
VALUES ('inter-server_chaos','password','S','');
|
||||
|
||||
Every character server linked to your login server requires its own inter-server account; inter-server accounts are used by the servers to communicate with each other. The differences between user and inter-server accounts are:
|
||||
|
||||
- The "sex" field value must equal "S"
|
||||
- The "e-mail" field value is unused and therefore should be set to ""
|
||||
- The "level", "error_message", "connect_until", "memo", "ban_until" and "state" field values are unsued and therefore should be set to 0
|
||||
|
||||
Anyone who knows the username and password of an inter-server account can control a character server using that account. Therefore, choose secure passwords for your inter-server accounts.
|
||||
|
||||
6. Add accounts or convert existing accounts from a text file database.
|
||||
|
||||
To add new accounts, use, for example:
|
||||
|
||||
USE ragnarok
|
||||
INSERT INTO `login`
|
||||
(`userid`,`user_pass`,`sex`,`email`,`level`)
|
||||
VALUES ('<username>','<password>','<gender>','<e-mail address>',<game master level>);
|
||||
|
||||
Where <gender> is either M, F, or S for male, female, and inter-server respectively and <e-mail address> is the e-mail address (for confirmation of character deletion).
|
||||
|
||||
To convert existing accounts stored in a text file database, use login-converter and char-converter. Parties and guilds cannot be converted.
|
||||
|
||||
7. Edit the configuration files in conf/ (except import/, mapflag/, help.txt, water.txt and water_height.txt) according to your computer configuration, network configuration, MySQL database server configuration and personal preferences.
|
||||
|
||||
8. Compile with "make". Recompile with "make clean && make".
|
||||
|
||||
1.3 FreeBSD
|
||||
-----------
|
||||
|
||||
1. It is not the aim of this document to explain the installation, concepts or usage of MySQL. If you are unfamiliar with MySQL, familiarise yourself with it and read at least these sections of the MySQL reference manual (http://dev.mysql.com/doc/mysql/en/index.html):
|
||||
|
||||
- 2.2.5 Installing MySQL on Other Unix-Like Systems
|
||||
- 2.4 Post-Installation Setup and Testing
|
||||
- 5.4 General Security Issues
|
||||
- 5.5 The MySQL Access Privilege System
|
||||
- 5.6 MySQL User Account Management
|
||||
|
||||
2. If fast and secure access to a MySQL server is unavailable, install, start and configure MySQL database server version 4.0.x. If you are using a version of Windows which is a member of the NT family, we recommend that you install MySQL as a service.
|
||||
|
||||
3. Create a new database and a new user account with only SELECT, INSERT, UPDATE and DELETE privileges on the database. For example:
|
||||
|
||||
CREATE DATABASE ragnarok;
|
||||
GRANT
|
||||
SELECT,INSERT,UPDATE,DELETE
|
||||
ON `ragnarok`.* # database
|
||||
TO 'ragnarok'@'localhost' # username@address
|
||||
IDENTIFIED BY 'password'; # password
|
||||
|
||||
For security, do not use the password "password" for your user account.
|
||||
|
||||
4. Execute the batch queries stored in sql/main.sql. If you want your item and monster databases stored in your MySQL database, execute sql/database.sql too. For example:
|
||||
|
||||
mysql -D ragnarok -h localhost -u root -p < sql/main.sql | more && mysql -D ragnarok -h localhost -u root -p < sql/database.sql | more
|
||||
|
||||
5. Add an inter-server account for every character server you intend to link to your login server. For example:
|
||||
|
||||
USE ragnarok
|
||||
INSERT INTO `login`
|
||||
(`userid`,`user_pass`,`sex`,`email`)
|
||||
VALUES ('inter-server_chaos','password','S','');
|
||||
|
||||
Every character server linked to your login server requires its own inter-server account; inter-server accounts are used by the servers to communicate with each other. The differences between user and inter-server accounts are:
|
||||
|
||||
- The "sex" field value must equal "S"
|
||||
- The "e-mail" field value is unused and therefore should be set to ""
|
||||
- The "level", "error_message", "connect_until", "memo", "ban_until" and "state" field values are unsued and therefore should be set to 0
|
||||
|
||||
Anyone who knows the username and password of an inter-server account can control a character server using that account. Therefore, choose secure passwords for your inter-server accounts.
|
||||
|
||||
6. Add accounts or convert existing accounts from a text file database.
|
||||
|
||||
To add new accounts, use, for example:
|
||||
|
||||
USE ragnarok
|
||||
INSERT INTO `login`
|
||||
(`userid`,`user_pass`,`sex`,`email`,`level`)
|
||||
VALUES ('<username>','<password>','<gender>','<e-mail address>',<game master level>);
|
||||
|
||||
Where <gender> is either M, F, or S for male, female, and inter-server respectively and <e-mail address> is the e-mail address (for confirmation of character deletion).
|
||||
|
||||
To convert existing accounts stored in a text file database, use login-converter and char-converter. Parties and guilds cannot be converted.
|
||||
|
||||
7. Edit the configuration files in conf/ (except import/, mapflag/, help.txt, water.txt and water_height.txt) according to your computer configuration, network configuration, MySQL database server configuration and personal preferences.
|
||||
|
||||
8. Compile with "gmake". Recompile with "gmake clean && gmake".
|
||||
|
||||
|
||||
2 Upgrading
|
||||
===========
|
||||
|
||||
2.1 Upgrading from version 817
|
||||
------------------------------
|
||||
|
||||
1. Execute the batch queries stored in sql/upgrade_817.sql and sql/upgrade_0.5.2_main.sql.
|
||||
|
||||
2. If you want your item and monster databases stored in your MySQL database, execute the batch queries stored in sql/database.sql.
|
||||
|
||||
2.2 Upgrading from version 0.5.2
|
||||
--------------------------------
|
||||
|
||||
1. Execute the batch queries stored in sql/upgrade_0.5.2_main.sql.
|
||||
|
||||
2. If you created the item_db and mob_db tables, execute the batch queries stored in sql/upgrade_0.5.2_database.sql.
|
||||
|
||||
2.3 Upgrading from version 1.0 RC 1
|
||||
-----------------------------------
|
||||
|
||||
1. Execute the batch queries stored in sql/upgrade_1.0.0-rc1_main.sql.
|
||||
|
||||
|
||||
3 Mail System
|
||||
=============
|
||||
|
||||
2.1 Adding the mail database
|
||||
----------------------------
|
||||
1. Execute the batch queries stored in sql/mail.sql
|
||||
|
||||
2. Set mail_system option in conf/battle_athena.conf to 1 or yes.
|
340
LICENCE
340
LICENCE
@ -1,340 +0,0 @@
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
Version 2, June 1991
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
Everyone is permitted to copy and distribute verbatim copies
|
||||
of this license document, but changing it is not allowed.
|
||||
|
||||
Preamble
|
||||
|
||||
The licenses for most software are designed to take away your
|
||||
freedom to share and change it. By contrast, the GNU General Public
|
||||
License is intended to guarantee your freedom to share and change free
|
||||
software--to make sure the software is free for all its users. This
|
||||
General Public License applies to most of the Free Software
|
||||
Foundation's software and to any other program whose authors commit to
|
||||
using it. (Some other Free Software Foundation software is covered by
|
||||
the GNU Library General Public License instead.) You can apply it to
|
||||
your programs, too.
|
||||
|
||||
When we speak of free software, we are referring to freedom, not
|
||||
price. Our General Public Licenses are designed to make sure that you
|
||||
have the freedom to distribute copies of free software (and charge for
|
||||
this service if you wish), that you receive source code or can get it
|
||||
if you want it, that you can change the software or use pieces of it
|
||||
in new free programs; and that you know you can do these things.
|
||||
|
||||
To protect your rights, we need to make restrictions that forbid
|
||||
anyone to deny you these rights or to ask you to surrender the rights.
|
||||
These restrictions translate to certain responsibilities for you if you
|
||||
distribute copies of the software, or if you modify it.
|
||||
|
||||
For example, if you distribute copies of such a program, whether
|
||||
gratis or for a fee, you must give the recipients all the rights that
|
||||
you have. You must make sure that they, too, receive or can get the
|
||||
source code. And you must show them these terms so they know their
|
||||
rights.
|
||||
|
||||
We protect your rights with two steps: (1) copyright the software, and
|
||||
(2) offer you this license which gives you legal permission to copy,
|
||||
distribute and/or modify the software.
|
||||
|
||||
Also, for each author's protection and ours, we want to make certain
|
||||
that everyone understands that there is no warranty for this free
|
||||
software. If the software is modified by someone else and passed on, we
|
||||
want its recipients to know that what they have is not the original, so
|
||||
that any problems introduced by others will not reflect on the original
|
||||
authors' reputations.
|
||||
|
||||
Finally, any free program is threatened constantly by software
|
||||
patents. We wish to avoid the danger that redistributors of a free
|
||||
program will individually obtain patent licenses, in effect making the
|
||||
program proprietary. To prevent this, we have made it clear that any
|
||||
patent must be licensed for everyone's free use or not licensed at all.
|
||||
|
||||
The precise terms and conditions for copying, distribution and
|
||||
modification follow.
|
||||
|
||||
GNU GENERAL PUBLIC LICENSE
|
||||
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
|
||||
|
||||
0. This License applies to any program or other work which contains
|
||||
a notice placed by the copyright holder saying it may be distributed
|
||||
under the terms of this General Public License. The "Program", below,
|
||||
refers to any such program or work, and a "work based on the Program"
|
||||
means either the Program or any derivative work under copyright law:
|
||||
that is to say, a work containing the Program or a portion of it,
|
||||
either verbatim or with modifications and/or translated into another
|
||||
language. (Hereinafter, translation is included without limitation in
|
||||
the term "modification".) Each licensee is addressed as "you".
|
||||
|
||||
Activities other than copying, distribution and modification are not
|
||||
covered by this License; they are outside its scope. The act of
|
||||
running the Program is not restricted, and the output from the Program
|
||||
is covered only if its contents constitute a work based on the
|
||||
Program (independent of having been made by running the Program).
|
||||
Whether that is true depends on what the Program does.
|
||||
|
||||
1. You may copy and distribute verbatim copies of the Program's
|
||||
source code as you receive it, in any medium, provided that you
|
||||
conspicuously and appropriately publish on each copy an appropriate
|
||||
copyright notice and disclaimer of warranty; keep intact all the
|
||||
notices that refer to this License and to the absence of any warranty;
|
||||
and give any other recipients of the Program a copy of this License
|
||||
along with the Program.
|
||||
|
||||
You may charge a fee for the physical act of transferring a copy, and
|
||||
you may at your option offer warranty protection in exchange for a fee.
|
||||
|
||||
2. You may modify your copy or copies of the Program or any portion
|
||||
of it, thus forming a work based on the Program, and copy and
|
||||
distribute such modifications or work under the terms of Section 1
|
||||
above, provided that you also meet all of these conditions:
|
||||
|
||||
a) You must cause the modified files to carry prominent notices
|
||||
stating that you changed the files and the date of any change.
|
||||
|
||||
b) You must cause any work that you distribute or publish, that in
|
||||
whole or in part contains or is derived from the Program or any
|
||||
part thereof, to be licensed as a whole at no charge to all third
|
||||
parties under the terms of this License.
|
||||
|
||||
c) If the modified program normally reads commands interactively
|
||||
when run, you must cause it, when started running for such
|
||||
interactive use in the most ordinary way, to print or display an
|
||||
announcement including an appropriate copyright notice and a
|
||||
notice that there is no warranty (or else, saying that you provide
|
||||
a warranty) and that users may redistribute the program under
|
||||
these conditions, and telling the user how to view a copy of this
|
||||
License. (Exception: if the Program itself is interactive but
|
||||
does not normally print such an announcement, your work based on
|
||||
the Program is not required to print an announcement.)
|
||||
|
||||
These requirements apply to the modified work as a whole. If
|
||||
identifiable sections of that work are not derived from the Program,
|
||||
and can be reasonably considered independent and separate works in
|
||||
themselves, then this License, and its terms, do not apply to those
|
||||
sections when you distribute them as separate works. But when you
|
||||
distribute the same sections as part of a whole which is a work based
|
||||
on the Program, the distribution of the whole must be on the terms of
|
||||
this License, whose permissions for other licensees extend to the
|
||||
entire whole, and thus to each and every part regardless of who wrote it.
|
||||
|
||||
Thus, it is not the intent of this section to claim rights or contest
|
||||
your rights to work written entirely by you; rather, the intent is to
|
||||
exercise the right to control the distribution of derivative or
|
||||
collective works based on the Program.
|
||||
|
||||
In addition, mere aggregation of another work not based on the Program
|
||||
with the Program (or with a work based on the Program) on a volume of
|
||||
a storage or distribution medium does not bring the other work under
|
||||
the scope of this License.
|
||||
|
||||
3. You may copy and distribute the Program (or a work based on it,
|
||||
under Section 2) in object code or executable form under the terms of
|
||||
Sections 1 and 2 above provided that you also do one of the following:
|
||||
|
||||
a) Accompany it with the complete corresponding machine-readable
|
||||
source code, which must be distributed under the terms of Sections
|
||||
1 and 2 above on a medium customarily used for software interchange; or,
|
||||
|
||||
b) Accompany it with a written offer, valid for at least three
|
||||
years, to give any third party, for a charge no more than your
|
||||
cost of physically performing source distribution, a complete
|
||||
machine-readable copy of the corresponding source code, to be
|
||||
distributed under the terms of Sections 1 and 2 above on a medium
|
||||
customarily used for software interchange; or,
|
||||
|
||||
c) Accompany it with the information you received as to the offer
|
||||
to distribute corresponding source code. (This alternative is
|
||||
allowed only for noncommercial distribution and only if you
|
||||
received the program in object code or executable form with such
|
||||
an offer, in accord with Subsection b above.)
|
||||
|
||||
The source code for a work means the preferred form of the work for
|
||||
making modifications to it. For an executable work, complete source
|
||||
code means all the source code for all modules it contains, plus any
|
||||
associated interface definition files, plus the scripts used to
|
||||
control compilation and installation of the executable. However, as a
|
||||
special exception, the source code distributed need not include
|
||||
anything that is normally distributed (in either source or binary
|
||||
form) with the major components (compiler, kernel, and so on) of the
|
||||
operating system on which the executable runs, unless that component
|
||||
itself accompanies the executable.
|
||||
|
||||
If distribution of executable or object code is made by offering
|
||||
access to copy from a designated place, then offering equivalent
|
||||
access to copy the source code from the same place counts as
|
||||
distribution of the source code, even though third parties are not
|
||||
compelled to copy the source along with the object code.
|
||||
|
||||
4. You may not copy, modify, sublicense, or distribute the Program
|
||||
except as expressly provided under this License. Any attempt
|
||||
otherwise to copy, modify, sublicense or distribute the Program is
|
||||
void, and will automatically terminate your rights under this License.
|
||||
However, parties who have received copies, or rights, from you under
|
||||
this License will not have their licenses terminated so long as such
|
||||
parties remain in full compliance.
|
||||
|
||||
5. You are not required to accept this License, since you have not
|
||||
signed it. However, nothing else grants you permission to modify or
|
||||
distribute the Program or its derivative works. These actions are
|
||||
prohibited by law if you do not accept this License. Therefore, by
|
||||
modifying or distributing the Program (or any work based on the
|
||||
Program), you indicate your acceptance of this License to do so, and
|
||||
all its terms and conditions for copying, distributing or modifying
|
||||
the Program or works based on it.
|
||||
|
||||
6. Each time you redistribute the Program (or any work based on the
|
||||
Program), the recipient automatically receives a license from the
|
||||
original licensor to copy, distribute or modify the Program subject to
|
||||
these terms and conditions. You may not impose any further
|
||||
restrictions on the recipients' exercise of the rights granted herein.
|
||||
You are not responsible for enforcing compliance by third parties to
|
||||
this License.
|
||||
|
||||
7. If, as a consequence of a court judgment or allegation of patent
|
||||
infringement or for any other reason (not limited to patent issues),
|
||||
conditions are imposed on you (whether by court order, agreement or
|
||||
otherwise) that contradict the conditions of this License, they do not
|
||||
excuse you from the conditions of this License. If you cannot
|
||||
distribute so as to satisfy simultaneously your obligations under this
|
||||
License and any other pertinent obligations, then as a consequence you
|
||||
may not distribute the Program at all. For example, if a patent
|
||||
license would not permit royalty-free redistribution of the Program by
|
||||
all those who receive copies directly or indirectly through you, then
|
||||
the only way you could satisfy both it and this License would be to
|
||||
refrain entirely from distribution of the Program.
|
||||
|
||||
If any portion of this section is held invalid or unenforceable under
|
||||
any particular circumstance, the balance of the section is intended to
|
||||
apply and the section as a whole is intended to apply in other
|
||||
circumstances.
|
||||
|
||||
It is not the purpose of this section to induce you to infringe any
|
||||
patents or other property right claims or to contest validity of any
|
||||
such claims; this section has the sole purpose of protecting the
|
||||
integrity of the free software distribution system, which is
|
||||
implemented by public license practices. Many people have made
|
||||
generous contributions to the wide range of software distributed
|
||||
through that system in reliance on consistent application of that
|
||||
system; it is up to the author/donor to decide if he or she is willing
|
||||
to distribute software through any other system and a licensee cannot
|
||||
impose that choice.
|
||||
|
||||
This section is intended to make thoroughly clear what is believed to
|
||||
be a consequence of the rest of this License.
|
||||
|
||||
8. If the distribution and/or use of the Program is restricted in
|
||||
certain countries either by patents or by copyrighted interfaces, the
|
||||
original copyright holder who places the Program under this License
|
||||
may add an explicit geographical distribution limitation excluding
|
||||
those countries, so that distribution is permitted only in or among
|
||||
countries not thus excluded. In such case, this License incorporates
|
||||
the limitation as if written in the body of this License.
|
||||
|
||||
9. The Free Software Foundation may publish revised and/or new versions
|
||||
of the General Public License from time to time. Such new versions will
|
||||
be similar in spirit to the present version, but may differ in detail to
|
||||
address new problems or concerns.
|
||||
|
||||
Each version is given a distinguishing version number. If the Program
|
||||
specifies a version number of this License which applies to it and "any
|
||||
later version", you have the option of following the terms and conditions
|
||||
either of that version or of any later version published by the Free
|
||||
Software Foundation. If the Program does not specify a version number of
|
||||
this License, you may choose any version ever published by the Free Software
|
||||
Foundation.
|
||||
|
||||
10. If you wish to incorporate parts of the Program into other free
|
||||
programs whose distribution conditions are different, write to the author
|
||||
to ask for permission. For software which is copyrighted by the Free
|
||||
Software Foundation, write to the Free Software Foundation; we sometimes
|
||||
make exceptions for this. Our decision will be guided by the two goals
|
||||
of preserving the free status of all derivatives of our free software and
|
||||
of promoting the sharing and reuse of software generally.
|
||||
|
||||
NO WARRANTY
|
||||
|
||||
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
|
||||
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
|
||||
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
|
||||
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
|
||||
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
|
||||
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
|
||||
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
|
||||
REPAIR OR CORRECTION.
|
||||
|
||||
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
||||
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
|
||||
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
|
||||
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
|
||||
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
|
||||
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
|
||||
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
|
||||
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGES.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
How to Apply These Terms to Your New Programs
|
||||
|
||||
If you develop a new program, and you want it to be of the greatest
|
||||
possible use to the public, the best way to achieve this is to make it
|
||||
free software which everyone can redistribute and change under these terms.
|
||||
|
||||
To do so, attach the following notices to the program. It is safest
|
||||
to attach them to the start of each source file to most effectively
|
||||
convey the exclusion of warranty; and each file should have at least
|
||||
the "copyright" line and a pointer to where the full notice is found.
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
|
||||
Also add information on how to contact you by electronic and paper mail.
|
||||
|
||||
If the program is interactive, make it output a short notice like this
|
||||
when it starts in an interactive mode:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
The hypothetical commands `show w' and `show c' should show the appropriate
|
||||
parts of the General Public License. Of course, the commands you use may
|
||||
be called something other than `show w' and `show c'; they could even be
|
||||
mouse-clicks or menu items--whatever suits your program.
|
||||
|
||||
You should also get your employer (if you work as a programmer) or your
|
||||
school, if any, to sign a "copyright disclaimer" for the program, if
|
||||
necessary. Here is a sample; alter the names:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
This General Public License does not permit incorporating your program into
|
||||
proprietary programs. If your program is a subroutine library, you may
|
||||
consider it more useful to permit linking proprietary applications with the
|
||||
library. If this is what you want to do, use the GNU Library General
|
||||
Public License instead of this License.
|
416
LICENCE_JA
416
LICENCE_JA
@ -1,416 +0,0 @@
|
||||
GNU 一般公衆利用許諾契約書
|
||||
バージョン2、1991年6月
|
||||
日本語訳、2002年5月20日
|
||||
|
||||
Copyright (C) 1989, 1991 Free Software Foundation, Inc.
|
||||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
この利用許諾契約書を、一字一句そのままに複製し頒布することは許可する。
|
||||
しかし変更は認めない。
|
||||
|
||||
This is an unofficial translation of the GNU General Public License
|
||||
into Japanese. It was not published by the Free Software Foundation,
|
||||
and does not legally state the distribution terms for software that
|
||||
uses the GNU GPL--only the original English text of the GNU GPL does
|
||||
that. However, we hope that this translation will help Japanese
|
||||
speakers understand the GNU GPL better.
|
||||
|
||||
(訳: 以下はGNU General Public Licenseの非公式な日本語訳です。これはフ
|
||||
リーソフトウェア財団(the Free Software Foundataion)によって発表された
|
||||
ものではなく、GNU GPLを適用したソフトウェアの頒布条件を法的に有効な形
|
||||
で述べたものではありません。頒布条件としてはGNU GPLの英語版テキストで
|
||||
指定されているもののみが有効です。しかしながら、私たちはこの翻訳が、
|
||||
日本語を使用する人々にとってGNU GPLをより良く理解する助けとなることを
|
||||
望んでいます。)
|
||||
|
||||
翻訳は 八田真行<mhatta@gnu.org>が行った。原文は
|
||||
http://www.gnu.org/licenses/gpl.txtである。誤訳の指摘や改善案を歓迎す
|
||||
る。
|
||||
はじめに
|
||||
|
||||
ソフトウェア向けライセンスの大半は、あなたがそのソフトウェアを共有した
|
||||
り変更したりする自由を奪うように設計されています。対照的に、GNU 一般公
|
||||
衆利用許諾契約書は、あなたがフリーソフトウェアを共有したり変更したりす
|
||||
る自由を保証する--すなわち、ソフトウェアがそのユーザすべてにとってフリー
|
||||
であることを保証することを目的としています。この一般公衆利用許諾契約書
|
||||
はフリーソフトウェア財団のソフトウェアのほとんどに適用されており、また
|
||||
GNU GPLを適用すると決めたフリーソフトウェア財団以外の作者によるプログ
|
||||
ラムにも適用されています(いくつかのフリーソフトウェア財団のソフトウェ
|
||||
アには、GNU GPLではなくGNU ライブラリ一般公衆利用許諾契約書が適用され
|
||||
ていることもあります)。あなたもまた、ご自分のプログラムにGNU GPLを適用
|
||||
することが可能です。
|
||||
|
||||
私たちがフリーソフトウェアと言うとき、それは利用の自由について言及して
|
||||
いるのであって、価格は問題にしていません。私たちの一般公衆利用許諾契約
|
||||
書は、あなたがフリーソフトウェアの複製物を頒布する自由を保証するよう設
|
||||
計されています(希望に応じてその種のサービスに手数料を課す自由も保証さ
|
||||
れます)。また、あなたがソースコードを受け取るか、あるいは望めばそれを
|
||||
入手することが可能であるということ、あなたがソフトウェアを変更し、その
|
||||
一部を新たなフリーのプログラムで利用できるということ、そして、以上で述
|
||||
べたようなことができるということがあなたに知らされるということも保証さ
|
||||
れます。
|
||||
|
||||
あなたの権利を守るため、私たちは誰かがあなたの有するこれらの権利を否定
|
||||
することや、これらの権利を放棄するよう要求することを禁止するという制限
|
||||
を加える必要があります。よって、あなたがソフトウェアの複製物を頒布した
|
||||
りそれを変更したりする場合には、これらの制限のためにあなたにある種の責
|
||||
任が発生することになります。
|
||||
|
||||
例えば、あなたがフリーなプログラムの複製物を頒布する場合、有料か無料に
|
||||
関わらず、あなたは自分が有する権利を全て受領者に与えなければなりません。
|
||||
また、あなたは彼らもソースコードを受け取るか手に入れることができるよう
|
||||
保証しなければなりません。そして、あなたは彼らに対して以下で述べる条件
|
||||
を示し、彼らに自らの持つ権利について知らしめるようにしなければなりませ
|
||||
ん。
|
||||
|
||||
私たちはあなたの権利を二段階の手順を踏んで保護します。(1) まずソフトウェ
|
||||
アに対して著作権を主張し、そして (2) あなたに対して、ソフトウェアの複
|
||||
製や頒布または改変についての法的な許可を与えるこの契約書を提示します。
|
||||
|
||||
また、各作者や私たちを保護するため、私たちはこのフリーソフトウェアには
|
||||
何の保証も無いということを誰もが確実に理解するようにし、またソフトウェ
|
||||
アが誰か他人によって改変され、それが次々と頒布されていったとしても、そ
|
||||
の受領者は彼らが手に入れたソフトウェアがオリジナルのバージョンでは無い
|
||||
こと、そして原作者の名声は他人によって持ち込まれた可能性のある問題によっ
|
||||
て影響されることがないということを周知させたいと思います。
|
||||
|
||||
最後に、ソフトウェア特許がいかなるフリーのプログラムの存在にも不断の脅
|
||||
威を投げかけていますが、私たちは、フリーなプログラムの再頒布者が個々に
|
||||
特許ライセンスを取得することによって、事実上プログラムを独占的にしてし
|
||||
まうという危険を避けたいと思います。こういった事態を予防するため、私た
|
||||
ちはいかなる特許も誰もが自由に利用できるようライセンスされるか、全くラ
|
||||
イセンスされないかのどちらかでなければならないことを明確にしました。
|
||||
|
||||
(訳注: 本契約書で「独占的(proprietary)」とは、ソフトウェアの利用や再頒
|
||||
布、改変が禁止されているか、許可を得ることが必要とされているか、あるい
|
||||
は厳しい制限が課せられていて自由にそうすることが事実上できなくなってい
|
||||
る状態のことを指す。詳しくは
|
||||
http://www.gnu.org/philosophy/categories.ja.html#ProprietarySoftwareを
|
||||
参照せよ。)
|
||||
|
||||
複製や頒布、改変についての正確な条件と制約を以下で述べていきます。
|
||||
|
||||
GNU 一般公衆利用許諾契約書
|
||||
複製、頒布、改変に関する条件と制約
|
||||
|
||||
0. この利用許諾契約書は、そのプログラム(またはその他の著作物)をこの一
|
||||
般公衆利用許諾契約書の定める条件の下で頒布できるという告知が著作権者に
|
||||
よって記載されたプログラムまたはその他の著作物全般に適用される。以下で
|
||||
は、「『プログラム』」とはそのようにしてこの契約書が適用されたプログラ
|
||||
ムや著作物全般を意味し、また「『プログラム』を基にした著作物」とは『プ
|
||||
ログラム』やその他著作権法の下で派生物と見なされるもの全般を指す。すな
|
||||
わち、『プログラム』かその一部を、全く同一のままか、改変を加えたか、あ
|
||||
るいは他の言語に翻訳された形で含む著作物のことである(「改変」という語
|
||||
の本来の意味からはずれるが、以下では翻訳も改変の一種と見なす)。それぞ
|
||||
れの契約者は「あなた」と表現される。
|
||||
|
||||
複製や頒布、改変以外の活動はこの契約書ではカバーされない。それらはこの
|
||||
契約書の対象外である。『プログラム』を実行する行為自体に制限はない。ま
|
||||
た、そのような『プログラム』の出力結果は、その内容が『プログラム』を基
|
||||
にした著作物を構成する場合のみこの契約書によって保護される(『プログラ
|
||||
ム』を実行したことによって作成されたということとは無関係である)。この
|
||||
ような線引きの妥当性は、『プログラム』が何をするのかに依存する。
|
||||
|
||||
1. それぞれの複製物において適切な著作権表示と保証の否認声明(disclaimer
|
||||
of warranty)を目立つよう適切に掲載し、またこの契約書および一切の保証の
|
||||
不在に触れた告知すべてをそのまま残し、そしてこの契約書の複製物を『プロ
|
||||
グラム』のいかなる受領者にも『プログラム』と共に頒布する限り、あなたは
|
||||
『プログラム』のソースコードの複製物を、あなたが受け取った通りの形で複
|
||||
製または頒布することができる。媒体は問わない。
|
||||
|
||||
あなたは、物理的に複製物を譲渡するという行為に関して手数料を課しても良
|
||||
いし、希望によっては手数料を取って交換における保護の保証を提供しても良
|
||||
い。
|
||||
|
||||
2. あなたは自分の『プログラム』の複製物かその一部を改変して『プログラ
|
||||
ム』を基にした著作物を形成し、そのような改変点や著作物を上記第1節の定
|
||||
める条件の下で複製または頒布することができる。ただし、そのためには以下
|
||||
の条件すべてを満たしていなければならない:
|
||||
|
||||
a) あなたがそれらのファイルを変更したということと変更した日時が良
|
||||
く分かるよう、改変されたファイルに告示しなければならない。
|
||||
|
||||
b) 『プログラム』またはその一部を含む著作物、あるいは『プログラム』
|
||||
かその一部から派生した著作物を頒布あるいは発表する場合には、その全
|
||||
体をこの契約書の条件に従って第三者へ無償で利用許諾しなければならな
|
||||
い。
|
||||
|
||||
c) 改変されたプログラムが、通常実行する際に対話的にコマンドを読む
|
||||
ようになっているならば、そのプログラムを最も一般的な方法で対話的に
|
||||
実行する際、適切な著作権表示、無保証であること(あるいはあなたが保
|
||||
証を提供するということ)、ユーザがプログラムをこの契約書で述べた条
|
||||
件の下で頒布することができるということ、そしてこの契約書の複製物を
|
||||
閲覧するにはどうしたらよいかというユーザへの説明を含む告知が印刷さ
|
||||
れるか、あるいは画面に表示されるようにしなければならない(例外とし
|
||||
て、『プログラム』そのものは対話的であっても通常そのような告知を印
|
||||
刷しない場合には、『プログラム』を基にしたあなたの著作物にそのよう
|
||||
な告知を印刷させる必要はない)。
|
||||
|
||||
以上の必要条件は全体としての改変された著作物に適用される。著作物の一部
|
||||
が『プログラム』から派生したものではないと確認でき、それら自身別の独立
|
||||
した著作物であると合理的に考えられるならば、あなたがそれらを別の著作物
|
||||
として分けて頒布する場合、そういった部分にはこの契約書とその条件は
|
||||
適用されない。しかし、あなたが同じ部分を『プログラム』を基にした著作物
|
||||
全体の一部として頒布するならば、全体としての頒布物は、この契約書が
|
||||
課す条件に従わなければならない。というのは、この契約書が他の契約者
|
||||
に与える許可は『プログラム』丸ごと全体に及び、誰が書いたかは関係なく各
|
||||
部分のすべてを保護するからである。
|
||||
|
||||
よって、すべてあなたによって書かれた著作物に対し、権利を主張したりあな
|
||||
たの権利に異議を申し立てることはこの節の意図するところではない。むしろ、
|
||||
その趣旨は『プログラム』を基にした派生物ないし集合著作物の頒布を管理す
|
||||
る権利を行使するということにある。
|
||||
|
||||
また、『プログラム』を基にしていないその他の著作物を『プログラム』(あ
|
||||
るいは『プログラム』を基にした著作物)と一緒に集めただけのものを一巻の
|
||||
保管装置ないし頒布媒体に収めても、その他の著作物までこの契約書が保
|
||||
護する対象になるということにはならない。
|
||||
|
||||
3. あなたは上記第1節および2節の条件に従い、『プログラム』(あるいは第2
|
||||
節における派生物)をオブジェクトコードないし実行形式で複製または頒布す
|
||||
ることができる。ただし、その場合あなたは以下のうちどれか一つを実施しな
|
||||
ければならない:
|
||||
|
||||
a) 著作物に、『プログラム』に対応した完全かつ機械で読み取り可能な
|
||||
ソースコードを添付する。ただし、ソースコードは上記第1節および2節の
|
||||
条件に従いソフトウェアの交換で習慣的に使われる媒体で頒布しなければ
|
||||
ならない。あるいは、
|
||||
|
||||
b) 著作物に、いかなる第三者に対しても、『プログラム』に対応した完
|
||||
全かつ機械で読み取り可能なソースコードを、頒布に要する物理的コスト
|
||||
を上回らない程度の手数料と引き換えに提供する旨述べた少なくとも3年
|
||||
間は有効な書面になった申し出を添える。ただし、ソースコードは上記第
|
||||
1節および2節の条件に従いソフトウェアの交換で習慣的に使われる媒体で
|
||||
頒布しなければならない。あるいは、
|
||||
|
||||
c) 対応するソースコード頒布の申し出に際して、あなたが得た情報を一
|
||||
緒に引き渡す(この選択肢は、営利を目的としない頒布であって、かつあ
|
||||
なたが上記小節bで指定されているような申し出と共にオブジェクトコー
|
||||
ドあるいは実行形式のプログラムしか入手していない場合に限り許可され
|
||||
る)。
|
||||
|
||||
著作物のソースコードとは、それに対して改変を加える上で好ましいとされる
|
||||
著作物の形式を意味する。ある実行形式の著作物にとって完全なソースコード
|
||||
とは、それが含むモジュールすべてのソースコード全部に加え、関連するイン
|
||||
ターフェース定義ファイルのすべてとライブラリのコンパイルやインストール
|
||||
を制御するために使われるスクリプトをも加えたものを意味する。しかし特別
|
||||
な例外として、そのコンポーネント自体が実行形式に付随するのでは無い限り、
|
||||
頒布されるものの中に、実行形式が実行されるオペレーティングシステムの主
|
||||
要なコンポーネント(コンパイラやカーネル等)と通常一緒に(ソースかバイナ
|
||||
リ形式のどちらかで)頒布されるものを含んでいる必要はないとする。
|
||||
|
||||
実行形式またはオブジェクトコードの頒布が、指定された場所からコピーする
|
||||
ためのアクセス手段を提供することで為されるとして、その上でソースコード
|
||||
も同等のアクセス手段によって同じ場所からコピーできるようになっているな
|
||||
らば、第三者がオブジェクトコードと一緒にソースも強制的にコピーさせられ
|
||||
るようになっていなくてもソースコード頒布の条件を満たしているものとする。
|
||||
|
||||
4. あなたは『プログラム』を、この契約書において明確に提示された行
|
||||
為を除き複製や改変、サブライセンス、あるいは頒布してはならない。他に
|
||||
『プログラム』を複製や改変、サブライセンス、あるいは頒布する企てはすべ
|
||||
て無効であり、この契約書の下でのあなたの権利を自動的に終結させるこ
|
||||
とになろう。しかし、複製物や権利をこの契約書に従ってあなたから得た
|
||||
人々に関しては、そのような人々がこの契約書に完全に従っている限り彼
|
||||
らのライセンスまで終結することはない。
|
||||
|
||||
5. あなたはこの契約書を受諾する必要は無い。というのは、あなたはこ
|
||||
れに署名していないからである。しかし、この契約書以外にあなたに対し
|
||||
て『プログラム』やその派生物を変更、頒布する許可を与えるものは存在しな
|
||||
い。これらの行為は、あなたがこの契約書を受け入れない限り法によって
|
||||
禁じられている。そこで、『プログラム』(あるいは『プログラム』を基にし
|
||||
た著作物のすべて)を改変ないし頒布することにより、あなたは自分がそのよ
|
||||
うな行為を行うためにこの契約書を受諾したということ、そして『プログ
|
||||
ラム』とそれに基づく著作物の複製や頒布、改変についてこの契約書が課
|
||||
す制約と条件をすべて受け入れたということを示したものと見なす。
|
||||
|
||||
6. あなたが『プログラム』(または『プログラム』を基にした著作物全般)を
|
||||
再頒布するたびに、その受領者は元々のライセンス許可者から、この契約書で
|
||||
指定された条件と制約の下で『プログラム』を複製や頒布、あるいは改変する
|
||||
許可を自動的に得るものとする。あなたは、受領者がここで認められた権利を
|
||||
行使することに関してこれ以上他のいかなる制限も課すことができない。あな
|
||||
たには、第三者がこの契約書に従うことを強制する責任はない。
|
||||
|
||||
7. 特許侵害あるいはその他の理由(特許関係に限らない)から、裁判所の判決
|
||||
あるいは申し立ての結果としてあなたに(裁判所命令や契約などにより)この契
|
||||
約書の条件と矛盾する制約が課された場合でも、あなたがこの契約書の条件を
|
||||
免除されるわけではない。もしこの契約書の下であなたに課せられた責任と他
|
||||
の関連する責任を同時に満たすような形で頒布できないならば、結果としてあ
|
||||
なたは『プログラム』を頒布することが全くできないということである。例え
|
||||
ば特許ライセンスが、あなたから直接間接を問わずコピーを受け取った人が誰
|
||||
でも『プログラム』を使用料無料で再頒布することを認めていない場合、あな
|
||||
たがその制約とこの契約書を両方とも満たすには『プログラム』の頒布を完全
|
||||
に中止するしかないだろう。
|
||||
|
||||
この節の一部分が特定の状況の下で無効ないし実施不可能な場合でも、節の残
|
||||
りの部分は適用されるよう意図されている。その他の状況では節が全体として
|
||||
適用されるよう意図されている。
|
||||
|
||||
特許やその他の財産権を侵害したり、そのような権利の主張の効力に異議を唱
|
||||
えたりするようあなたを誘惑することがこの節の目的ではない。この節には、
|
||||
人々によってライセンス慣行として実現されてきた、フリーソフトウェア頒布
|
||||
のシステムの完全性を護るという目的しかない。多くの人々が、フリーソフト
|
||||
ウェアの頒布システムが首尾一貫して適用されているという信頼に基づき、こ
|
||||
のシステムを通じて頒布される多様なソフトウェアに寛大な貢献をしてきたの
|
||||
は事実であるが、人がどのようなシステムを通じてソフトウェアを頒布したい
|
||||
と思うかはあくまでも作者/寄与者次第であり、あなたが選択を押しつけるこ
|
||||
とはできない。
|
||||
|
||||
この節は、この契約書のこの節以外の部分の一帰結になると考えられるケー
|
||||
スを徹底的に明らかにすることを目的としている。
|
||||
|
||||
8. 『プログラム』の頒布や利用が、ある国においては特許または著作権が主
|
||||
張されたインターフェースのいずれかによって制限されている場合、『プログ
|
||||
ラム』にこの契約書を適用した元の著作権者は、そういった国々を排除し
|
||||
た明確な地理的頒布制限を加え、そこで排除されていない国の中やそれらの国々
|
||||
の間でのみ頒布が許可されるようにしても構わない。その場合、そのような制
|
||||
限はこの契約書本文で書かれているのと同様に見なされる。
|
||||
|
||||
9. フリーソフトウェア財団は、時によって改訂または新版の一般公衆利用許
|
||||
諾書を発表することができる。そのような新版は現在のバージョンとその精神
|
||||
においては似たものになるだろうが、新たな問題や懸念を解決するため細部で
|
||||
は異なる可能性がある。
|
||||
|
||||
それぞれのバージョンには、見分けが付くようにバージョン番号が振られてい
|
||||
る。『プログラム』においてそれに適用されるこの契約書のバージョン番号が
|
||||
指定されていて、更に「それ以降のいかなるバージョン」も適用して良いとなっ
|
||||
ていた場合、あなたは従う条件と制約として、指定のバージョンか、フリーソ
|
||||
フトウェア財団によって発行された指定のバージョン以降の版のどれか一つの
|
||||
どちらかを選ぶことが出来る。『プログラム』でライセンスのバージョン番号
|
||||
が指定されていないならば、あなたは今までにフリーソフトウェア財団から発
|
||||
行されたバージョンの中から好きに選んで構わない。
|
||||
|
||||
10. もしあなたが『プログラム』の一部を、その頒布条件がこの契約書と
|
||||
異なる他のフリーなプログラムと統合したいならば、作者に連絡して許可を求
|
||||
めよ。フリーソフトウェア財団が著作権を保有するソフトウェアについては、
|
||||
フリーソフトウェア財団に連絡せよ。私たちは、このような場合のために特別
|
||||
な例外を設けることもある。私たちが決定を下すにあたっては、私たちのフリー
|
||||
ソフトウェアの派生物すべてがフリーな状態に保たれるということと、一般的
|
||||
にソフトウェアの共有と再利用を促進するという二つの目標を規準に検討され
|
||||
るであろう。
|
||||
無保証について
|
||||
|
||||
11. 『プログラム』は代価無しに利用が許可されるので、適切な法が認める限
|
||||
りにおいて、『プログラム』に関するいかなる保証も存在しない。書面で別に
|
||||
述べる場合を除いて、著作権者、またはその他の団体は、『プログラム』を、
|
||||
表明されたか言外にかは問わず、商業的適性を保証するほのめかしやある特定
|
||||
の目的への適合性(に限られない)を含む一切の保証無しに「あるがまま」で提
|
||||
供する。『プログラム』の質と性能に関するリスクのすべてはあなたに帰属す
|
||||
る。『プログラム』に欠陥があると判明した場合、あなたは必要な保守点検や
|
||||
補修、修正に要するコストのすべてを引き受けることになる。
|
||||
|
||||
12. 適切な法か書面での同意によって命ぜられない限り、著作権者、または上
|
||||
記で許可されている通りに『プログラム』を改変または再頒布したその他の団
|
||||
体は、あなたに対して『プログラム』の利用ないし利用不能で生じた一般的、
|
||||
特別的、偶然的、必然的な損害(データの消失や不正確な処理、あなたか第三
|
||||
者が被った損失、あるいは『プログラム』が他のソフトウェアと一緒に動作し
|
||||
ないという不具合などを含むがそれらに限らない)に一切の責任を負わない。
|
||||
そのような損害が生ずる可能性について彼らが忠告されていたとしても同様で
|
||||
ある。
|
||||
|
||||
条件と制約終わり
|
||||
|
||||
以上の条項をあなたの新しいプログラムに適用する方法
|
||||
|
||||
あなたが新しいプログラムを開発したとして、公衆によってそれが利用される
|
||||
可能性を最大にしたいなら、そのプログラムをこの契約書の条項に従って
|
||||
誰でも再頒布あるいは変更できるようフリーソフトウェアにするのが最善です。
|
||||
|
||||
そのためには、プログラムに以下のような表示を添付してください。その場合、
|
||||
保証が排除されているということを最も効果的に伝えるために、それぞれのソー
|
||||
スファイルの冒頭に表示を添付すれば最も安全です。少なくとも、「著作権表
|
||||
示」という行と全文がある場所へのポインタだけは各ファイルに含めて置いて
|
||||
ください。
|
||||
|
||||
<one line to give the program's name and a brief idea of what it does.>
|
||||
Copyright (C) <year> <name of author>
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
(訳:
|
||||
|
||||
<プログラムの名前と、それが何をするかについての簡単な説明。>
|
||||
Copyright (C) <西暦年> <作者の名前>
|
||||
|
||||
このプログラムはフリーソフトウェアです。あなたはこれを、フリーソフ
|
||||
トウェア財団によって発行された GNU 一般公衆利用許諾契約書(バージョ
|
||||
ン2か、希望によってはそれ以降のバージョンのうちどれか)の定める条件
|
||||
の下で再頒布または改変することができます。
|
||||
|
||||
このプログラムは有用であることを願って頒布されますが、*全くの無保
|
||||
証* です。商業可能性の保証や特定の目的への適合性は、言外に示された
|
||||
ものも含め全く存在しません。詳しくはGNU 一般公衆利用許諾契約書をご
|
||||
覧ください。
|
||||
|
||||
あなたはこのプログラムと共に、GNU 一般公衆利用許諾契約書の複製物を
|
||||
一部受け取ったはずです。もし受け取っていなければ、フリーソフトウェ
|
||||
ア財団まで請求してください(宛先は the Free Software Foundation,
|
||||
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA)。
|
||||
|
||||
)
|
||||
|
||||
電子ないし紙のメールであなたに問い合わせる方法についての情報も書き加え
|
||||
ましょう。
|
||||
|
||||
プログラムが対話的なものならば、対話モードで起動した際に出力として以下
|
||||
のような短い告知が表示されるようにしてください:
|
||||
|
||||
Gnomovision version 69, Copyright (C) year name of author
|
||||
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
||||
This is free software, and you are welcome to redistribute it
|
||||
under certain conditions; type `show c' for details.
|
||||
|
||||
(訳:
|
||||
|
||||
Gnomovision バージョン 69, Copyright (C) 年 作者の名前
|
||||
Gnomovision は*全くの無保証*で提供されます。詳しくは「show w」
|
||||
とタイプして下さい。これはフリーソフトウェアであり、ある条件の下で
|
||||
再頒布することが奨励されています。詳しくは「show c」とタイプして下
|
||||
さい。
|
||||
|
||||
)
|
||||
|
||||
ここで、仮想的なコマンド「show w」と「show c」は一般公衆利用許諾契約書
|
||||
の適切な部分を表示するようになっていなければなりません。もちろん、あな
|
||||
たが使うコマンドを「show w」や「show c」と呼ぶ必然性はありませんので、
|
||||
あなたのプログラムに合わせてマウスのクリックやメニューのアイテムにして
|
||||
も結構です。
|
||||
|
||||
またあなたは、必要ならば(プログラマーとして働いていたら)あなたの雇用主、
|
||||
あるいは場合によっては学校から、そのプログラムに関する「著作権放棄声明
|
||||
(copyright disclaimer)」に署名してもらうべきです。以下は例ですので、名
|
||||
前を変えてください:
|
||||
|
||||
Yoyodyne, Inc., hereby disclaims all copyright interest in the program
|
||||
`Gnomovision' (which makes passes at compilers) written by James Hacker.
|
||||
|
||||
<signature of Ty Coon>, 1 April 1989
|
||||
Ty Coon, President of Vice
|
||||
|
||||
(訳:
|
||||
|
||||
Yoyodyne社はここに、James Hackerによって書かれたプログラム
|
||||
「Gnomovision」(コンパイラへ通すプログラム)に関する一切の著作権の利
|
||||
益を放棄します。
|
||||
|
||||
<Ty Coon氏の署名>、1989年4月1日
|
||||
Ty Coon、副社長
|
||||
|
||||
)
|
||||
|
||||
この一般公衆利用許諾契約書では、あなたのプログラムを独占的なプログラム
|
||||
に統合することを認めていません。あなたのプログラムがサブルーチンライブ
|
||||
ラリならば、独占的なアプリケーションとあなたのライブラリをリンクするこ
|
||||
とを許可したほうがより便利であると考えるかもしれません。もしこれがあな
|
||||
たの望むことならば、この契約書の代わりにGNU ライブラリ一般公衆利用許諾
|
||||
契約書を適用してください。
|
144
Makefile
144
Makefile
@ -1,144 +0,0 @@
|
||||
|
||||
CC = g++ -pipe -DPCRE_SUPPORT
|
||||
# CC = g++ -pipe -DGCOLLECT
|
||||
# CC = g++ -pipe -DDMALLOC -DDMALLOC_FUNC_CHECK
|
||||
|
||||
# GCLIB = -lgc
|
||||
GCLIB = -L/usr/local/lib -lpcre
|
||||
# GCLIB =
|
||||
# GCLIB = -ldmalloc
|
||||
|
||||
PACKETDEF = -DPACKETVER=6 -DNEW_006b -DSO_REUSEPORT
|
||||
#PACKETDEF = -DPACKETVER=5 -DNEW_006b
|
||||
#PACKETDEF = -DPACKETVER=4 -DNEW_006b
|
||||
#PACKETDEF = -DPACKETVER=3 -DNEW_006b
|
||||
#PACKETDEF = -DPACKETVER=2 -DNEW_006b
|
||||
#PACKETDEF = -DPACKETVER=1 -DNEW_006b
|
||||
|
||||
PLATFORM = $(shell uname)
|
||||
|
||||
ifeq ($(findstring FreeBSD,$(PLATFORM)), FreeBSD)
|
||||
MAKE = gmake
|
||||
else
|
||||
MAKE = make
|
||||
endif
|
||||
ifeq ($(findstring NetBSD,$(PLATFORM)), NetBSD)
|
||||
MAKE = gmake
|
||||
endif
|
||||
|
||||
OPT = -g -O2 -ffast-math -Wall -Wno-sign-compare
|
||||
# OPT += -DDUMPSTACK -rdynamic
|
||||
|
||||
ifeq ($(findstring CYGWIN,$(PLATFORM)), CYGWIN)
|
||||
OS_TYPE = -DCYGWIN
|
||||
CFLAGS = $(OPT) -DFD_SETSIZE=4096 -I../common $(PACKETDEF) $(OS_TYPE)
|
||||
else
|
||||
OS_TYPE =
|
||||
CFLAGS = $(OPT) -I../common $(PACKETDEF) $(OS_TYPE)
|
||||
# CFLAGS = -DTWILIGHT $(OPT) -Wall -I../common $(PACKETDEF) $(OS_TYPE)
|
||||
endif
|
||||
|
||||
MYSQLFLAG_INCLUDE_DEFAULT = /usr/local/include/mysql
|
||||
|
||||
ifdef SQLFLAG
|
||||
MYSQLFLAG_CONFIG = $(shell which mysql_config)
|
||||
ifeq ($(findstring /,$(MYSQLFLAG_CONFIG)), /)
|
||||
MYSQLFLAG_VERSION = $(shell $(MYSQLFLAG_CONFIG) --version | sed s:\\..*::)
|
||||
endif
|
||||
|
||||
ifeq ($(findstring 4,$(MYSQLFLAG_VERSION)), 4)
|
||||
MYSQLFLAG_CONFIG_ARGUMENT = --cflags
|
||||
endif
|
||||
ifeq ($(findstring 5,$(MYSQLFLAG_VERSION)), 5)
|
||||
MYSQLFLAG_CONFIG_ARGUMENT = --include
|
||||
endif
|
||||
ifndef MYSQLFLAG_CONFIG_ARGUMENT
|
||||
MYSQLFLAG_CONFIG_ARGUMENT = --cflags
|
||||
endif
|
||||
|
||||
ifeq ($(findstring /,$(MYSQLFLAG_CONFIG)), /)
|
||||
MYSQLFLAG_INCLUDE = $(shell $(MYSQLFLAG_CONFIG) $(MYSQLFLAG_CONFIG_ARGUMENT))
|
||||
else
|
||||
MYSQLFLAG_INCLUDE = -I$(MYSQLFLAG_INCLUDE_DEFAULT)
|
||||
endif
|
||||
|
||||
LIB_S_DEFAULT = -L/usr/local/lib/mysql -lmysqlclient -lz
|
||||
MYSQLFLAG_CONFIG = $(shell which mysql_config)
|
||||
ifeq ($(findstring /,$(MYSQLFLAG_CONFIG)), /)
|
||||
LIB_S = $(shell $(MYSQLFLAG_CONFIG) --libs)
|
||||
else
|
||||
LIB_S = $(LIB_S_DEFAULT)
|
||||
endif
|
||||
|
||||
MYLIB = CC="$(CC)" CFLAGS="$(CFLAGS) $(MYSQLFLAG_INCLUDE)" LIB_S="$(LIB_S) $(GCLIB)"
|
||||
|
||||
endif
|
||||
|
||||
MKDEF = CC="$(CC)" CFLAGS="$(CFLAGS)" LIB_S="$(GCLIB)"
|
||||
|
||||
all: conf txt
|
||||
|
||||
conf:
|
||||
cp -r conf-tmpl conf
|
||||
rm -rf conf/.svn conf/*/.svn
|
||||
cp -r save-tmpl save
|
||||
rm -rf save/.svn
|
||||
|
||||
txt : src/common/GNUmakefile src/login/GNUmakefile src/char/GNUmakefile src/map/GNUmakefile src/ladmin/GNUmakefile conf
|
||||
cd src ; cd common ; $(MAKE) $(MKDEF) $@ ; cd ..
|
||||
cd src ; cd login ; $(MAKE) $(MKDEF) $@ ; cd ..
|
||||
cd src ; cd char ; $(MAKE) $(MKDEF) $@ ; cd ..
|
||||
cd src ; cd map ; $(MAKE) $(MKDEF) $@ ; cd ..
|
||||
cd src ; cd ladmin ; $(MAKE) $(MKDEF) $@ ; cd ..
|
||||
|
||||
|
||||
ifdef SQLFLAG
|
||||
sql: src/common/GNUmakefile src/login_sql/GNUmakefile src/char_sql/GNUmakefile src/map/GNUmakefile src/txt-converter/login/GNUmakefile src/txt-converter/char/GNUmakefile conf
|
||||
cd src ; cd common ; $(MAKE) $(MKDEF) $@ ; cd ..
|
||||
cd src ; cd login_sql ; $(MAKE) $(MYLIB) $@ ; cd ..
|
||||
cd src ; cd char_sql ; $(MAKE) $(MYLIB) $@ ; cd ..
|
||||
cd src ; cd map ; $(MAKE) $(MYLIB) $@ ; cd ..
|
||||
cd src ; cd txt-converter ; cd login ; $(MAKE) $(MYLIB) ; cd ..
|
||||
cd src ; cd txt-converter ; cd char ; $(MAKE) $(MYLIB) ; cd ..
|
||||
else
|
||||
sql:
|
||||
$(MAKE) CC="$(CC)" OPT="$(OPT)" SQLFLAG=1 $@
|
||||
endif
|
||||
|
||||
|
||||
tools:
|
||||
cd src ; cd tool && $(MAKE) $(MKDEF) && cd ..
|
||||
|
||||
webserver:
|
||||
cd src ; cd webserver && $(MAKE) $(MKDEF) && cd ..
|
||||
|
||||
|
||||
clean: src/common/GNUmakefile src/login/GNUmakefile src/char/GNUmakefile src/map/GNUmakefile src/ladmin/GNUmakefile src/txt-converter/login/GNUmakefile src/txt-converter/char/GNUmakefile
|
||||
cd src ; cd common ; $(MAKE) $(MKDEF) $@ ; cd ..
|
||||
cd src ; cd login ; $(MAKE) $(MKDEF) $@ ; cd ..
|
||||
cd src ; cd login_sql ; $(MAKE) $(MKLIB) $@ ; cd ..
|
||||
cd src ; cd char ; $(MAKE) $(MKDEF) $@ ; cd ..
|
||||
cd src ; cd char_sql ; $(MAKE) $(MKLIB) $@ ; cd ..
|
||||
cd src ; cd map ; $(MAKE) $(MKLIB) $@ ; cd ..
|
||||
cd src ; cd ladmin ; $(MAKE) $(MKDEF) $@ ; cd ..
|
||||
cd src ; cd txt-converter ; cd login ; $(MAKE) $(MKLIB) $@ ; cd ..
|
||||
cd src ; cd txt-converter ; cd char ; $(MAKE) $(MKLIB) $@ ; cd ..
|
||||
|
||||
src/common/GNUmakefile: src/common/Makefile
|
||||
sed -e 's/$$>/$$^/' src/common/Makefile > src/common/GNUmakefile
|
||||
src/login/GNUmakefile: src/login/Makefile
|
||||
sed -e 's/$$>/$$^/' src/login/Makefile > src/login/GNUmakefile
|
||||
src/login_sql/GNUmakefile: src/login_sql/Makefile
|
||||
sed -e 's/$$>/$$^/' src/login_sql/Makefile > src/login_sql/GNUmakefile
|
||||
src/char/GNUmakefile: src/char/Makefile
|
||||
sed -e 's/$$>/$$^/' src/char/Makefile > src/char/GNUmakefile
|
||||
src/char_sql/GNUmakefile: src/char_sql/Makefile
|
||||
sed -e 's/$$>/$$^/' src/char_sql/Makefile > src/char_sql/GNUmakefile
|
||||
src/map/GNUmakefile: src/map/Makefile
|
||||
sed -e 's/$$>/$$^/' src/map/Makefile > src/map/GNUmakefile
|
||||
src/ladmin/GNUmakefile: src/ladmin/Makefile
|
||||
sed -e 's/$$>/$$^/' src/ladmin/Makefile > src/ladmin/GNUmakefile
|
||||
src/txt-converter/login/GNUmakefile: src/txt-converter/login/Makefile
|
||||
sed -e 's/$$>/$$^/' src/txt-converter/login/Makefile > src/txt-converter/login/GNUmakefile
|
||||
src/txt-converter/char/GNUmakefile: src/txt-converter/char/Makefile
|
||||
sed -e 's/$$>/$$^/' src/txt-converter/char/Makefile > src/txt-converter/char/GNUmakefile
|
32
README.win32
32
README.win32
@ -1,32 +0,0 @@
|
||||
Building eAthena under win32
|
||||
|
||||
There are currently two ways to build eAthena. The first and oldest way is by using cygwin (www.cygwin.org). This was the only way until the svn 1370 timeframe. The second way is by using Visual Studio .NET 2003.
|
||||
|
||||
Building using cygwin:
|
||||
|
||||
1) delete every copy of cygwin1.dll on your system
|
||||
2) Go to www.cygwin.com and run the setup.exe.
|
||||
3) install gcc, make, bash, g++, and gdb. Basically install
|
||||
all developer tools if possible. If later you find you are
|
||||
missing something, re-run the setup and install that
|
||||
4) make sure the ../bin of wherever you installed cygwin to is in your
|
||||
path. ie, if you put cygwin in C:/cygwin then add c:/cygwin/bin
|
||||
to your path
|
||||
5) return to this directory and type "make txt"
|
||||
|
||||
Building using Visual Studio .NET 2003
|
||||
|
||||
1) Make sure you have the platform SDK installed when you install
|
||||
this. If you don't have it, you can go to microsoft and download a
|
||||
copy.
|
||||
2) open the eAthena.sln file
|
||||
3) Build the components you wish..
|
||||
|
||||
if you wish mysql support (http://dev.mysql.com/), grab a windows
|
||||
install of mysql
|
||||
|
||||
http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-4.1.10a-win32.zip/from/pick#mirrors
|
||||
|
||||
and install it into the default location on the C drive. This will
|
||||
best match how I set up the solutions/project files
|
||||
|
21260
Readme-jap
21260
Readme-jap
File diff suppressed because it is too large
Load Diff
30
Readme2.txt
30
Readme2.txt
@ -1,30 +0,0 @@
|
||||
______ __ __
|
||||
/\ _ \/\ \__/\ \
|
||||
__\ \ \L\ \ \ ,_\ \ \___ __ ___ __
|
||||
/'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\
|
||||
/\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_
|
||||
\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
|
||||
\/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
|
||||
_ _ _ _ _ _ _ _ _ _ _ _ _
|
||||
/ \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
|
||||
( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
|
||||
\_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
|
||||
|
||||
|
||||
--------------------------------------------------------------
|
||||
eAthena VERSION
|
||||
--------------------------------------------------------------
|
||||
Version 1.0.0 DEV-SVN
|
||||
--------------------------------------------------------------
|
||||
|
||||
Please read new HTML readme at:
|
||||
./readme.html
|
||||
|
||||
--------------------------------------------------------------
|
||||
--------------------------------------------------------------
|
||||
License:
|
||||
--------------------------------------------------------------
|
||||
eAthena is licensed under the GPL. Please refer to LICENSE in
|
||||
your Athena folder for the full GPL License statement.
|
||||
--------------------------------------------------------------
|
||||
--------------------------------------------------------------
|
15
SVN-SUPPORT
15
SVN-SUPPORT
@ -1,15 +0,0 @@
|
||||
|
||||
If you are reading this, you are one of the lucky fools to be actually
|
||||
using the active development tree of the eAthena team. This is the
|
||||
only version that most of the eA dev team will activly support.
|
||||
|
||||
svn can be retrieved via:
|
||||
|
||||
http://subversion.tigris.org/files/documents/15/20015/svn-1.1.3-setup.exe
|
||||
|
||||
once downloaded and placed in your path, you can just do:
|
||||
|
||||
C> svn co http://svn2.stormbirds.org:8080/svn/ea/branches/stable
|
||||
|
||||
this will check out a copy of our active stable development tree which
|
||||
you can then build. Build? figure it out...
|
84
athena-start
84
athena-start
@ -1,84 +0,0 @@
|
||||
#!/bin/sh
|
||||
# athena starting script by rowla
|
||||
|
||||
PATH=./:$PATH
|
||||
|
||||
L_SRV=login-server
|
||||
C_SRV=char-server
|
||||
M_SRV=map-server
|
||||
L_SRV_C=./conf/login_athena.conf
|
||||
C_SRV_C=./conf/char_athena.conf
|
||||
C_SRV_C2=./conf/inter_athena.conf
|
||||
M_SRV_C=./conf/map_athena.conf
|
||||
M_SRV_C2=./conf/battle_athena.conf
|
||||
M_SRV_C3=./conf/atcommand_athena.conf
|
||||
M_SRV_C4=./conf/script_athena.conf
|
||||
M_SRV_C5=./conf/msg_athena.conf
|
||||
M_SRV_C6=./conf/grf-files.txt
|
||||
|
||||
print_start() {
|
||||
# more << EOF
|
||||
echo "Athena Starting..."
|
||||
echo " (c) 2003 Athena Project."
|
||||
echo " URL:http://project-yare.de/"
|
||||
echo ""
|
||||
echo "Debug informations will appear,"
|
||||
echo "since this is a test release."
|
||||
echo ""
|
||||
echo "checking..."
|
||||
#EOF
|
||||
}
|
||||
|
||||
check_account() {
|
||||
if [ ! -f ./save/account.txt ]; then
|
||||
echo "0 s1 p1 - S 0" > save/account.txt
|
||||
echo "1 s2 p2 - S 0" >>save/account.txt
|
||||
echo "2 s3 p3 - S 0" >>save/account.txt
|
||||
echo "3 s4 p4 - S 0" >>save/account.txt
|
||||
echo "4 s5 p5 - S 0" >>save/account.txt
|
||||
fi
|
||||
}
|
||||
|
||||
check_files() {
|
||||
|
||||
for i in ${L_SRV} ${C_SRV} ${M_SRV} ${L_SRV_C} ${C_SRV_C} ${C_SRV_C2} ${M_SRV_C} ${M_SRV_C2} ${M_SRV_C3} ${M_SRV_C4} ${M_SRV_C5} ${M_SRV_C6}
|
||||
do
|
||||
if [ ! -f ./$i ]; then
|
||||
echo "$i does not exist, or can't run."
|
||||
echo "Stoped, Check your compile or configuration file."
|
||||
exit 1;
|
||||
fi
|
||||
done
|
||||
|
||||
# more << EOF
|
||||
echo "Check done."
|
||||
echo "Looks good, have a nice athena!"
|
||||
#EOF
|
||||
}
|
||||
|
||||
|
||||
case $1 in
|
||||
'start')
|
||||
print_start
|
||||
check_account
|
||||
check_files
|
||||
|
||||
exec ./${L_SRV} ${L_SRV_C}&
|
||||
# exec ./${C_SRV} ${C_SRV_C} ${C_SRV_C2} > /dev/null&
|
||||
# exec ./${M_SRV} ${M_SRV_C} ${M_SRV_C2} > /dev/null&
|
||||
exec ./${C_SRV} ${C_SRV_C} ${C_SRV_C2}&
|
||||
exec ./${M_SRV} ${M_SRV_C} ${M_SRV_C2} ${M_SRV_C3} ${M_SRV_C4} ${M_SRV_C5} ${M_SRV_C6}&
|
||||
|
||||
echo "Now Started Athena."
|
||||
;;
|
||||
'stop')
|
||||
ps ax | grep -E "${L_SRV}|${C_SRV}|${M_SRV}" | awk '{print $1}' | xargs kill -9
|
||||
;;
|
||||
'restart')
|
||||
$0 stop
|
||||
$0 start
|
||||
;;
|
||||
*)
|
||||
echo "Usage: athena-start { start | stop | restart }"
|
||||
;;
|
||||
esac
|
@ -1,16 +0,0 @@
|
||||
#/bin/sh
|
||||
#Hi my naem is Kirt and I liek anime
|
||||
|
||||
ulimit -Sc unlimited
|
||||
|
||||
while [ 3 ] ; do
|
||||
if [ -f .stopserver3 ] ; then
|
||||
echo server marked down >> servlog.txt
|
||||
else
|
||||
echo restarting server at time at `date +"%m-%d-%H:%M-%S"`>> startlog.txt
|
||||
./char-server
|
||||
fi
|
||||
|
||||
sleep 5
|
||||
|
||||
done
|
@ -1,9 +0,0 @@
|
||||
@echo off
|
||||
rem Writen by Jbain
|
||||
:end
|
||||
char-server_sql.exe
|
||||
echo .
|
||||
echo .
|
||||
echo Char server crashed! restarting in 15 seconds! press ctl+C to cancel restart!
|
||||
PING -n 15 127.0.0.1 >nul
|
||||
goto end
|
@ -1,4 +0,0 @@
|
||||
@echo off
|
||||
:charserv
|
||||
start /min /wait char-server.exe conf\char_athena.conf
|
||||
goto charserv
|
@ -1,12 +0,0 @@
|
||||
// eAthena's GM Accounts File
|
||||
// Edited by MC Cameri to enable account id ranges
|
||||
// Changing this file while login server is running
|
||||
// Usage #1(Standard): <account id> <level>
|
||||
// Usage #2(Range): <beginning of range[-:~]end of range> <level>
|
||||
// Examples:
|
||||
// 2000002 99
|
||||
// 2000003-2000005 99
|
||||
// 2000003~2000005 99
|
||||
// 704585 30
|
||||
|
||||
704554-704584 99
|
@ -1,688 +0,0 @@
|
||||
// Athena atcommand Configuration file.
|
||||
// Translated by Peter Kieser <pfak@telus.net>
|
||||
|
||||
// Set here the symbol that you want to use for your commands
|
||||
// Only 1 character is get (default is character_savecharacter_save'@'). You can set any character,
|
||||
// except control-character (0x00-0x1f), '%' (party chat speaking) and '/' (standard ragnarok GM commands)
|
||||
// With default character, all commands begin by a '@': <example> @revive
|
||||
command_symbol: @
|
||||
|
||||
|
||||
// Sets the level of the users that can use the GM commands.
|
||||
// <command name>: level
|
||||
// When battle_athena.conf has atcommand_gm_only set to no,
|
||||
// normal players (gm level 0) can use GM commands if you set 0 to the command level.
|
||||
// Max GM level is 99. If you want forbid a command to all people, set it with level 100.
|
||||
|
||||
// Default values are set to define different GM levels like follow:
|
||||
// 0: normal player
|
||||
// -> no special advantage (only @time to know time and if at_command_gm_only is disabled)
|
||||
// 1: Super player
|
||||
// -> some (very) little advantages: storage, petrename, etc...
|
||||
// 10: Super player+
|
||||
// -> same of Super player with !go (very super player)
|
||||
// 20: Mediator
|
||||
// -> it's a GM that only need to know people, and move to their to speak with them (they can access to any command about wisps)
|
||||
// 40: Sub-GM
|
||||
// -> This GM can help a GM, and can not create item or zeny or modify a character (can have some information commands)
|
||||
// 50: Sub-GM+
|
||||
// -> This GM can change some non-important things on a character
|
||||
// 60: GM
|
||||
// -> can do almost anything (excep administration, and mass commands)
|
||||
// GM is the first level where we can modify a character with important value, create items or create zenys
|
||||
// 80: GM Chief
|
||||
// -> can do anything, except administration commands
|
||||
// 99: Administrator
|
||||
// -> can do anything!
|
||||
// 100: Disabled
|
||||
// -> Commands that aren't used
|
||||
|
||||
|
||||
//--------------------------
|
||||
// 0: normal player commands
|
||||
|
||||
// Give server time. (6 same commands)
|
||||
uptime: 0
|
||||
time: 0
|
||||
date: 0
|
||||
server_date: 0
|
||||
serverdate: 0
|
||||
server_time: 0
|
||||
servertime: 0
|
||||
|
||||
// Show Monster info (rates, stats, drops, MVP stuff)
|
||||
mobinfo: 0
|
||||
monsterinfo: 0
|
||||
mi: 0
|
||||
|
||||
// Display your ignore list (people from which you ignore wisps)
|
||||
ignorelist: 0
|
||||
|
||||
// To change your (own) email (characters protection)
|
||||
// note: this command doesn't check email itself, but check structure of the email (xxx@xxx)
|
||||
// if you want be sure of each e-mail disable this option (value: 100)
|
||||
email: 0
|
||||
|
||||
//-------------------------
|
||||
// 1: Super player commands
|
||||
|
||||
// Suicide your character.
|
||||
die: 1
|
||||
|
||||
// Enables you to rename your pet.
|
||||
petrename: 1
|
||||
|
||||
party: 1
|
||||
|
||||
// Brings up your personal storage wherever you are.
|
||||
storage: 1
|
||||
|
||||
// Locate someone on a map, returns your coordinates if the person isn't on.
|
||||
where: 1
|
||||
|
||||
|
||||
//---------------------------
|
||||
// 10: Super player+ commands
|
||||
|
||||
// Spawns you to set points in major cities.
|
||||
go: 10
|
||||
autoloot: 10
|
||||
|
||||
|
||||
//----------------------
|
||||
// 20: Mediator commands
|
||||
|
||||
// Displays helpfile in Athena base directory (2 same commands).
|
||||
help: 20
|
||||
h: 20
|
||||
|
||||
// Warp yourself to a person (3 same commands + /shift).
|
||||
jumpto: 20
|
||||
goto: 20
|
||||
warpto: 20
|
||||
|
||||
// Warp yourself to a person by PID (similar to above, cept you us the PID)
|
||||
jumptoid: 20
|
||||
jumptoid2: 20
|
||||
gotoid: 20
|
||||
gotoid2: 20
|
||||
warptoid: 20
|
||||
warptoid2: 20
|
||||
|
||||
// follow a player (including warping to them)
|
||||
follow: 20
|
||||
|
||||
// Disconnects a user from the server (1 command + right click menu for GM "(name) force to quit").
|
||||
kick: 20
|
||||
|
||||
// Disconnects a user from the server using their PID.
|
||||
kickid: 20
|
||||
kickid2: 20
|
||||
|
||||
// Changes your apperance.
|
||||
model: 20
|
||||
|
||||
// To get a peco to (un)ride
|
||||
mountpeco: 20
|
||||
|
||||
// Returns list of logged in characters with their position (2 same commands).
|
||||
who: 20
|
||||
whois: 20
|
||||
|
||||
// Returns list of logged in characters with their job.
|
||||
who2: 20
|
||||
|
||||
// Returns list of logged in characters with their party/guild.
|
||||
who3: 20
|
||||
|
||||
// Returns list of logged in characters with their position in a specifical map.
|
||||
whomap: 20
|
||||
|
||||
// Returns list of logged in characters with their job in a specifical map.
|
||||
whomap2: 20
|
||||
|
||||
// Returns list of logged in characters with their party/guild in a specifical map.
|
||||
whomap3: 20
|
||||
|
||||
// Like @who+@who2+who3, but only for GM.
|
||||
whogm: 20
|
||||
|
||||
// Change your appearence to other players to a mob.
|
||||
disguise: 20
|
||||
|
||||
//Restore your normal appearance.
|
||||
undisguise: 20
|
||||
|
||||
// Display ignore list of a player (people from which the player ignore wisps)
|
||||
charignorelist: 20
|
||||
|
||||
// Enable all wispers for a player
|
||||
inall: 20
|
||||
|
||||
// Disable all wispers for a player
|
||||
exall: 20
|
||||
|
||||
|
||||
//--------------------
|
||||
// 40: Sub-GM commands
|
||||
|
||||
// Broadcast to the whole server. Using (1 command + /nb, /b).
|
||||
broadcast: 40
|
||||
|
||||
// Broadcast to the map you are on (1 command + /lb, /nlb).
|
||||
localbroadcast: 40
|
||||
|
||||
// Broadcast (with or without name).
|
||||
kami: 40
|
||||
kamib: 40
|
||||
|
||||
// Enables you to go to a certain map, at (x,y) coordinates. (@mapmove + /mm or /mapmove)
|
||||
mapmove: 40
|
||||
|
||||
// Enables GVG on a map (2 same commands).
|
||||
gvgon: 40
|
||||
gpvpon: 40
|
||||
|
||||
// Turns GVG (Guild v. Guild) off on a map (2 same commands).
|
||||
gvgoff: 40
|
||||
gpvpoff: 40
|
||||
|
||||
// Heals a person to full HP/SP.
|
||||
heal: 40
|
||||
|
||||
// GM Hide (enables you to be invisible to characters, and most monsters) (1 command + /hide).
|
||||
hide: 40
|
||||
|
||||
// Changes your job to one you specify (2 same commands).
|
||||
job: 40
|
||||
jobchange: 40
|
||||
|
||||
// Enables you to to jump randomly on a map (that you are already on).
|
||||
jump: 40
|
||||
|
||||
// Warps you to your last save point (2 same commands).
|
||||
return: 40
|
||||
load: 40
|
||||
|
||||
// Enables lost skills.
|
||||
lostskill: 40
|
||||
|
||||
// Saves a warp point.
|
||||
memo: 40
|
||||
|
||||
// Set your character display options. (Visual effects of your character)
|
||||
option: 40
|
||||
|
||||
//Makes an egg
|
||||
makeegg: 40
|
||||
|
||||
//Hatches an egg
|
||||
hatch: 40
|
||||
|
||||
// Sets the level of intemecy of your pet.
|
||||
petfriendly: 40
|
||||
|
||||
// Sets hunger level of your pet.
|
||||
pethungry: 40
|
||||
|
||||
// Turns PVP (Person v. Person) off on a map.
|
||||
pvpoff: 40
|
||||
|
||||
// Enables PVP on a map.
|
||||
pvpon: 40
|
||||
|
||||
// Enables platinum skills.
|
||||
questskill: 40
|
||||
|
||||
// Sets the speed you can walk/attack at. Default is 150.
|
||||
speed: 40
|
||||
|
||||
// Enables spirit sphere balls.
|
||||
spiritball: 40
|
||||
|
||||
// Warp yourself to a certain map, at (x,y) coordinates (2 same commands).
|
||||
rura: 40
|
||||
warp: 40
|
||||
|
||||
// Changes GM clothes color (2 same commands)
|
||||
dye: 40
|
||||
ccolor: 40
|
||||
|
||||
// Changes GM hair style (2 same commands)
|
||||
hairstyle: 40
|
||||
hstyle: 40
|
||||
|
||||
// Changes GM hair color (2 same commands)
|
||||
haircolor: 40
|
||||
hcolor: 40
|
||||
|
||||
// Deletes all your items.
|
||||
itemreset: 40
|
||||
|
||||
// Kill all monsters in map (without drops)
|
||||
killmonster2: 40
|
||||
|
||||
// Sets your spawn point (aka save point).
|
||||
save: 40
|
||||
|
||||
// Do some visual effect on your character
|
||||
effect: 40
|
||||
|
||||
// Display all items of a player's cart
|
||||
charcartlist: 40
|
||||
|
||||
// drop all your items
|
||||
dropall: 40
|
||||
|
||||
// store all your items
|
||||
storeall: 40
|
||||
|
||||
// allow other players to hit you out of pvp
|
||||
killable: 40
|
||||
|
||||
// look up a skill by name
|
||||
skillid: 40
|
||||
|
||||
// use a skill by id
|
||||
useskill: 40
|
||||
|
||||
// What skills are required to get this skill
|
||||
skilltree: 40
|
||||
|
||||
// Marriage skills
|
||||
marry: 40
|
||||
divorce: 40
|
||||
rings: 40
|
||||
|
||||
// make another player killable
|
||||
charkillable: 40
|
||||
|
||||
// Same as above, cept uses PID.
|
||||
charkillableid: 40
|
||||
charkillableid2: 40
|
||||
|
||||
// Play a Sound!
|
||||
sound: 40
|
||||
|
||||
//---------------------
|
||||
// 50: Sub-GM+ commands
|
||||
|
||||
// Changes character's model
|
||||
charmodel: 50
|
||||
|
||||
guild: 50
|
||||
|
||||
// Brings up your guild storage wherever you are.
|
||||
gstorage: 50
|
||||
|
||||
// Spawns a monster, and a certain amount (3 same commands + /monster).
|
||||
spawn: 50
|
||||
monster: 50
|
||||
summon: 50
|
||||
|
||||
// Spawns a monster with parameters not in same order of @spawn.
|
||||
monster2: 50
|
||||
|
||||
// To get a peco to (un)ride for another player.
|
||||
charmountpeco: 50
|
||||
|
||||
// ??
|
||||
monstersmall: 50
|
||||
|
||||
// ??
|
||||
monsterbig: 50
|
||||
|
||||
//----------------
|
||||
// 60: GM commands
|
||||
|
||||
// Starts Guild Wars
|
||||
agitstart: 60
|
||||
|
||||
// Ends Guild Wars
|
||||
agitend: 60
|
||||
|
||||
// Resurects yourself.
|
||||
alive: 60
|
||||
|
||||
// Levels your character to specified level (adds to your level) (3 same commands).
|
||||
lvup: 60
|
||||
baselvlup: 60
|
||||
blevel: 60
|
||||
|
||||
// Raises your job level (3 same commands).
|
||||
joblvup: 60
|
||||
joblvlup: 60
|
||||
jlevel: 60
|
||||
|
||||
// Sets another persons base level.
|
||||
charbaselvl: 60
|
||||
|
||||
// Changes the sex of an online player (all characters on the account)
|
||||
charchangesex: 60
|
||||
changesex: 60
|
||||
|
||||
// Remove items from a character
|
||||
chardelitem: 60
|
||||
|
||||
// Sets another persons job level.
|
||||
charjlvl: 60
|
||||
|
||||
|
||||
// Gives another character status points
|
||||
charstpoint: 60
|
||||
|
||||
// Gives another character skill points
|
||||
charskpoint: 60
|
||||
|
||||
// Resets another character's stats
|
||||
charreset: 60
|
||||
|
||||
// Resets another character's status, skills
|
||||
charstreset: 60
|
||||
charskreset: 60
|
||||
|
||||
// Saves the respawn point of another character.
|
||||
charsave: 60
|
||||
|
||||
// Levels your guild to specified level (2 same commands).
|
||||
guildlvup: 60
|
||||
guildlvlup: 60
|
||||
|
||||
idsearch: 60
|
||||
|
||||
// Creates an item of your choosing, either Item ID or Name (1 command + /item).
|
||||
item: 60
|
||||
|
||||
// Creates a complet item (card, etc...) of your choosing, either Item ID or Name.
|
||||
item2: 60
|
||||
|
||||
// ??
|
||||
itemcheck: 60
|
||||
|
||||
// Kill another character without hitting them.
|
||||
kill: 60
|
||||
|
||||
// Same as above, cept uses PID.
|
||||
killid: 60
|
||||
killid2: 60
|
||||
|
||||
// Kill all monsters in map (with drops)
|
||||
killmonster: 60
|
||||
|
||||
// Creates yourself a pet egg, have to use Pet ID.
|
||||
makeegg: 60
|
||||
|
||||
// Instantly kills player whose name is entered and deals insane damage to everything around.
|
||||
// Disabled for now
|
||||
//nuke: 60
|
||||
|
||||
// Enable hitting a player even when not in pvp
|
||||
killer: 60
|
||||
|
||||
// Creates weapon of desired element.
|
||||
produce: 60
|
||||
|
||||
// Warps a character to you (1 command + /recall).
|
||||
recall: 60
|
||||
|
||||
// Warps a character to you using their PID.
|
||||
recallid: 60
|
||||
recallid2: 60
|
||||
|
||||
// Refines all weapons in your items list.
|
||||
refine: 60
|
||||
|
||||
// Will repair all broken items in inventory.
|
||||
repairall: 60
|
||||
|
||||
// Revives a character, and heals them.
|
||||
revive: 60
|
||||
|
||||
// Same as above, cept uses PID.
|
||||
reviveid: 60
|
||||
reviveid2: 60
|
||||
|
||||
// Warp another person to a certain map, at (x,y) coordinates (2 same commands).
|
||||
rura+: 60
|
||||
charwarp: 60
|
||||
|
||||
// Change Status of your character
|
||||
str: 60
|
||||
agi: 60
|
||||
vit: 60
|
||||
int: 60
|
||||
dex: 60
|
||||
luk: 60
|
||||
|
||||
// Gets all skills (4 same commands)
|
||||
allskill: 60
|
||||
allskills: 60
|
||||
skillall: 60
|
||||
skillsall: 60
|
||||
|
||||
// sets GM stats to maximum (4 same commands)
|
||||
statall: 60
|
||||
statsall: 60
|
||||
allstats: 60
|
||||
allstat: 60
|
||||
|
||||
// Gives you job points.
|
||||
stpoint: 60
|
||||
|
||||
// Gives you skill points of desired amount.
|
||||
skpoint: 60
|
||||
|
||||
// Warps all online character of a guild to you. (at least one member of that guild must be on.)
|
||||
guildrecall: 60
|
||||
|
||||
// Warps all online character of a party to you. (at least one party member must be online.)
|
||||
partyrecall: 60
|
||||
|
||||
// Allows you to spy on any Guilds Guild chat. (at least one member of that guild must be on.)
|
||||
guildspy: 60
|
||||
|
||||
//Allows you to spy on any party's party chat. (at least one party member must be online.)
|
||||
partyspy: 60
|
||||
|
||||
// Gives you money (zeny) of desired amount.
|
||||
zeny: 60
|
||||
|
||||
// To block definitively a player (only administrator can unblock the account) (2 same commands)
|
||||
block: 60
|
||||
charblock: 60
|
||||
|
||||
// To unblock a player (2 same commands)
|
||||
unblock: 60
|
||||
charunblock: 60
|
||||
|
||||
// To ban a player for a limited time (only administrator can unban the account) (4 same commands)
|
||||
ban: 60
|
||||
banish: 60
|
||||
charban: 60
|
||||
charbanish: 60
|
||||
|
||||
// To unban a player (4 same commands)
|
||||
unban: 60
|
||||
unbanish: 60
|
||||
charunban: 60
|
||||
charunbanish: 60
|
||||
|
||||
// To send specified character in jails
|
||||
jail: 60
|
||||
|
||||
// To discharge a prisoner (2 same commands)
|
||||
unjail: 60
|
||||
discharge: 60
|
||||
|
||||
// To change disguise of another player/GM
|
||||
chardisguise: 60
|
||||
charundisguise: 60
|
||||
|
||||
// Enables platinum skills of another player.
|
||||
charquestskill: 60
|
||||
|
||||
// Enables lost skills of another player.
|
||||
charlostskill: 60
|
||||
|
||||
// turn on and off skills on a map
|
||||
skillon: 60
|
||||
skilloff: 60
|
||||
|
||||
// Create a static warp portal that lasts until the next reboot
|
||||
addwarp: 60
|
||||
|
||||
// drop a players possessions on the gruond
|
||||
chardropall: 60
|
||||
|
||||
// put a players possessions in storage
|
||||
charstoreall: 60
|
||||
|
||||
//----------------------
|
||||
// 80: GM Chief commands
|
||||
|
||||
// Set the map you are on to day.
|
||||
day: 80
|
||||
|
||||
// Kills everyone on the server.
|
||||
doom: 80
|
||||
|
||||
// Kills everyone on the map you are on.
|
||||
doommap: 80
|
||||
|
||||
// Set the map you are currently on to night.
|
||||
night: 80
|
||||
|
||||
// Recalls Everyone To Your Coordinates
|
||||
recallall: 80
|
||||
|
||||
// Revives all players on the map.
|
||||
raisemap: 80
|
||||
|
||||
// Revives all players on the server.
|
||||
raise: 80
|
||||
|
||||
// Enables a NPC.
|
||||
enablenpc: 80
|
||||
|
||||
// Disables a NPC.
|
||||
disablenpc: 80
|
||||
|
||||
// Hides a NPC.
|
||||
hidenpc: 80
|
||||
|
||||
// Move a NPC
|
||||
npcmove: 80
|
||||
|
||||
// turn skills on for a map
|
||||
skillon: 80
|
||||
|
||||
// turn skills off for a map
|
||||
skilloff: 80
|
||||
|
||||
// Unmute a player
|
||||
unmute: 60
|
||||
|
||||
//---------------------------
|
||||
// 99: Administrator commands
|
||||
|
||||
// Disconnect all users from the server
|
||||
kickall: 99
|
||||
|
||||
// Closes Map-Server
|
||||
mapexit: 99
|
||||
|
||||
// Give information about terrain/area (debug function)
|
||||
gat: 99
|
||||
|
||||
// Enables debugging
|
||||
packet: 99
|
||||
|
||||
// Shows information about the map
|
||||
mapinfo: 99
|
||||
|
||||
// Re-load item database (admin command)
|
||||
reloaditemdb: 99
|
||||
|
||||
// Re-load monsters database (admin command)
|
||||
reloadmobdb: 99
|
||||
|
||||
// Re-load skills database (admin command)
|
||||
reloadskilldb: 99
|
||||
|
||||
// Re-load scripts (admin command)
|
||||
reloadscript: 99
|
||||
|
||||
// Re-load GM level (admin command)
|
||||
reloadgmdb: 99
|
||||
|
||||
// change a battle_config flag without rebooting server
|
||||
setbattleflag: 99
|
||||
|
||||
// Refresh only status of players - SQL Only
|
||||
refreshonline: 99
|
||||
|
||||
// Re-load gm command config (admin command)
|
||||
reloadatcommand: 99
|
||||
|
||||
// Re-load battle config (admin command)
|
||||
reloadbattleconf: 99
|
||||
|
||||
// Re-load status database (admin command)
|
||||
reloadstatusdb: 99
|
||||
|
||||
// Re-load player info database (admin command)
|
||||
reloadpcdb: 99
|
||||
|
||||
// [Un]Disguise All Players
|
||||
disguiseall: 99
|
||||
undisguiseall: 99
|
||||
|
||||
//---------------------------------------------------------------
|
||||
// 99: Weather effects
|
||||
|
||||
rain: 99
|
||||
|
||||
snow: 99
|
||||
|
||||
fog: 99
|
||||
|
||||
sakura: 99
|
||||
|
||||
leaves:99
|
||||
|
||||
// Stop all weather effects
|
||||
clearweather: 99
|
||||
|
||||
//---------------------------------------------------------------
|
||||
// 0: Mail System - SQL Only commands - Must be enabled
|
||||
|
||||
// Check # of messages.
|
||||
checkmail: 1
|
||||
|
||||
// List all messages.
|
||||
listmail: 1
|
||||
|
||||
// List only new mail.
|
||||
listnewmail: 1
|
||||
|
||||
// Read a message.
|
||||
readmail: 1
|
||||
|
||||
// Send mail.
|
||||
sendmail: 1
|
||||
|
||||
// Send priority mail (tagged with Priority and cannot be deleted until read)
|
||||
sendprioritymail: 80
|
||||
|
||||
// Delete a message.
|
||||
deletemail: 0
|
||||
|
||||
//---------------------------------------------------------------
|
||||
// 100: Disabled commands
|
||||
gm: 100
|
||||
|
||||
|
||||
//---------------------
|
||||
// OTHER: not a command
|
||||
|
||||
import: conf/import/atcommand_conf.txt
|
@ -1,830 +0,0 @@
|
||||
// ______ __ __
|
||||
// /\ _ \/\ \__/\ \
|
||||
// __\ \ \L\ \ \ ,_\ \ \___ __ ___ __
|
||||
// /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\
|
||||
///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_
|
||||
//\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
|
||||
// \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
|
||||
// _ _ _ _ _ _ _ _ _ _ _ _ _
|
||||
// / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
|
||||
//( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
|
||||
// \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
|
||||
//
|
||||
//--------------------------------------------------------------
|
||||
// eAthena Battle Configuration File
|
||||
// Made in to plainer english by Ancyker
|
||||
//--------------------------------------------------------------
|
||||
//Note 1: Directives can be set using on/off, yes/no or 1/0.
|
||||
//Note 2: All rates are in percents, 100 would mean 100%, 200
|
||||
// would mean 200%, etc
|
||||
// Other Information:
|
||||
// 1000 miliseconds is 1 second.
|
||||
//--------------------------------------------------------------
|
||||
|
||||
// Do you want to debug warp points? If set to yes, warp points will appear as flags.(Note 1)
|
||||
warp_point_debug: no
|
||||
|
||||
// When calculating critical, should we take in to account the enimies luck? (Note 1)
|
||||
enemy_critical: yes
|
||||
|
||||
// Enemy's Critical Rate (Note 2)
|
||||
enemy_critical_rate: 100
|
||||
|
||||
// Are enemy attacks effected by their strength? (Note 1)
|
||||
enemy_str: yes
|
||||
|
||||
// Can enemies have perfect flee? (Note 1)
|
||||
enemy_perfect_flee: no
|
||||
|
||||
// The rate of time it takes to cast a spell (Note 2, 0 = No casting time)
|
||||
casting_rate: 100
|
||||
|
||||
// Delay time after casting (Note 2)
|
||||
delay_rate: 100
|
||||
|
||||
// Is the delay time is dependent on the caster's DEX? (Note 1)
|
||||
// Note: On Official servers Dex does NOT affect delay time
|
||||
delay_dependon_dex: no
|
||||
|
||||
// Minimum allowed delay for ANY skills after casting (in miliseconds) (Note 1)
|
||||
// Note: Setting this to anything above 0 can stop speedhacks.
|
||||
min_skill_delay_limit: 100
|
||||
|
||||
// At what dex does the cast time become zero (instacast)
|
||||
castrate_dex_scale: 150
|
||||
|
||||
// Is 'Skills add a delay before you can attack' enabled? (Note 1)
|
||||
skill_delay_attack_enable: yes
|
||||
|
||||
// Whether or not cards and attributes in the left hand are enabled (Note 1)
|
||||
left_cardfix_to_right: yes
|
||||
|
||||
// Increase player's attack range (in cells)
|
||||
player_skill_add_range: 0
|
||||
|
||||
// If the target moves out of range while casting, do we take the items and SP for the skill anyway? (Note 1)
|
||||
skill_out_range_consume: no
|
||||
|
||||
// Increase Monsters attack range
|
||||
monster_skill_add_range: 0
|
||||
|
||||
// If a player is attacked, will they have a delay in being able to move? (Note 1)
|
||||
// (Setting to no will be like always endure)
|
||||
player_damage_delay: yes
|
||||
|
||||
// Damaged delay rate (Note 2)
|
||||
player_damage_delay_rate: 100
|
||||
|
||||
// Is a player's defense NOT dependant on an enemies attack? (Note 1)
|
||||
defunit_not_enemy: yes
|
||||
|
||||
// Are summoned monsters level greater then your base level? (I think this is for dead branches) (Note 1)
|
||||
random_monster_checklv: yes
|
||||
|
||||
// The maximum quantity of monsters that can be summoned per GM command (0 denotes an unlimited quantity)
|
||||
atcommand_spawn_quantity_limit: 100
|
||||
|
||||
// Does HP recover if hit by an attribute that's same as your own? (Note 1)
|
||||
attribute_recover: yes
|
||||
|
||||
// If an item is droped, does it go stright into the users inventory? (Note 1)
|
||||
item_auto_get: no
|
||||
|
||||
// How long does it take for an item to disappear from the floor after it is dropped? (in miliseconds)
|
||||
flooritem_lifetime: 60000
|
||||
|
||||
// How long before the first person who did the most damage to a monster can get the item? (in milliseconds)
|
||||
item_first_get_time: 3000
|
||||
|
||||
// How long before the second person who did the second most damage to a monster can get the item? (in milliseconds)
|
||||
// (It Adds Time From The First Persons Time)
|
||||
// So, It Is Like First Person's Time + Second Person's Time = Time Before Second Person Can Get The Items
|
||||
item_second_get_time: 1000
|
||||
|
||||
// How long before the third person who did the third most/least damage to a monster can get the item? (in milliseconds)
|
||||
// (It Adds Time From The First Persons Time And Second Persons Time)
|
||||
// So, It Is Like First Person's Time + Second Person's Time + Third Person's Time = Time Before Third Person Can Get The Items
|
||||
item_third_get_time: 1000
|
||||
|
||||
// How long before the first person who did the most damage to a MVP can get the item? (in milliseconds)
|
||||
mvp_item_first_get_time: 10000
|
||||
|
||||
// How long before the second person who did the second most damage to a MVP can get the item? (in milliseconds)
|
||||
// (It Adds Time From The First Persons Time)
|
||||
// So, It Is Like First Person's Time + Second Person's Time = Time Before Second Person Can Get The Items
|
||||
mvp_item_second_get_time: 10000
|
||||
|
||||
// How long before the third person who did the third most/least damage to a MVP can get the item
|
||||
//(Note the Amount is in Milliseconds and It Adds Time From The First Persons Time And Second Persons Time)
|
||||
//So It Is Like First Person's Time + Second Person's Time + Third Person's Time = Time Before Third Person Can Get The Items
|
||||
mvp_item_third_get_time: 2000
|
||||
|
||||
// Item drop rates (Note 2)
|
||||
|
||||
// The rate the common items are droped (Items that are in the ETC tab, besides card)
|
||||
item_rate_common: 100
|
||||
item_drop_common_min: 1
|
||||
item_drop_common_max: 10000
|
||||
|
||||
// The rate healing items are droped (items that restore HP or SP)
|
||||
item_rate_heal: 100
|
||||
item_drop_heal_min: 1
|
||||
item_drop_heal_max: 10000
|
||||
|
||||
// The rate at which usable items (in the item tab) other then healing items are droped.
|
||||
item_rate_use: 100
|
||||
item_drop_use_min: 1
|
||||
item_drop_use_max: 10000
|
||||
|
||||
// The rate at which equipment is droped.
|
||||
item_rate_equip: 100
|
||||
item_drop_equip_min: 1
|
||||
item_drop_equip_max: 10000
|
||||
|
||||
// The rate at which cards are droped
|
||||
item_rate_card: 100
|
||||
item_drop_card_min: 1
|
||||
item_drop_card_max: 10000
|
||||
|
||||
item_drop_mvp_min: 1
|
||||
item_drop_mvp_max: 10000
|
||||
|
||||
// Can the monster's drop rate become 0? (Note 1)
|
||||
drop_rate0item: yes
|
||||
|
||||
// Rate at which exp. is given. (Note 2)
|
||||
base_exp_rate: 100
|
||||
|
||||
// Rate at which job exp. is given. (Note 2)
|
||||
job_exp_rate: 100
|
||||
|
||||
// Players' maximum HP rate? (Default is 100)
|
||||
hp_rate: 100
|
||||
|
||||
// Players' maximum SP rate? (Default is 100)
|
||||
sp_rate: 100
|
||||
|
||||
// PVP exp. Do players get exp in PvP maps
|
||||
// (Note: NOT exp from players, but from normal leveling)
|
||||
pvp_exp: yes
|
||||
|
||||
// When a player dies, how should we penalize them?
|
||||
// 0 = No penalty.
|
||||
// 1 = Lose % of current level when killed.
|
||||
// 2 = Lose % of total experience when killed.
|
||||
death_penalty_type: 1
|
||||
|
||||
// Base exp. penalty rate (Each 100 is 1% of their exp)
|
||||
death_penalty_base: 100
|
||||
|
||||
// Job exp. penalty rate (Each 100 is 1% of their exp)
|
||||
death_penalty_job: 100
|
||||
|
||||
// When a player dies, how much zeny should we penalize them with?
|
||||
zeny_penalty: 0
|
||||
|
||||
// The amount of HP a player will respawn with, 0 is default.
|
||||
// (Unit is in percentage of total HP, 100 is full heal of HP, 0 is respawn with 1HP total.)
|
||||
restart_hp_rate: 0
|
||||
|
||||
// The amount of SP a player will respawn with, 0 is default.
|
||||
// (Unit is in percentage of total SP, 100 is full heal of SP, 0 is respawn with 1SP total.)
|
||||
restart_sp_rate: 0
|
||||
|
||||
// [MVP] Summoned monsters HP rate, that is, monsters summoned by an MVP will have this much HP. (Note 2)
|
||||
mvp_hp_rate: 100
|
||||
|
||||
// [MVP] Item drop rate, that is, the overall drop rate for items droped by an MVP. (Note 2)
|
||||
mvp_item_rate: 100
|
||||
|
||||
// [MVP] Exp. rate. (Note 2)
|
||||
mvp_exp_rate: 100
|
||||
|
||||
// The HP rate of normal monsters (that is monsters that are not MVP's) (Note 2)
|
||||
monster_hp_rate: 100
|
||||
|
||||
// The maximum attack speed of a monster
|
||||
monster_max_aspd: 199
|
||||
|
||||
// (@) GM Commands available only to GM's? (Note 1)
|
||||
// set to 'No', Normal players (gm level 0) can use GM commands _IF_ you set the command level to 0.
|
||||
// set to 'Yes', Normal players (gm level 0) can never use a GM command even if you set the command level to 0.
|
||||
atcommand_gm_only: no
|
||||
|
||||
// [GM] Can use all skills? (No or mimimum GM level)
|
||||
gm_all_skill: no
|
||||
|
||||
// [GM] Can use all abracadabra skills? (No minimum GM level)
|
||||
gm_all_skill_add_abra: no
|
||||
|
||||
// [GM] Can equip anything? (No or minimum GM level, can cause client errors.)
|
||||
gm_all_equipment: no
|
||||
|
||||
// [GM] Can use skills without meeting the required conditions (no
|
||||
// blue gems? no problem
|
||||
gm_skill_unconditional: no
|
||||
|
||||
// Can a normal player by-pass the skill tree? (Note 1)
|
||||
player_skillfree: no
|
||||
|
||||
// When set to yes, forces skill points gained from 1st class to be put into 1st class
|
||||
// sklls, and forces novice skill points to be put into the basic skill. (Note 1)
|
||||
player_skillup_limit: no
|
||||
|
||||
// Forging success rate. (Note 2)
|
||||
weapon_produce_rate: 100
|
||||
|
||||
// Prepare Potion success rate. (Note 2)
|
||||
potion_produce_rate: 100
|
||||
|
||||
// Allow monsters to be aggresive and attack first? (Note 1)
|
||||
monster_active_enable: yes
|
||||
|
||||
// If a monster is attacked, will they have a delay in being able to move? (Note 1)
|
||||
monster_damage_delay: yes
|
||||
|
||||
// Monster damage delay rate (Note 1)
|
||||
monster_damage_delay_rate: 100
|
||||
|
||||
// Looting monster actions.
|
||||
// 0 = Monster will consume the item.
|
||||
// 1 = Monster will not consume the item.
|
||||
monster_loot_type: 0
|
||||
|
||||
// Enable monster skills? (Note 1)
|
||||
mob_skill_use: yes
|
||||
|
||||
// Rate of monsters on a map, 200 would be twice as many as normal. (Note 2)
|
||||
mob_count_rate: 100
|
||||
|
||||
// Quest skills can be learned? (Note 1)
|
||||
// Setting this to yes can open an exploit on your server!
|
||||
quest_skill_learn: no
|
||||
|
||||
// When skills are reset, quest skills are reset as well? (Note 1)
|
||||
// Setting this to yes can open an exploit on your server!
|
||||
quest_skill_reset: no
|
||||
|
||||
// You must have basic skills to be able to sit, trade, form a party or create a chatroom? (Note 1)
|
||||
basic_skill_check: yes
|
||||
|
||||
// When making a guild, an Emperium is consumed? (Note 1)
|
||||
guild_emperium_check: yes
|
||||
|
||||
// Maximum tax limit on a guild member.
|
||||
guild_exp_limit: 50
|
||||
|
||||
// Maximum castles one guild can own (0 - unlimited)
|
||||
guild_max_castles: 0
|
||||
|
||||
// When teleporting, or spawning to a map, how long before a monster sees you if you don't move? (time is in milliseconds)
|
||||
// That is, when you go to a map and don't move, how long before the monsters will notice you.
|
||||
// If you attack a monster, it will attack you back regaurdless of this setting. (I think)
|
||||
player_invincible_time: 5000
|
||||
|
||||
// [PET] Rate for catching pets (Note 2)
|
||||
pet_catch_rate: 100
|
||||
|
||||
// [PET] Can you name a pet more then once? (Note 1)
|
||||
pet_rename: no
|
||||
|
||||
// [PET] The rate a pet will get friendly by feeding it. (Note 2)
|
||||
pet_friendly_rate: 100
|
||||
|
||||
// [PET] The rate at which a pet will become hungry. (Note 2)
|
||||
pet_hungry_delay_rate: 100
|
||||
|
||||
// [PET] If your pet is hungry by how much will the friendlyness decrease by. (Default is 5)
|
||||
// Note: The friendlyness is 0-1000 total, at 0 the pet runs away.
|
||||
pet_hungry_friendly_decrease: 5
|
||||
|
||||
// [PET] Does Pet's Attack Damage Based On Str (Note 1)
|
||||
pet_str: yes
|
||||
|
||||
// [PET] Whether or not the pet's will use skills. (Note 1)
|
||||
pet_status_support: yes
|
||||
|
||||
// [PET] Does the pet need its equipment before it does its skill? (Note 1)
|
||||
pet_equip_required: yes
|
||||
|
||||
// [PET] Will all pets attack? (Note 1)
|
||||
// Do NOT use this with pet skills!
|
||||
pet_attack_support: no
|
||||
|
||||
// [PET] When the master receives damage from the monster, whether or not the pet attacks back.
|
||||
pet_damage_support: no
|
||||
|
||||
// [PET] Rate at which a pet will support it's owner in battle. (Note 2)
|
||||
pet_support_rate: 100
|
||||
|
||||
// [PET] Does the pets owner receive exp from the pets damage?
|
||||
pet_attack_exp_to_master: no
|
||||
|
||||
// [PET] The rate exp. is gained from the pet attacking monsters
|
||||
pet_attack_exp_rate: 100
|
||||
|
||||
// Will there be a minimum skill dmg even if there is a miss?
|
||||
skill_min_damage: no
|
||||
|
||||
// Which finger offensive style can be used?
|
||||
// 0 = Aegis style
|
||||
// 1 = Athena style
|
||||
finger_offensive_type: 0
|
||||
|
||||
// The rate of job exp. from using Heal skill (100 is the same as the heal amount, 200 is double.
|
||||
// The balance of the exp. rate is best used with 5 to 10)
|
||||
heal_exp: 0
|
||||
|
||||
// The rate of exp. that is gained by the process of resurrection, a unit is 0.01%.
|
||||
// Experience calculations for the experience value * level difference of the person revived / 100 * resurrection_exp/10000 which the revived player has can be got.
|
||||
resurrection_exp: 0
|
||||
|
||||
// The rate of job exp. when using discount and overcharge on an NPC
|
||||
// (in 0.01% increments - 100 is 1%, 10000 is normal, 20000 is double.)
|
||||
// The way it is calculated is (money recieved * skill lv) * shop_exp / 10000.
|
||||
shop_exp: 0
|
||||
|
||||
// The delay rate of monk's combo (Note 2)
|
||||
combo_delay_rate: 100
|
||||
|
||||
// Item check? (Note 1)
|
||||
// When logged in or moving in map if the item the player is holding isn't correct there will be a check.
|
||||
item_check: no
|
||||
|
||||
// Will tuxedo and wedding dresses be shown when worn? (Note 1)
|
||||
wedding_modifydisplay: yes
|
||||
|
||||
// The time interval for HP to restore naturally. (in milliseconds)
|
||||
natural_healhp_interval: 6000
|
||||
|
||||
// The time interval for SP to restore naturally. (in milliseconds)
|
||||
natural_healsp_interval: 8000
|
||||
|
||||
// Automatic healing skill's time interval. (in milliseconds)
|
||||
natural_heal_skill_interval: 10000
|
||||
|
||||
// The maximum weight for a character to carry when the character stops healing naturally. (in %)
|
||||
natural_heal_weight_rate: 50
|
||||
|
||||
// You can turn the following 5 settings off if you don't need them,
|
||||
// or if you're experiencing problems with GRF loading
|
||||
//
|
||||
// Override item names from GRF file? (Note 1)
|
||||
item_name_override_grffile: no
|
||||
//
|
||||
// Override item equip positions from GRF file? (Note 1)
|
||||
item_equip_override_grffile: no
|
||||
//
|
||||
// Override item slots from GRF file? (Note 1)
|
||||
item_slots_override_grffile: no
|
||||
//
|
||||
// Override 'indoors' mapflags from GRF file? (Note 1)
|
||||
indoors_override_grffile: no
|
||||
//
|
||||
// Override SP used per level from GRF file? (Note 1)
|
||||
// Turn this off if you have a customised skill_require_db.txt
|
||||
skill_sp_override_grffile: no
|
||||
//
|
||||
// Read card illustrations from GRF file? (Note 1)
|
||||
cardillust_read_grffile: yes
|
||||
|
||||
// Are arrows are consumed when used on a bow? (Note 1)
|
||||
arrow_decrement: yes
|
||||
|
||||
// Maximum atk speed. (Default is 190)
|
||||
max_aspd: 190
|
||||
|
||||
// Maximum HP. (Default is 32500)
|
||||
max_hp: 32500
|
||||
|
||||
// Maximum SP. (Default is 32500)
|
||||
max_sp: 32500
|
||||
|
||||
// Maximum user LV to send to client
|
||||
// (Default is 99.. Never go above 127)
|
||||
//
|
||||
// this is only useful if you have adjusted your client
|
||||
// to expect levels higher then 99
|
||||
max_lv: 99
|
||||
|
||||
// Max limit of char stats. (agi, str, etc.)
|
||||
max_parameter: 99
|
||||
|
||||
// Max weight carts can hold.
|
||||
max_cart_weight: 8000
|
||||
|
||||
// Display player skill errors in console? (for debug only) (default: off) (Note 1)
|
||||
player_skill_log: off
|
||||
|
||||
// Display monster skill errors in console? (for debug only) (default: off) (Note 1)
|
||||
monster_skill_log: off
|
||||
|
||||
// Display battle log? (for debug only) (default: off) (Note 1)
|
||||
battle_log: off
|
||||
|
||||
// Display save log? (for debug only) (default: off) (Note 1)
|
||||
save_log: off
|
||||
|
||||
// Display errors? (for debug only) (default: off) (Note 1)
|
||||
error_log: off
|
||||
|
||||
// Display other stuff? (for debug only) (default: off) (Note 1)
|
||||
etc_log: off
|
||||
|
||||
// Save Clothes color. (This will degrade performance [in txt?]) (Note 1)
|
||||
save_clothcolor: yes
|
||||
|
||||
// Undead type differeniate.
|
||||
// 0 = element undead
|
||||
// 1 = race undead
|
||||
// 2 = both
|
||||
undead_detect_type: 0
|
||||
|
||||
// Counter Attack Skill Type
|
||||
// 0 = 100% critical
|
||||
// 1 = disregard DEF and HIT+20, CRI*2
|
||||
// 2 = Same as 0, but can counter skills (?)
|
||||
// Players
|
||||
player_auto_counter_type: 0
|
||||
// Monsters
|
||||
monster_auto_counter_type: 0
|
||||
|
||||
// Type of penalty that is applied to FLEE when more than agi_penalty_count monsters are targetting player
|
||||
// 0 = no penalty is applied
|
||||
// 1 = agi_penalty_num is reduced from FLEE as a %
|
||||
// 2 = agi_penalty_num is reduced from FLEE as an exact amount
|
||||
agi_penalty_type: 1
|
||||
|
||||
// Amount of enemies required to be targetting player before FLEE begins to be penalized
|
||||
agi_penalty_count: 3
|
||||
|
||||
// Amount of FLEE penalized per each attacking monster more than agi_penalty_count
|
||||
agi_penalty_num: 10
|
||||
|
||||
// Type of penalty that is applied to VIT defense when more than vit_penalty_count monsters are targetting player
|
||||
// 0 = no penalty is applied
|
||||
// 1 = vit_penalty_num is reduced from FLEE as a %
|
||||
// 2 = vit_penalty_num is reduced from FLEE as an exact amount
|
||||
vit_penalty_type: 1
|
||||
|
||||
// Amount of enemies required to be targetting player before VIT defense begins to be penalized
|
||||
vit_penalty_count: 3
|
||||
|
||||
// Amount of VIT defense penalized per each attacking monster more than vit_penalty_count
|
||||
vit_penalty_num: 5
|
||||
|
||||
// When the player attacks an object, the calculation method of DEF.
|
||||
// With 0 this will be ignored specification, at 1 or more def = subtraction of (DEF* value).
|
||||
player_defense_type: 0
|
||||
|
||||
// When the monster attacks an object, the calculation method of DEF.
|
||||
// With 0 this will be ignored, at 1 or more def = subtraction of (DEF* value).
|
||||
monster_defense_type: 0
|
||||
|
||||
// When the pet attacks an object, the calculation method of DEF.
|
||||
// With 0 this will be ignored specification, at 1 or more def = subtraction of (DEF* value).
|
||||
pet_defense_type: 0
|
||||
|
||||
//MDEF‚same as above....(MDEF*value)
|
||||
magic_defense_type: 0
|
||||
|
||||
// Whether or not, ground skills of the players' will stack. (Note 1)
|
||||
player_skill_reiteration: no
|
||||
|
||||
//Whether or not, ground skills of the monsters' will pile up. (Note 1)
|
||||
monster_skill_reiteration: no
|
||||
|
||||
// Whether players are not allowed to cast ground based skills of a certain type such
|
||||
// as traps straight onto or nearby other players/monsters. (Note 1)
|
||||
player_skill_nofootset: yes
|
||||
|
||||
// Whether monsters are not allowed to cast ground based skills of a certain type such
|
||||
// as traps straight onto or nearby other players. (Note 1)
|
||||
monster_skill_nofootset: yes
|
||||
|
||||
// When a player is cloaking, Whether the wall is checked or not. (Note 1)
|
||||
// Note: When set to no players can always cloak away from walls and move around
|
||||
// freely even if the skill level is below 3.
|
||||
// no or 0 = doesn't check for walls (you can cloacking without walls)
|
||||
// 1 = it checks for walls
|
||||
// 2 = it doesn't checks for walls + your cloaking lasts forever
|
||||
// 3 = it checks for walls, but your cloaking lasts forever
|
||||
player_cloak_check_type: yes
|
||||
|
||||
// When a monster is cloaking, Whether the wall is checked or not. (Note 1)
|
||||
monster_cloak_check_type: no
|
||||
|
||||
// Damage adjustments for WOE battles against defending Guild monsters (Note 2)
|
||||
castle_defense_rate: 100
|
||||
|
||||
// Melee damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
|
||||
gvg_short_attack_damage_rate: 100
|
||||
|
||||
// Ranged damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
|
||||
gvg_long_attack_damage_rate: 60
|
||||
|
||||
// Magic damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
|
||||
gvg_magic_attack_damage_rate: 50
|
||||
|
||||
// Misc damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
|
||||
gvg_misc_attack_damage_rate: 60
|
||||
|
||||
// When the emperium is broken with WoE mode on, How Long Before The Declaration Of Castle Owner
|
||||
// and Removal of Monsters/Players from Castle. (in milliseconds)
|
||||
gvg_eliminate_time: 7000
|
||||
|
||||
// Whether or not skill is used vis-a-vis the user at the time of MOB skill motion of condition skillused. (Note 1)
|
||||
// Not sure what this means, something about monsters changing target?
|
||||
mob_changetarget_byskill: no
|
||||
|
||||
// Player's Direction Changed When Attacking? (Note 1)
|
||||
player_attack_direction_change: yes
|
||||
|
||||
// Monsters's Direction Changed When Attacking? (Note 1)
|
||||
monster_attack_direction_change: yes
|
||||
|
||||
// Will Player Skills Stay Within Land Limit or not? (Note 1)
|
||||
player_land_skill_limit: yes
|
||||
|
||||
// Will Monster Skills Stay Within Land Limit or not? (Note 1)
|
||||
monster_land_skill_limit: yes
|
||||
|
||||
// If a party uses a skill with penalties do they apply? (Note 1)
|
||||
party_skill_penalty: yes
|
||||
|
||||
// If monster's class is changed will it fully recover HP and SP and Ailments? (Note 1)
|
||||
monster_class_change_full_recover: no
|
||||
|
||||
// Do produced items have the maker's name on them? (Note 1)
|
||||
produce_item_name_input: no
|
||||
|
||||
// Do produced potions have the maker's name on them? (Note 1)
|
||||
produce_potion_name_input: no
|
||||
|
||||
// Do crafted arrows have the maker's name on them? (Note 1)
|
||||
making_arrow_name_input: no
|
||||
|
||||
// Does created holy water have the maker's name on it? (Note 1)
|
||||
holywater_name_input: no
|
||||
|
||||
// Stop logout for 10 seconds after a hit? (Note 1)
|
||||
prevent_logout: yes
|
||||
|
||||
// If skill fails by delay, should it display or not. (Note 1)
|
||||
display_delay_skill_fail: yes
|
||||
|
||||
// Display Snatcher skill failures
|
||||
display_snatcher_skill_fail: yes
|
||||
|
||||
// Can a player in chat room (in-game), be warped by a warp portal? (Note 1)
|
||||
chat_warpportal: no
|
||||
|
||||
// Can a monster be warped by a warp portal? (Note 1)
|
||||
mob_warpportal: no
|
||||
|
||||
// Is a monster summoned via dead branch aggresive? (Note 1)
|
||||
dead_branch_active: yes
|
||||
|
||||
// The highest value at which an item can be sold via the merchant vend skill. (in zeny)
|
||||
vending_max_value: 10000000
|
||||
|
||||
// If someone loots, show name in party? (Note 1)
|
||||
show_steal_in_same_party: no
|
||||
|
||||
// Allow upper class (Advanced 2nd Class)? (Note 1)
|
||||
// Just leave this at yes
|
||||
enable_upper_class: yes
|
||||
|
||||
// Is a usual attack of a pet delivered withOUT an attribute? (Note 1)
|
||||
pet_attack_attr_none: no
|
||||
|
||||
// Is a usual attack of a player delivered withOUT an attribute? (Note 1)
|
||||
pc_attack_attr_none: no
|
||||
|
||||
// Is a usual attack of a monster delivered withOUT an attribute? (Note 1)
|
||||
mob_attack_attr_none: no
|
||||
|
||||
// mob attacks againsts players wearing ghostring armor do full damage
|
||||
mob_ghostring_fix: yes
|
||||
|
||||
// Does the Golden Thief Bug card only work during pvp?
|
||||
// no or 0 - gtb works all the time
|
||||
// 1 - 100 - percentage of magic damage reduced only during pvp (or gvg)
|
||||
gtb_pvp_only: no
|
||||
|
||||
// How to count the number of the enemies who do an agi penalty...
|
||||
// 1 or less: It is a count altogether.
|
||||
// 2: Full evasion exclusion
|
||||
// 3: Full evasion and evasion exclusion
|
||||
// 4 or more: Except all.
|
||||
agi_penalty_count_lv: 2
|
||||
|
||||
// How to count the number of the enemies who do a vit penalty
|
||||
// 1 or less: It is a count altogether.
|
||||
// 2: Full evasion exclusion
|
||||
// 3: Full evasion and evasion exclusion
|
||||
// Four or more: Except all.
|
||||
vit_penalty_count_lv: 3
|
||||
|
||||
// Grandcross Settings (Dont mess with these)
|
||||
// Even if MOB (PC) has overlapped, it HIT(s) compulsion 3. (Default no)
|
||||
gx_allhit: no
|
||||
// The effect of the arms card of a damage %UP system is set also to GX at -L effect. (default no)
|
||||
gx_cardfix: no
|
||||
// The attribute affinity of GX is calculated doubly. (Default yes)
|
||||
gx_dupele: yes
|
||||
// Grandcross display type (Default 1)
|
||||
// 0: Yellow character
|
||||
// 1: White character
|
||||
gx_disptype: 1
|
||||
|
||||
// Max Level Difference for Devotion
|
||||
devotion_level_difference: 10
|
||||
|
||||
// If no than you can use the ensemble skills alone. (Note 1)
|
||||
player_skill_partner_check: yes
|
||||
|
||||
// Is the character of a GM account set as the object of a display by @ command etc. or not?
|
||||
hide_GM_session: no
|
||||
|
||||
|
||||
// Skill unit movement processing method
|
||||
// 0 - Aegis system : Network load -> Heavier, Server load -> Lighter
|
||||
// 1 - Athena system : Network load -> Lighter, Server load -> Heavier
|
||||
unit_movement_type: 0
|
||||
|
||||
// Are other requests accepted during [various things[party,guild]] a request or not?
|
||||
// It does not accept by no accepted by yes.
|
||||
invite_request_check: yes
|
||||
|
||||
// Remove trap type
|
||||
// 0 - Aegis system : Returns 1 'Trap' item
|
||||
// 1 - Athena system : Allows the returned item and amount to be defined
|
||||
skill_removetrap_type: 0
|
||||
|
||||
// Will display experience gained from killing a monster. (Note 1)
|
||||
disp_experience: no
|
||||
|
||||
// Whether or not Marine Spheres and Floras summoned by Alchemist will drop items and give experience? (Note 1)
|
||||
alchemist_summon_reward: no
|
||||
|
||||
// Maximum level (default 255). Requires that you have an experience table that supports more than 99 levels to go
|
||||
// any higher. It is left at 255 for default as to not cause problems for people who already have players at higher levels.
|
||||
// @lvup command will not go higher than this value, and therefor will not loop back around 0.
|
||||
maximum_level: 255
|
||||
|
||||
// Leave at 0 to use normal drop system. Anything higher than 0 will allow luk to affect drop rates, based on a percentage.
|
||||
// Example 1: Setting of 10 with 50 luk would add 5 to the drop rate. So say a card has a drop rate of 2, it would become 7.
|
||||
// Example 2 : Setting 100 with 99 luk would add 99 to the drop rate.
|
||||
drops_by_luk: 0
|
||||
|
||||
// Do all monsters ignore GMs unless attacked? (Set to minimum level required for GMs not to be attacked,
|
||||
// setting must be higher than 0.)
|
||||
monsters_ignore_gm: 100
|
||||
|
||||
// Turn equipment breaking on. (Note 1)
|
||||
// Turning this one will allow equipment to break in battles,
|
||||
// as well as some skills that have chance to break equipmen.
|
||||
equipment_breaking: no
|
||||
|
||||
// Overall rate of which equipment can break. (Note 2) [100 = .01% chance to break equipment before penalties.]
|
||||
// Critical attacks will double chance to break equipment, and other skills (such as Power Thrust) will increase weapon breaking chance as well.
|
||||
// This does not effect Sage weapon enchantment failure chance.
|
||||
equipment_break_rate: 100
|
||||
|
||||
// PK Server Mode. Turns entire server pvp(excluding towns). Experience loss is doubled if killed by another player.
|
||||
// When players hunt monsters over 20 levels higher, they will receive 15% additional exp., and 25% chance of receiving more items.
|
||||
// There is a nopvp.txt for setting up maps not to have pk on in this mode. Novices cannot be attacked and cannot attack.
|
||||
// Normal pvp counter and rank display are disabled as well.
|
||||
pk_mode: no
|
||||
|
||||
// For PK Server Mode. Change this to define the minimum level players can start PK-ing
|
||||
pk_min_level: 55
|
||||
|
||||
// Turn this on to allow a player to level up more than once from a kill. (Note 1)
|
||||
multi_level_up: no
|
||||
|
||||
// Does using bow to do a backstab give a 50% damage penalty? (Note 1)
|
||||
backstab_bow_penalty: yes
|
||||
|
||||
// Choose if server begin with night (yes) or day (no)
|
||||
night_at_start: no
|
||||
|
||||
// Define duration in msec of the day (default: 7,200,000 = 2 hours)
|
||||
// Set to 0 to disable day cycle (but not @day GM command).
|
||||
// Except 0, minimum is 60000 (1 minute).
|
||||
day_duration: 7200000
|
||||
|
||||
// Define duration in msec of the night (default: 1,800,000 = 30 min)
|
||||
// Set to 0 to disable night cycle (but not @night GM command).
|
||||
// Except 0, minimum is 60000 (1 minute).
|
||||
night_duration: 1800000
|
||||
|
||||
// Set how dark it will become during night time
|
||||
// Range: 1-10, 0 for default (No changes)
|
||||
// Warning: might not work with old exe's! Also, currently daytime and @day
|
||||
// will not remove the night effect when this is set to 1 or above
|
||||
night_darkness_level: 0
|
||||
|
||||
// Will display a mob's hp/maxhp when the mouse cursor is over them. (Note 1)
|
||||
// Will not display guardian or emperium hp.
|
||||
//
|
||||
// Still under testing (works but doesn't update)
|
||||
show_mob_hp: no
|
||||
|
||||
// Ban people that try to use an other name of its name (spoof name).
|
||||
// Duration of the ban, in minutes (default: 5). Value from 0 to 32767
|
||||
// to disable the ban, set 0
|
||||
ban_spoof_namer: 5
|
||||
|
||||
// Set here minimum level of a (online) GM that can receive all informations about any player that try to hack, spoof a name, etc.
|
||||
// Values are from 0 to 100.
|
||||
// 100: disable information
|
||||
// 0: send to any people, including normal players
|
||||
// default: 60, according to GM definition in atcommand_athena.conf
|
||||
hack_info_GM_level: 60
|
||||
|
||||
// Set here the minimum GM level to disable the nowarp (from) and nowarpto (to) flags.
|
||||
// This option is mainly used in AT_commands (@memo, @warp, @charwarp, @go, etc...). All GM commands used to move or set a new map check nowarp and nowarpto flags.
|
||||
// default: 20 (first level after normal player or super'normal' player)
|
||||
any_warp_GM_min_level: 20
|
||||
|
||||
// Set here which client version do you accept. Add all values of clients:
|
||||
// Clients older than accepted versions, and versions not set to 'accepted'
|
||||
// here will be rejected when logging in
|
||||
// 1: Clients older than 2004-09-06aSakray
|
||||
// 2: 2004-09-06aSakray client
|
||||
// 4: 2004-09-21aSakray Client
|
||||
// 8: 2004-10-18bSakexe Client
|
||||
// 16: 2004-10-25aSakexe Client
|
||||
// 32: 2004-11-01aSakexe Client
|
||||
// 64: 2004-12-06aSakexe Client
|
||||
// 128: 2005-01-10aSakexe Client
|
||||
// default value: 255 (all clients)
|
||||
packet_ver_flag: 255
|
||||
|
||||
// Allow GMs to mute players or not?
|
||||
muting_players: no
|
||||
|
||||
// Allow GM commands to be used when muted?
|
||||
allow_atcommand_when_mute: yes
|
||||
|
||||
// Mail system - Only function in sql version
|
||||
mail_system: no
|
||||
|
||||
// valid range of dye's and styles on the client
|
||||
min_hair_style: 0
|
||||
max_hair_style: 20
|
||||
min_hair_color: 0
|
||||
max_hair_color: 9
|
||||
min_cloth_color: 0
|
||||
max_cloth_color: 4
|
||||
|
||||
// Visible area size (how many squares away from a player can they see)
|
||||
area_size: 14
|
||||
|
||||
// Zeny from mobs
|
||||
zeny_from_mobs: no
|
||||
|
||||
// Monsters level up (monster will level up each time a player is killed and they will grow stronger)
|
||||
mobs_level_up: no
|
||||
|
||||
// Use kRO new steal formula?
|
||||
skill_steal_type: yes
|
||||
|
||||
// Set this to 1 if your clients have langtype problems and can't display motd properly
|
||||
motd_type: 0
|
||||
|
||||
// The minimum level for GMs' to drop items on the ground, use the Storage or
|
||||
// trade Items/Zeny?
|
||||
gm_can_drop_lv: 0
|
||||
|
||||
// Allow GMs' to see the hp of every player?
|
||||
disp_hpmeter: no
|
||||
|
||||
// Players' will drop a 'Bone' when killed?
|
||||
// 1 - Dropped only in PvP maps
|
||||
// 2 - Dropped in all situations
|
||||
// 0 - Disabled
|
||||
bone_drop: 0
|
||||
|
||||
// The rate of monsters dropping ores by the skill Ore Discovery (Default is 100)
|
||||
finding_ore_rate: 100
|
||||
|
||||
//Method of calculating earned experience when defeating a monster:
|
||||
//0 - jAthena's
|
||||
//1 - eAthena's, using damage given / max_hp as damage ratio
|
||||
//2 - eAthena's, using damage given / total damage as damage ratio
|
||||
exp_calc_type: 1
|
||||
|
||||
// Can the 'Glory of Guild' skill be learnt in the Guild window,
|
||||
// and does changing emblems require it? (Note 1)
|
||||
// P.S: This new guild skill only appears for 2004-10-25aSakexe or newer
|
||||
// P.S 2: This skill is not implemented on official servers, so its only optional
|
||||
require_glory_guild: no
|
||||
|
||||
// Is exp sharing disabled for idle members in the party?
|
||||
idle_no_share: no
|
||||
|
||||
import: conf/import/battle_conf.txt
|
||||
|
@ -1,175 +0,0 @@
|
||||
// Athena Character configuration file.
|
||||
|
||||
// Server Communication username and password.
|
||||
userid: s1
|
||||
passwd: p1
|
||||
|
||||
// Server name, use alternative character such as ASCII 160 for spaces.
|
||||
server_name: eAthena
|
||||
|
||||
// Wisp name for server: used to send wisp from server to players (between 4 to 23 characters)
|
||||
wisp_server_name: Server
|
||||
|
||||
// Login Server IP
|
||||
//
|
||||
// You should only need to set this if you are running behind a
|
||||
// firewall or on a machine with multiple interfaces. In that case,
|
||||
// you need to specify the IP address you wish to export to the entire world.
|
||||
//
|
||||
// login_ip:127.0.0.1
|
||||
|
||||
// What interface should we bind to.. if you have multiple IP's on one
|
||||
// machine, this lets you put multiple servers on the same ports
|
||||
// bind_ip:127.0.0.1
|
||||
|
||||
// Login Server Port
|
||||
login_port: 6900
|
||||
|
||||
// Character Server IP
|
||||
//
|
||||
// You should only need to set this if you are running behind a
|
||||
// firewall or on a machine with multiple interfaces. In that case,
|
||||
// you need to specify the IP address you wish to export to the entire world.
|
||||
//
|
||||
// char_ip:127.0.0.1
|
||||
|
||||
// Character Server Port
|
||||
char_port: 6121
|
||||
|
||||
// Console Commands
|
||||
// Allow for console commands to be used on/off
|
||||
// This prevents usage of >& log.file
|
||||
console: off
|
||||
|
||||
// Option to force a player to create an e-mail.
|
||||
// If a player have default e-mail, and if you activate this option, the player can only connect in the game (to arrive on a map) like follow:
|
||||
// - Create at least 1 character
|
||||
// - Select 1 character
|
||||
// - Select DEL to enter his/her e-mail. (if OK is choosen, client says to the player: 'invalid e-mail')
|
||||
// - If his/her e-mail is correct, the player enter in the game (an e-mail is saved definitively).
|
||||
// - If his/her e-mail is incorrect, he/she have 'incorrect e-mail' and must select again DEL.
|
||||
// - After entering in the game (when the player arrives on a map), DEL and SEL/OK button work normaly for all next connections.
|
||||
// Resume: If a player have "incorrect/invalid e-mail" when he/she click on 'OK' button,
|
||||
// the player must click 'DEL' button and register his/her NEW e-mail to enter in the game
|
||||
// So, default is 0, because administrator must explain to their players before to activate this option.
|
||||
email_creation: 0
|
||||
|
||||
// Is Character server in maintainence mode?
|
||||
char_maintenance: 0
|
||||
|
||||
// Enable or disable creation of new characters.
|
||||
char_new: 0
|
||||
|
||||
// Maximum users able to connect to the server. Set to 0 for unlimited.
|
||||
max_connect_user: 0
|
||||
|
||||
// Minimum GM level that is allowed to bypass the server limit of users.
|
||||
gm_allow_level: 99
|
||||
|
||||
// It's to check IP of a player between char-server and other servers (part of anti-hacking system)
|
||||
// If player doesn't have same IP, connection is refused.
|
||||
// Set to 0/off/no to not check IP of player.
|
||||
// Set to 1/on/yes if you want to check (default)
|
||||
// Note: if you enable this option, be sure that your (local/lan/wan) players use correct ip (in xml file) to contact servers,
|
||||
// and that your LAN is correctly configured (!), and that LAN configuration of eathena is right.
|
||||
check_ip_flag: yes
|
||||
|
||||
// How often should the server save all files? (In seconds)
|
||||
autosave_time: 15
|
||||
|
||||
// Character server flatfile database
|
||||
char_txt: save/athena.txt
|
||||
|
||||
// Choose to create or not backup file (yes/no, 0/1, etc...)
|
||||
// default is 'no', because backup file take time for nothing. Actually, there is no problem on characters file creation and save.
|
||||
backup_txt_flag: no
|
||||
|
||||
// Character server flatfile database (backup, TXT only)
|
||||
backup_txt: save/athena_backup.txt
|
||||
|
||||
// Friends list flatfile database
|
||||
friends_txt: save/friends.txt
|
||||
|
||||
// Start point, Map name followed by coordinates (x,y)
|
||||
start_point: new_1-1.gat,53,111
|
||||
|
||||
// Starting weapon for new characters
|
||||
start_weapon: 1201
|
||||
|
||||
// Starting armor for new characters
|
||||
start_armor: 2301
|
||||
|
||||
// Starting zeny for new characters
|
||||
start_zeny: 500
|
||||
|
||||
// Name used for unknown characters
|
||||
unknown_char_name: Unknown
|
||||
|
||||
// Log Filename
|
||||
char_log_filename: log/char.log
|
||||
|
||||
// Allow or not identical name for characters but with a different case (upper/lower):
|
||||
// example: Test-test-TEST-TesT; Value: 0 not allowed (default), 1 allowed
|
||||
name_ignoring_case: 0
|
||||
|
||||
// Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are:
|
||||
// 0: no restriction (default)
|
||||
// 1: only letters/symbols in 'char_name_letters' option.
|
||||
// 2: Letters/symbols in 'char_name_letters' option are forbidden. All others are possibles.
|
||||
char_name_option: 0
|
||||
|
||||
// Set the letters/symbols that you want use with the 'char_name_option' option.
|
||||
// Note: add 'space' between 2 others letters/symbols.
|
||||
// default: void.
|
||||
//char_name_letters:
|
||||
|
||||
// Filename of the file which receives the online players list in text
|
||||
online_txt_filename: online.txt
|
||||
|
||||
// Filename of the file which receives the online players list, but in html version
|
||||
online_html_filename: online.html
|
||||
|
||||
// Choose how to display online players.
|
||||
// (sorting operation with a lot of online players can take time on a slow computer)
|
||||
// 0: no sorting (default)
|
||||
// 1: by alphabetical order of their name
|
||||
// 2: by number of their zenys
|
||||
// 3: by their base level
|
||||
// 4: by their job (and job level inside the same job)
|
||||
// 5: by alphabetical order of their actual map location
|
||||
online_sorting_option: 0
|
||||
|
||||
// Choose which columns that you want display in the online files. Do the addition of these values:
|
||||
// (if value is 0, no file is done)
|
||||
// 1: name (just the name, no function like 'GM')
|
||||
// 2: job
|
||||
// 4: levels
|
||||
// 8: map name
|
||||
// 16: mapname and coordonates
|
||||
// 32: zenys
|
||||
// 64: name (with 'GM' if the player is a GM)
|
||||
// default value: 1 (only name)
|
||||
online_display_option: 1
|
||||
|
||||
// minimum GM level to display 'GM' when we want to display it (default: 1)
|
||||
online_gm_display_min_level: 20
|
||||
|
||||
// refresh time (in sec) of the html file in the explorer (default 20)
|
||||
online_refresh_html: 20
|
||||
|
||||
// To log the character server?
|
||||
log_char: 1
|
||||
|
||||
// How many Characters are allowed per Account ? (0 = disabled) [SQL Only!]
|
||||
chars_per_account: 0
|
||||
|
||||
// What folder the DB files are in (item_db.txt, etc.)
|
||||
db_path: db
|
||||
|
||||
// Mugendai's GUI Support
|
||||
imalive_on: 0
|
||||
imalive_time: 30
|
||||
flush_on: 0
|
||||
flush_time: 30
|
||||
|
||||
import: conf/import/char_conf.txt
|
@ -1,27 +0,0 @@
|
||||
// Athena charcommand Configuration file.
|
||||
// Translated by Peter Kieser <pfak@telus.net>
|
||||
|
||||
// Set here the symbol that you want to use for your commands
|
||||
// Only 1 character is get (default is '#'). You can set any character,
|
||||
// except control-character (0x00-0x1f), '%' (party chat speaking) and '/' (standard ragnarok GM commands)
|
||||
// and '@' (Standard GM Commands)
|
||||
// With default character, all commands begin by a '#', example: #save SomePlayer
|
||||
command_symbol: #
|
||||
|
||||
stats: 40
|
||||
statsall: 40
|
||||
itemlist: 40
|
||||
effect: 40
|
||||
storagelist: 40
|
||||
petrename: 50
|
||||
petfriendly: 50
|
||||
option: 60
|
||||
save: 60
|
||||
reset: 60
|
||||
spiritball: 60
|
||||
item: 60
|
||||
job: 60
|
||||
jobchange: 60
|
||||
zeny: 60
|
||||
|
||||
import: conf/import/charcommand_conf.txt
|
@ -1,5 +0,0 @@
|
||||
data: C:\Program Files\Gravity\RO\data.grf
|
||||
sdata: C:\Program Files\Gravity\RO\sdata.grf
|
||||
//adata: C:\Program Files\Gravity\RO\adata.grf
|
||||
//data_dir: C:\Program Files\Gravity\RO\
|
||||
//afm_dir: afm
|
@ -1,229 +0,0 @@
|
||||
// put at first, the minimum level to display the line
|
||||
0:To use one command, type it inside the message window where you usually type to chat.
|
||||
20:@h/@help - display this help.
|
||||
40:
|
||||
40:--- MESSAGE CMD ---
|
||||
40:/b/@broadcast <message> - Broadcasts a GM message with name of the GM (in yellow)
|
||||
40:/nb <message>/@kami <message> - Broadcasts a GM message without name of the GM (in yellow)
|
||||
40:@kamib <message> - Broadcasts a GM message without name of the GM (in blue)
|
||||
40:/lb/@localbroadcast <message> - Broadcasts a GM message with name of the GM (in yellow) ONLY on your map
|
||||
40:/nlb <message> - Broadcasts a GM message without name of the GM (in yellow) ONLY on your map
|
||||
0:
|
||||
0:--- INFORMATION CMD ---
|
||||
20:@who/@whois [match_text] - Display a listing of who is online and where
|
||||
20:@who2 [match_text] - Display a listing of who is online and their job
|
||||
20:@who3 [match_text] - Display a listing of who is online and their party/guild
|
||||
20:@whomap/@whomap2/@whomap3 [map] - like @who/@who2/@who3 but only for specifical map
|
||||
20:@whogm [match_text] - Like @who+@who2+who3, but only for GM.
|
||||
1:@where [char name] - Tells you the location of a character
|
||||
40:@charstatsall - Displays stats of all characters.
|
||||
40:@charitemlist <char name> - Displays all items of a player.
|
||||
40:@charstoragelist <char name> - Displays all items of a player's storage.
|
||||
40:@charcartlist <char name> - Displays all items of a player's cart.
|
||||
0:@ignorelist - Displays your ignore list
|
||||
99:@mapinfo [<0-3> [map]] - Give information about a map (general info +: 0: no more, 1: players, 2: NPC, 3: shops/chat).
|
||||
0:@time/@date/@server_date/@serverdate/@server_time/@servertime - Display the date/time of the server
|
||||
60:
|
||||
60:@guildspy <guild_name/id> - You will receive all messages of the guild channel
|
||||
60:@partyspy <party_name/id> - You will receive all messages of the party channel
|
||||
1:
|
||||
1:--- CHANGE GM STATE CMD ---
|
||||
40:/hide/@hide - Makes you character invisible (GM invisibility). Type @hide again become visible.
|
||||
40:@save - Sets respawn point to current spot
|
||||
40:@load/@return - Warps you to your save point
|
||||
40:/mm//mapmove/@warp/@rura/@mapmove <mapname> <x> <y> - Warps you to the selected position
|
||||
40:@jump [x [y]]- Randomly warps you like a flywing.
|
||||
20:/shift/@jumpto/@warpto/@goto <char name> - Warps you to selected character
|
||||
20:@follow <char_name> - follow a player
|
||||
10:@go <number/city_name> - Warps you to a city.
|
||||
10: -3: (Memo point 2) 1: morocc 5: izlude 9: yuno 13: niflheim
|
||||
10: -2: (Memo point 1) 2: geffen 6: aldebaran 10: amatsu 14: louyang
|
||||
10: -1: (Memo point 0) 3: payon 7: xmas (lutie) 11: gonryun 15: start point
|
||||
10: 0: prontera 4: alberta 8: comodo 12: umbala 16: prison/jail
|
||||
10:
|
||||
1:@die ---- suicide
|
||||
60:@alive - Revives yourself from death
|
||||
40:@heal [<HP> <SP>] - Heals the desired amount of HP and SP. No value specified will do a full heal.
|
||||
20:
|
||||
40:@job/@jobchange <job ID> - Changes your job
|
||||
40: 0 Novice 7 Knight 14 Crusader 22 Formal
|
||||
40: 1 Swordman 8 Priest 15 Monk 23 Super Novice
|
||||
40: 2 Mage 9 Wizard 16 Sage
|
||||
40: 3 Archer 10 Blacksmith 17 Rogue
|
||||
40: 4 Acolyte 11 Hunter 18 Alchem
|
||||
40: 5 Merchant 12 Assassin 19 Bard
|
||||
40: 6 Thief 13 Peco-Knight 20 Dancer 21 Peco-Crusader
|
||||
40: 24 Novice High 31 Lord Knight 38 Paladin
|
||||
40: 25 Swordman High 32 High Priest 39 Monk
|
||||
40: 26 Mage High 33 High Wizard 40 Professor
|
||||
40: 27 Archer High 34 Whitesmith 41 Stalker
|
||||
40: 28 Acolyte High 35 Sniper 42 Creator
|
||||
40: 29 Merchant High 36 Assassin Cross 43 Clown
|
||||
40: 30 Thief High 37 Peco Knight 44 Gypsy 45 Peco-Paladin
|
||||
60:@lvup/@blevel/@baselvlup <number of levels> - Raises your base level the desired number of levels. The max is 255 (User Defined).
|
||||
60:@joblvup/@jlevel/@joblvlup <number of levels> -Raises your job level the desired number of levels. The max is 50 For Basic Classes. For Super Novice and Advanced Classes it is 70.
|
||||
60:@allskill/@allskills/@skillall/@skillsall - Give you all skills.
|
||||
40:@option <param1> <param2> <param3> - Adds different visual effects on or around your character
|
||||
40: <param1> <param2> <p3>(stackable) <param3> <param3>
|
||||
40: 1 Petrified (stackable) 01 Sight 32 Peco Peco riding 2048 Orc Head
|
||||
40: 2 Frozen 01 Poison 02 Hide 64 GM Perfect Hide 4096 Wedding Sprites
|
||||
40: 3 Stunned 02 Cursed 04 Cloak 128 Level 2 Cart 8192 Ruwach
|
||||
40: 4 Sleeping 04 Silenced 08 Level 1 Cart 256 Level 3 Cart
|
||||
40: 6 darkness 08 ??? 16 Falcon 512 Level 4 Cart
|
||||
40: 16 darkness 1024 Level 5 Cart
|
||||
20:@mountpeco - Give/remove you a peco (Class is required, but not skill)
|
||||
20:@disguise <monster_name_or_monster_ID> - Change your appearence to other players to a mob.
|
||||
20:@undisguise - Restore your normal appearance.
|
||||
20:@model <hair ID: 0-17> <hair color: 0-8> <clothes color: 0-4> - Changes your characters appearence.
|
||||
40:@dye/@ccolor <clothes color: 0-4> - Changes your characters appearence (only clothes color).
|
||||
40:@hairstyle/@hstyle <hair ID: 0-17> - Changes your characters appearence (only hair style).
|
||||
40:@haircolor/@hcolor <hair color: 0-8> - Changes your characters appearence (only hair color).
|
||||
40:@speed <1-1000> - Changes you walking speed. 1 being the fastest and 1000 the slowest. Default 150.
|
||||
40:@effect <effect_id> [flag] - Give an efect to your character.
|
||||
40:@dropall - throws all your possession on the ground
|
||||
40:@storeall - puts all your possessions in storage
|
||||
40:@killable - make your character killable
|
||||
60:@stpoint <number of points> - Gives you the desired number of stat points.
|
||||
60:@skpoint <number of points> - Gives you the desired number of skill points.
|
||||
60:@zeny <amount> - Gives you desired amount of Zeny.
|
||||
60:@str,@agi,@vit,@int,@dex,@luk <amount> - Adds desired amount to any stat. For example "@str 10" raises your str by 10
|
||||
60:@statall/@statsall/@allstats/@allstat [value] - Adds value in all stats (maximum if no value).
|
||||
40:@memo [memo_position] - set/change a memo location (no position: display memo points).
|
||||
40:@spiritball <number: 1-1000> - Gives you "spirit spheres" like from the skill "Call Spirits"
|
||||
40: (If the number you use is > 1000, your server may become instable or crash)
|
||||
40:@questskill <#> - Gives you the specified quest skill
|
||||
40:@lostskill <#> - Takes away the specified quest skill from you
|
||||
40:@skillid <name> - look up a skill by name
|
||||
40:@useskill <skillid> <skillv> <target> - use a skill on target
|
||||
40: Novice Swordsman Thief Merchant
|
||||
40: 142 = Emergency Care 144 = Moving HP Recovery 149 = Throw Sand 153 = Cart Revolution
|
||||
40: 143 = Act dead 145 = Attack Weak Point 150 = Back Sliding 154 = Change Cart
|
||||
40: Archer 146 = Auto Berserk 151 = Take Stone 155 = Crazy Uproar/Loud Voice
|
||||
40: 147 = Arrow Creation Acolyte 152 = Stone Throw Magician
|
||||
40: 148 = Charge Arrows 156 = Holy Light 157 = Energy Coat
|
||||
40: @skilltree <
|
||||
40: @marry <player1> <player2> - marry two players
|
||||
40: @divorce <player> - divorces the two players
|
||||
40: @rings - gives you the two wedding rings
|
||||
60: @addwarp <map name> <x coord> <y coord>
|
||||
40:
|
||||
40:--- MONSTERS CMD ---
|
||||
50:/monster <monster_name> - Spawns 1 of the desired monster.
|
||||
50:@spawn/@monster/@summon <monster_name_or_monster_ID> [<number to spawn> [<desired_monster_name> [<x coord> [<y coord>]]]]
|
||||
50:@monster2 <desired_monster_name> <monster_name_or_monster_ID> [<number to spawn> [<x coord> [<y coord>]]]
|
||||
50:@spawn/@monster/@summon/@monster2 "desired monster name" <monster_name_or_monster_ID> [<number to spawn> [<x coord> [<y coord>]]]
|
||||
50:@spawn/@monster/@summon/@monster2 <monster_name_or_monster_ID> "desired monster name" [<number to spawn> [<x coord> [<y coord>]]]
|
||||
50: Spawns the desired monster with any desired name.
|
||||
60:@killmonster [map] - kill all monsters of the map (they drop)
|
||||
40:@killmonster2 - kill all monsters of your map (without drops)
|
||||
1:
|
||||
1:--- ITEMS CMD ---
|
||||
1:@storage - Opens storage
|
||||
50:@gstorage - Opens guild storage
|
||||
60:/item <item_name> - Gives you 1 of the desired item.
|
||||
60:@item <item name or ID> <quantity> - Gives you the desired item.
|
||||
60:@item2 <item name or ID> <quantity> <Identify_flag> <refine> <attribut> <Card1> <Card2> <Card3> <Card4> = Gives you the desired item.
|
||||
40:@itemreset - Remove all your items.
|
||||
60:@itemcheck - Check your items with authorised items.
|
||||
60:@idsearch <part_of_item_name> - Search all items that name have part_of_item_name
|
||||
60:@refine <equip position> <+/- amount>
|
||||
60:@produce <equip name or equip ID> <element> <# of very's>
|
||||
60: Element: 0=None 1=Ice 2=Earth 3=Fire 4=Wind
|
||||
60: It has separately with fragment 3 of the attribute + stars, you can apply.
|
||||
60:@repairall - Repair all items of your inventory
|
||||
40:
|
||||
40:--- PVP CMD ---
|
||||
40:@pvpon - Turns pvp on on the current map
|
||||
40:@pvpoff - Turns pvp off on the current map
|
||||
40:@gvgon/@gpvpon - Turns gvg on on the current map
|
||||
40:@gvgoff/@gpvpoff - Turns gvg off on the current map
|
||||
60:@agitstart - Starts War of Emperium
|
||||
60:@agitend - End War of Emperium
|
||||
1:
|
||||
1:--- GROUPS CMD ---
|
||||
1:@party <party_name> - Create a party.
|
||||
50:@guild <guild_name> - Create a guild.
|
||||
60:@guildlvup/@guildlvlup <# of levels> - Raise Guild by desired number of levels
|
||||
60:@guildrecall <guild_name/id> - Warps all online characters of a guild to you.
|
||||
60:@partyrecall <party_name/id> - Warps all online characters of a party to you.
|
||||
1:
|
||||
1:--- PETS CMD ---
|
||||
60:@hatch - Create a pet from your inventory eggs list.
|
||||
60:@makeegg <pet_id> - Gives pet egg for monster number in pet DB
|
||||
40:@petfriendly <#> - Set pet friendly amount (0-1000) 1000 = Max
|
||||
40:@pethungry <#> - Set pet hungry amount (0-100) 100 = Max
|
||||
1:@petrename - Re-enable pet rename
|
||||
20:
|
||||
20:--- REMOTE CHAR CMD ---
|
||||
60:@kill <char name> - Kills specified character.
|
||||
40:@charkillable <char name> - make another character killable
|
||||
60:@nuke <char name> - Kills specified character (nuclear effect).
|
||||
60:@chardropall <char name> - throws all a chars possession on the ground
|
||||
60:@charstoreall <char name> - puts all of anothers charactes possessions in storage
|
||||
60:/recall/@recall <char name> - Warps target character to you.
|
||||
80:@recallall - Warps every character online to you.
|
||||
60:@charwarp/@rura+ <mapname> <x> <y> <char name> - Warps character to location of choice
|
||||
60:@revive <char name> - Revives target character.
|
||||
40:@charstats <char name> - Displays a characters stats.
|
||||
20:@charignorelist <char name> - Displays ignore list of the player
|
||||
20:@inall <char name> - Allows all wispers for the player
|
||||
20:@exall <char name> - Blocks all wispers for the player
|
||||
60:@charoption <param1> <param2> <param3> <charname> - Like @option command but only to target character.
|
||||
50:@charmountpeco <charname> - Give/remove to a player a peco (Class is required, but not skill).
|
||||
50:@charpetrename <charname> - Re-enable pet rename to a player.
|
||||
60:@charsave <map> <x> <y> <charname> - Changes the target players respawn point.
|
||||
60:@charbaselvl <#> <nickname> - Change a characters base level.
|
||||
60:@charjlvl <#> <nickname> - Change a characters job level.
|
||||
60:@charjob/@charjobchange <job ID> <char name> - Changes target characters job.
|
||||
60:@charzeny <amount> <name> - Give/take a players Zeny
|
||||
60:@charstpoint <amount> <name> - Give/take a players stat points
|
||||
60:@charskpoint <amount> <name> - give/take a players skill points
|
||||
60:@charskreset <charname> - Reset skills of a character.
|
||||
60:@charstreset <charname> - Reset stats of a character.
|
||||
60:@charreset <charname> - Reset stats AND skills of a character.
|
||||
60:@charquestskill <#> <charname> - Gives to a player the specified quest skill.
|
||||
60:@charlostskill <#> <charname> - Takes away the specified quest skill from the player.
|
||||
60:@chardelitem <item_name_or_ID> <quantity> <player> - Remove items from a character
|
||||
50:@charmodel <hair type> <hair color> <clothes color> <name> - Changes a player's model
|
||||
60:@chardisguise <monster_name_or_monster_ID> <char name> - Changes disguise of a player
|
||||
60:@charundisguise <char name> - Cancels disguise of a player
|
||||
60:@charchangesex <name> - Changes sex of a player (all characters of the account)
|
||||
60:@charblock/@block <name> - Blocks definitively a account
|
||||
60:@charunblock/@unblock <name> - Unblocks a account
|
||||
60:@charban/@ban/@banish/@charbanish <time> <name> - Ban temporarily a account
|
||||
60: time usage: adjustement (+/- value) and element (y/a, m, d/j, h, mn, s)
|
||||
60: Example: @ban +1m-2mn1s-6y testplayer
|
||||
60:@charunban/@unban/@unbanish/@charunbanish <name> - Unban a account
|
||||
60:@jail <char_name> - Sends specified character in jails
|
||||
60:@trade <char_name> - Open a trade window with a another player
|
||||
20:@kick <charname> - Kicks specified character off the server
|
||||
99:@kickall - Kick all characters off the server
|
||||
99:@mapexit - Kick all players and shut down map-server.
|
||||
80:@doom - Kills all NON GM chars on the server.
|
||||
80:@doommap - Kills all non GM characters on the map.
|
||||
80:@raise - Resurrects all characters on the server.
|
||||
80:@raisemap - Resurrects all characters on the map.
|
||||
60:@unjail/@discharge <char_name> - Discharges specified character/prisoner
|
||||
80:
|
||||
80:--- ENVIRONMENT CMD ---
|
||||
80:@night - Uses @option 00 16 00 on all characters. All characters are in darkness.
|
||||
80:@day - Uses @option 00 00 00 on all characters.
|
||||
80:@skillon - turn skills on for a map
|
||||
80:@skilloff - turn skills on for a map
|
||||
0:
|
||||
0:--- ADMIN CMD ---
|
||||
99:@reloaditemdb - Reload item database (admin command)
|
||||
99:@reloadmobdb - Reload monster database (admin command)
|
||||
99:@reloadskilldb - Reload skills definition database (admin command)
|
||||
99:@reloadscript - Reload all scripts (admin command)
|
||||
99:@reloadgmdb - Reload GM levels (admin command)
|
||||
99:@adjgmlvl - Do a temporary adjustment of the GM level of a player (admin command)
|
||||
99:@adjcmdlvl - Do a temporary adjustment of the GM level of a command (admin command)
|
||||
80:@enablenpc <NPC_name> - Enable a NPC (admin command)
|
||||
80:@disablenpc <NPC_name> - Disable a NPC (admin command)
|
||||
80:
|
||||
99:@gat - For debugging (you inspect around gat)
|
||||
99:@packet - For debugging (packet variety)
|
||||
99:
|
||||
100:@GM <password> - it becomes GM!
|
||||
0:@email <actual@email> <new@email> - to change your e-mail (characters protection)
|
@ -1,135 +0,0 @@
|
||||
// Athena InterServer configuration.
|
||||
|
||||
|
||||
|
||||
// TXT version options only
|
||||
|
||||
// Storage flatfile database, used for Karfa storage.
|
||||
storage_txt: save/storage.txt
|
||||
|
||||
// Party flatfile database, for party names, members and other party info.
|
||||
party_txt: save/party.txt
|
||||
|
||||
// Guild flatfile database, for guild names, members, and other guild info.
|
||||
guild_txt: save/guild.txt
|
||||
|
||||
// Pet flatfile database, for pet names, and other pet info.
|
||||
pet_txt: save/pet.txt
|
||||
|
||||
// Castle flatfile database, for emperium war castles, etc.
|
||||
castle_txt: save/castle.txt
|
||||
|
||||
|
||||
|
||||
// Options for both versions
|
||||
|
||||
// Log Inter Connections, etc.?
|
||||
log_inter: 1
|
||||
|
||||
// Inter Log Filename
|
||||
inter_log_filename: log/inter.log
|
||||
|
||||
// Level range for sharing within a party
|
||||
party_share_level: 10
|
||||
|
||||
|
||||
|
||||
// SQL version options only
|
||||
|
||||
// The lowest GM level on your server
|
||||
lowest_gm_level: 1
|
||||
|
||||
// How often the GM accounts will be reloaded by the map-server in minutes
|
||||
read_gm_interval: 10
|
||||
|
||||
// Ideally under linux, you want to use localhost instead of 127.0.0.1.
|
||||
//
|
||||
// Under windows, you want to use 127.0.0.1. If you see a message like
|
||||
// "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)"
|
||||
// and you have localhost, switch it to 127.0.0.1
|
||||
|
||||
// MySQL Login SQL Server
|
||||
login_server_ip: 127.0.0.1
|
||||
login_server_port: 3306
|
||||
login_server_id: ragnarok
|
||||
login_server_pw: ragnarok
|
||||
login_server_db: ragnarok
|
||||
|
||||
// MySQL Character SQL server
|
||||
char_server_ip: 127.0.0.1
|
||||
char_server_port: 3306
|
||||
char_server_id: ragnarok
|
||||
char_server_pw: ragnarok
|
||||
char_server_db: ragnarok
|
||||
|
||||
// MySQL Map SQL Server
|
||||
map_server_ip: 127.0.0.1
|
||||
map_server_port: 3306
|
||||
map_server_id: ragnarok
|
||||
map_server_pw: ragnarok
|
||||
map_server_db: ragnarok
|
||||
|
||||
// MySQL Log SQL Database
|
||||
log_db_ip: 127.0.0.1
|
||||
log_db_port: 3306
|
||||
log_db_id: ragnarok
|
||||
log_db_pw: ragnarok
|
||||
log_db: log
|
||||
|
||||
// for TXT -> SQL convertors
|
||||
db_server_ip: 127.0.0.1
|
||||
db_server_port: 3306
|
||||
db_server_id: ragnarok
|
||||
db_server_pw: ragnarok
|
||||
db_server_logindb: ragnarok
|
||||
|
||||
// DO NOT CHANGE ANYTHING BEYOND THIS LINE UNLESS YOU KNOW YOUR DATABASE DAMN WELL
|
||||
// this is meant for people who KNOW their stuff, and for some reason want to change their
|
||||
// database layout. [CLOWNISIUS]
|
||||
|
||||
login_db_account_id: account_id
|
||||
login_db_userid: userid
|
||||
login_db_user_pass: user_pass
|
||||
login_db_level: level
|
||||
|
||||
|
||||
// ALL MySQL Database Table names
|
||||
|
||||
// GM Account Database Table
|
||||
gm_db: login
|
||||
gm_db_level: level
|
||||
gm_db_account_id: account_id
|
||||
|
||||
// Login Database Tables
|
||||
login_db: login
|
||||
loginlog_db: loginlog
|
||||
|
||||
// Character Database Tables
|
||||
char_db: char
|
||||
cart_db: cart_inventory
|
||||
inventory_db: inventory
|
||||
charlog_db: charlog
|
||||
storage_db: storage
|
||||
reg_db: global_reg_value
|
||||
skill_db: skill
|
||||
interlog_db: interlog
|
||||
memo_db: memo
|
||||
guild_db: guild
|
||||
guild_alliance_db: guild_alliance
|
||||
guild_castle_db: guild_castle
|
||||
guild_expulsion_db: guild_expulsion
|
||||
guild_member_db: guild_member
|
||||
guild_skill_db: guild_skill
|
||||
guild_position_db: guild_position
|
||||
guild_storage_db: guild_storage
|
||||
party_db: party
|
||||
pet_db: pet
|
||||
|
||||
// Map Datbase Tables
|
||||
item_db_db: item_db
|
||||
mob_db_db: mob_db
|
||||
|
||||
//Use SQL item_db and mob_db for the map server
|
||||
use_sql_db: no
|
||||
|
||||
import: conf/import/inter_conf.txt
|
@ -1,33 +0,0 @@
|
||||
// Athena Ladmin configuration file.
|
||||
|
||||
// Login Server IP
|
||||
login_ip:127.0.0.1
|
||||
// Login Server Port
|
||||
login_port: 6900
|
||||
|
||||
// Administrative password, used to connect remotely to server.
|
||||
// NOTICE: If you enable remote administration, you should change its value for security
|
||||
admin_pass: admin
|
||||
|
||||
// Encoding type of the password
|
||||
// 0: not encoded
|
||||
// 1: key+password
|
||||
// 2: password+key
|
||||
passenc: 2
|
||||
|
||||
// Language of ladmin
|
||||
// F: Français
|
||||
// E: English (default)
|
||||
defaultlanguage: E
|
||||
|
||||
// Log Filename. All operations done by the software are logged in this file.
|
||||
ladmin_log_filename: log/ladmin.log
|
||||
|
||||
// Indicate how to display date in logs, to players, etc.
|
||||
// 0: 31-12-2004 23:59:59
|
||||
// 1: 12-31-2004 23:59:59
|
||||
// 2: 2004-31-12 23:59:59
|
||||
// 3: 2004-12-31 23:59:59 (default)
|
||||
date_format: 3
|
||||
|
||||
import: conf/import/ladmin_conf.txt
|
@ -1,41 +0,0 @@
|
||||
// Athena TXT version LAN configure file.
|
||||
// Support Client Connect to Local Area Network (LAN) IP Address Server.
|
||||
// put this fle into conf/ directory
|
||||
//
|
||||
// HOWTO:
|
||||
// To use this file, the login-server, char-server and map-server must be on the same subnetwork
|
||||
// (not necessary on the same computer). You can not use eAthena if you want to install the servers on 2 or more different LAN.
|
||||
//
|
||||
// First of all: you must configure your router to forward your WAN IP (one or more) and port (default: 6900, 6121 and 5121)
|
||||
// to the right concerned computer(s) (if default port, forward 6900 port to the (LAN IP) login-server, 6121 port to the (LAN IP) char-server, etc.).
|
||||
// After, set in char_athena.conf and map_athena.conf files the WAN IP and the right ports that you use.
|
||||
// Give to WAN people (client that are not on your LAN) your WAN IP to have an access to your server.
|
||||
// At this point, all players outside your LAN can access to your server(s).
|
||||
//
|
||||
// Now, you must parameter your LAN for the servers.
|
||||
// Set the LAN IP of the char-server and the map-server in this file (lan_char_ip and lan_map_ip).
|
||||
// Set the definition of your LAN in this file (subnet and subnetmask).
|
||||
// When you load/start login-server and char-server, read what the server displays, and specially the section ---LAN CONFIGURATION---.
|
||||
// If you see a warning or something not good, correct it.
|
||||
// Now LAN client can access to your server.
|
||||
//
|
||||
// NB: if you want that nobody of your LAN can access to your server, put 127.0.0.1 in IP and 255.255.255.255 for the mask.
|
||||
// So only the localhost computer would access to your server.
|
||||
// NB2: you can use LAN name if you have some instead of IP and/or mask.
|
||||
// NB3: if you want set your server only for LAN people, set your LAN IP instead of the WAN IP, and set 127.0.0.1/255.255.255.255 for the LAN IP.
|
||||
//
|
||||
// HOW THAT WORKS:
|
||||
// When someone tries to connect to your server(s), the login-server/char-server checks its IP with the LAN subnet (subnet and subnetmask parameters).
|
||||
// If it matches, the login-server sends the LAN IP of the char-server (lan_char_ip); and char-server do same for map-server (lan_map_ip).
|
||||
// If not, the login-server sends the WAN IP of the char-server that it have received (char_ip in char_athena.conf)
|
||||
// and the char-server sends the WAN IP of the map-server that it have received (map_ip in map_athena.conf)
|
||||
|
||||
// put here the LAN IP of your char-server
|
||||
lan_char_ip: 127.0.0.1
|
||||
|
||||
// put here the LAN IP of your map-server
|
||||
lan_map_ip: 127.0.0.1
|
||||
|
||||
// put here the Subnet mask of your LAN
|
||||
subnet: 127.0.0.1
|
||||
subnetmask: 255.255.255.255
|
@ -1,140 +0,0 @@
|
||||
// eAthena - Log Configuration File
|
||||
|
||||
// Enable Logs?
|
||||
enable_logs: 1
|
||||
|
||||
// Use MySQL Logs? (SQL Version Only)
|
||||
sql_logs: 0
|
||||
|
||||
// LOGGING FILTERS [Lupus]
|
||||
//=============================================================
|
||||
//if any condition is true then the item will be logged
|
||||
//0 = Don't log at all
|
||||
//1 = Log any item
|
||||
//Advanced Filter Bits: ||
|
||||
//2 - Healing items (0)
|
||||
//3 - Etc Items(3) + Arrows (10)
|
||||
//4 - Usable Items(2)
|
||||
//5 - Weapon(4)
|
||||
//6 - Shields,Armor,Headgears,Accessories,etc(5)
|
||||
//7 - Cards(6)
|
||||
//8 - Pet Accessories(8) + Eggs(7) (well, monsters don't drop 'em but we'll use the same system for ALL logs)
|
||||
//9 - Log expensive items ( >= price_log)
|
||||
//10 - Log big amount of items ( >= amount_log)
|
||||
//11 - Log refined items (if their refine >= refine_log )
|
||||
//12 - Log rare items (if their drop chance <= rare_log )
|
||||
|
||||
//Example: (drops log)
|
||||
//log_drop: 1 = logs ANY items
|
||||
//log_drop: 2 = logs only HEALING items
|
||||
//log_drop: 4 = logs only Etc Items and Arrows
|
||||
//log_drop: 64 = logs only Cards
|
||||
//log_drop: 332 = logs only Healing items, Cards and those items which price is >= price_items_log
|
||||
//etc
|
||||
|
||||
//not implemented yet
|
||||
refine_items_log: 7
|
||||
//not implemented yet
|
||||
rare_items_log: 100
|
||||
//don't log it if the current item price < price_items_log
|
||||
price_items_log: 1000
|
||||
//don't log it if the current item amount < amount_items_log
|
||||
amount_items_log: 100
|
||||
//=============================================================
|
||||
|
||||
// Log Dead Branch Usage
|
||||
log_branch: 0
|
||||
|
||||
// Log Monster Drops (You can use a filter)
|
||||
log_drop: 0
|
||||
|
||||
// Log MVP Monster Drops
|
||||
log_mvpdrop: 0
|
||||
|
||||
// Log Present Items (Old Blue Box, etc.) (You can use a filter)
|
||||
log_present: 0
|
||||
|
||||
// Log Produced Items (You can use a filter)
|
||||
log_produce: 0
|
||||
|
||||
// Log Refining (You can use a filter)
|
||||
log_refine: 0
|
||||
|
||||
// Log Trading (You can use a filter)
|
||||
log_trade: 0
|
||||
|
||||
// Log Vending (You can use a filter)
|
||||
log_vend: 0
|
||||
|
||||
// Log Zeny Trades
|
||||
log_zeny: 0
|
||||
|
||||
// Log GM Commands (set to minimum level of Logged Commands)
|
||||
log_gm: 40
|
||||
|
||||
// Log NPC 'logmes' commands
|
||||
log_npc: 0
|
||||
|
||||
|
||||
// Dead Branch Log Table
|
||||
log_branch_db: branchlog
|
||||
|
||||
// Drop Log Table
|
||||
log_drop_db: droplog
|
||||
|
||||
// MVP Drop Table
|
||||
log_mvpdrop_db: mvplog
|
||||
|
||||
// Present Drop Table
|
||||
log_present_db: presentlog
|
||||
|
||||
// Produce Log Table
|
||||
log_produce_db: producelog
|
||||
|
||||
// Refine Log Table
|
||||
log_refine_db: refinelog
|
||||
|
||||
// Trade Log Table
|
||||
log_trade_db: tradelog
|
||||
|
||||
// Vend Log Table
|
||||
log_vend_db: vendlog
|
||||
|
||||
// GM Log Table
|
||||
log_gm_db: atcommandlog
|
||||
|
||||
// NPC Log Table
|
||||
log_npc_db: npclog
|
||||
|
||||
|
||||
// Dead Branch Log File
|
||||
log_branch_file: log/branchlog.log
|
||||
|
||||
// Drop Log File
|
||||
log_drop_file: log/droplog.log
|
||||
|
||||
// MVP Drop File
|
||||
log_mvpdrop_file: log/mvplog.log
|
||||
|
||||
// Present Drop File
|
||||
log_present_file: log/presentlog.log
|
||||
|
||||
// Produce Log File
|
||||
log_produce_file: log/producelog.log
|
||||
|
||||
// Refine Log File
|
||||
log_refine_file: log/refinelog.log
|
||||
|
||||
// Trade Log File
|
||||
log_trade_file: log/tradelog.log
|
||||
|
||||
// Vend Log File
|
||||
log_vend_file: log/vendlog.log
|
||||
|
||||
// GM Log File
|
||||
log_gm_file: log/atcommandlog.log
|
||||
|
||||
// NPC Log File
|
||||
log_npc_file: log/npclog.log
|
||||
|
||||
import: conf/import/log_conf.txt
|
@ -1,172 +0,0 @@
|
||||
// Athena Login Server configuration file.
|
||||
// Translated by Peter Kieser <pfak@telus.net>
|
||||
|
||||
// Login Server IP
|
||||
//
|
||||
// You should only need to set this if you are running behind a
|
||||
// firewall or on a machine with multiple interfaces. In that case,
|
||||
// you need to specify the IP address you wish to export to the entire world.
|
||||
//
|
||||
//login_ip:127.0.0.1
|
||||
|
||||
// What interface should we bind to.. if you have multiple IP's on one
|
||||
// machine, this lets you put multiple servers on the same ports
|
||||
// bind_ip:127.0.0.1
|
||||
|
||||
// Login Server Port
|
||||
login_port: 6900
|
||||
|
||||
// Whether remote administration is enabled or disabled (1 for enabled, 0 for disabled)
|
||||
admin_state: 0
|
||||
|
||||
// Administrative password, used by ladmin (perl software) to connect remotely to server.
|
||||
// NOTICE: If you enable remote administration, you should change its value for security
|
||||
admin_pass: admin
|
||||
|
||||
// Indicate the IP that the server accepts for remote administration.
|
||||
// put: 'all', or 'xxx.xxx.' (begin of an ip finished by '.' or a complete ip),
|
||||
// or a network and its mask (example: '123.456.789.012/24' or '123.456.789.012/255.255.255.0')
|
||||
// or 'clear' to suppress previous parameter (use it in import file mainly)
|
||||
// Add as many IP's as you wish.
|
||||
ladminallowip: all
|
||||
|
||||
// Console Commands
|
||||
// Allow for console commands to be used on/off
|
||||
// This prevents usage of >& log.file
|
||||
console: off
|
||||
|
||||
// Are login's case sensitive?
|
||||
case_sensitive: on
|
||||
|
||||
// Gamemaster password, used with the @gm command to obtain GM commands (level of gm set with level_new_gm parameter).
|
||||
// NOTICE: You should also change this one.
|
||||
gm_pass: gm
|
||||
|
||||
// Level of new GM created with @gm command. (default: 60)
|
||||
// If you set to 0, you disable creation of new GM with @gm.
|
||||
// To be able to create a gm with @gm, you must:
|
||||
// - give a level to this value (not 0)
|
||||
// - enable to level 0 the @gm command (atcommand_athena.conf) (default 100)
|
||||
// - enable gm commands to normal player (battle_athena.conf, atcommand_gm_only parameter)
|
||||
// - and normal player must give correct password when he use the @gm command
|
||||
level_new_gm: 60
|
||||
|
||||
// Can you make new accounts on the server? (1 for Yes, 0 for no)
|
||||
// (1 = _M/_F enabled, 0 = not enabled)
|
||||
new_account: 1
|
||||
|
||||
// Account flatfile database, stores account information.
|
||||
account_filename: save/account.txt
|
||||
|
||||
// What account AIDs have GM privs, and what level?
|
||||
gm_account_filename: conf/GM_account.txt
|
||||
|
||||
// Timer to check if GM_account file has been changed and reload GM account automaticaly
|
||||
// (in seconds; default: 15; value: 0 (disabled), or 2 or more)
|
||||
gm_account_filename_check_timer: 15
|
||||
|
||||
// Log Filename. All operations received by the server are logged in this file.
|
||||
login_log_filename: log/login.log
|
||||
|
||||
// To log the login server?
|
||||
log_login: 1
|
||||
|
||||
// Name of the file of that logs the unknown packets (for debug or hack check)
|
||||
login_log_unknown_packets_filename: log/login_unknown_packets.log
|
||||
|
||||
// Indicate if the unknown packets are saved or not
|
||||
//(the unknown packets coming from the char-server or ladministration does not relate to, which is always saved)
|
||||
// Be careful: if you receive an attack, your hard disk can cause lag...
|
||||
// So, active this option with a speed hard disk or for debug only.
|
||||
save_unknown_packets: 0
|
||||
|
||||
// Indicate if you want display the parse of the packets received in a normal connection
|
||||
// It's useful for debug. Possible values: 0: no (default), 1: yes
|
||||
display_parse_login: 0
|
||||
|
||||
// Indicate if you want display the parse of the packets received in administration connection
|
||||
// It's useful for debug. Possible values: 0: no (default), 1: yes
|
||||
display_parse_admin: 0
|
||||
|
||||
// Indicate if you want display the parse of the packets received from a char-server
|
||||
// It's useful for debug. Possible values: 0: no (default), 1: yes (without packet 0x2714), 2: all packets
|
||||
display_parse_fromchar: 0
|
||||
|
||||
// Indicate how to display date in logs, to players, etc.
|
||||
// 0: 31-12-2004 23:59:59
|
||||
// 1: 12-31-2004 23:59:59
|
||||
// 2: 2004-31-12 23:59:59
|
||||
// 3: 2004-12-31 23:59:59 (default)
|
||||
date_format: 3
|
||||
|
||||
// Indicate the minimum GM level of player that the server accepts to connection.
|
||||
// 0: all players (normal player are 0. it's default), 1-99: GM level at least with level x
|
||||
min_level_to_connect: 0
|
||||
|
||||
// Give possibility to adjust (ladmin command: timeadd) the time of an unlimited account.
|
||||
// If set to on/1/yes..., the adjustment is be done from actual time to set the final time of the account.
|
||||
// If set to no/0/no..., the adjustment can not be done on an unlimited account. You must set (ladmin command: timeset) a final time before to adjust (ladmin command: timeadd)
|
||||
add_to_unlimited_account: off
|
||||
|
||||
// Starting additional sec from now for the limited time at creation of account
|
||||
// -1: new account are created with UNlimited time (default value)
|
||||
// 0 or more: new accounts was created by addition of the value (in sec) to the actual time (to set first limited time)
|
||||
start_limited_time: -1
|
||||
|
||||
// It's to check IP of a player between login-server and char-server (part of anti-hacking system)
|
||||
// If player doesn't have same IP, connection is refused.
|
||||
// Set to 0/off/no to not check IP of player.
|
||||
// Set to 1/on/yes if you want to check (default)
|
||||
// Note: if you enable this option, be sure that your (local/lan/wan) players use correct ip (in xml file) to contact servers,
|
||||
// and that your LAN is correctly configured (!), and that LAN configuration of eathena is right.
|
||||
// if not correct, you can read list of char-servers, but not look slots of characters (rejected by server).
|
||||
check_ip_flag: yes
|
||||
|
||||
// Specify order of IP control if necessary (option: 'deny,allow', 'allow,deny', or 'mutual-failture')
|
||||
// (how to use 'allow' and 'deny' information)
|
||||
//order: allow,deny
|
||||
|
||||
// Indicate the IP that the server accept.
|
||||
// put: 'all', or 'xxx.xxx.' (begin of an ip finished by '.' or a complete ip),
|
||||
// or a network and its mask (example: '123.456.789.012/24' or '123.456.789.012/255.255.255.0')
|
||||
// or 'clear' to suppress previous parameter (use it in import file mainly)
|
||||
// Add as many IP's as you wish.
|
||||
//allow: all
|
||||
|
||||
// Indicate the IP that the server refuse.
|
||||
// Add as many IP's as you wish, as long as you put deny: before it.
|
||||
//deny: 123.123.123.123
|
||||
//deny: 234.234.234.234
|
||||
|
||||
//Check The clientversion set in the clientinfo ?
|
||||
check_client_version: no
|
||||
|
||||
//What version we would allow to connect? (if the options above is enabled..)
|
||||
client_version_to_connect: 20
|
||||
|
||||
//Passwords in Login DB are MD5 - <passwordencrypt> cannot b used on client with this on
|
||||
use_MD5_passwords: no
|
||||
|
||||
// Use the 'online' column to set users online and offline [MySQL only]
|
||||
register_users_online: 0
|
||||
|
||||
//Ban features: read readme for more info if you dont know this.
|
||||
ipban: 1
|
||||
dynamic_pass_failure_ban: 1
|
||||
dynamic_pass_failure_ban_time: 5
|
||||
dynamic_pass_failure_ban_how_many: 3
|
||||
dynamic_pass_failure_ban_how_long: 60
|
||||
dynamic_account_ban: 1
|
||||
dynamic_account_ban_class: 0
|
||||
|
||||
// Enable I'm Alive?
|
||||
imalive_on: 0
|
||||
// How often to display I'm Alive
|
||||
imalive_time: 60
|
||||
// Enable GUI flushing for Mugendai's GUI?
|
||||
flush_on: 0
|
||||
// How often to flush the buffer in Mugendai's GUI
|
||||
flush_time: 60
|
||||
|
||||
|
||||
import: conf/import/login_conf.txt
|
@ -1,93 +0,0 @@
|
||||
// ______ __ __
|
||||
// /\ _ \/\ \__/\ \
|
||||
// __\ \ \L\ \ \ ,_\ \ \___ __ ___ __
|
||||
// /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\
|
||||
///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_
|
||||
//\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
|
||||
// \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
|
||||
// _ _ _ _ _ _ _ _ _ _ _ _ _
|
||||
// / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
|
||||
//( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
|
||||
// \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
|
||||
//
|
||||
//--------------------------------------------------------------
|
||||
//eAthena Map-Server Configuration File
|
||||
//--------------------------------------------------------------
|
||||
|
||||
|
||||
//--------------------------------------------------------------
|
||||
// Configuration Info
|
||||
//--------------------------------------------------------------
|
||||
// Interserver communication passwords, set in account.txt (or equiv.)
|
||||
userid: s1
|
||||
passwd: p1
|
||||
|
||||
// Character Server IP
|
||||
//
|
||||
// You should only need to set this if you are running behind a
|
||||
// firewall or on a machine with multiple interfaces. In that case,
|
||||
// you need to specify the IP address you wish to export to the entire world.
|
||||
//
|
||||
//char_ip:127.0.0.1
|
||||
|
||||
// What interface should we bind to.. if you have multiple IP's on one
|
||||
// machine, this lets you put multiple servers on the same ports
|
||||
// bind_ip:127.0.0.1
|
||||
|
||||
// Character Server Port
|
||||
char_port: 6121
|
||||
|
||||
// Map Server IP
|
||||
//
|
||||
// You should only need to set this if you are running behind a
|
||||
// firewall or on a machine with multiple interfaces. In that case,
|
||||
// you need to specify the IP address you wish to export to the entire world.
|
||||
//
|
||||
//map_ip:127.0.0.1
|
||||
|
||||
// Map Server Port
|
||||
map_port: 5121
|
||||
|
||||
//Preferred map loading method
|
||||
// 0: Read directly from grf
|
||||
// 1: Read from cache (without compression)
|
||||
// 2: Read from cache (with compression)
|
||||
// If the cache was not found it will read the maps from the GRF and copy
|
||||
// any necessary data into a newly created cache.
|
||||
// It is possible to reduce the map cache to 1MB for 400+ maps with compression
|
||||
// enabled. If all maps are already loaded in the cache, Athena can boot without
|
||||
// reading the grf files.
|
||||
read_map_from_cache: 2
|
||||
//
|
||||
//Where is the bitmap file stored?
|
||||
map_cache_file: db/mapinfo.txt
|
||||
|
||||
// Console Commands
|
||||
// Allow for console commands to be used on/off
|
||||
// This prevents usage of >& log.file
|
||||
console: off
|
||||
|
||||
// Database autosave time, in seconds.
|
||||
autosave_time: 60
|
||||
|
||||
// Message of the day file, when a character logs on, this message is displayed.
|
||||
motd_txt: conf/motd.txt
|
||||
|
||||
// When @help or @h is typed when you are a gm, this is displayed for helping new gms understand gm commands.
|
||||
help_txt: conf/help.txt
|
||||
|
||||
mapreg_txt: save/mapreg.txt
|
||||
|
||||
// NPCs
|
||||
import: npc/npcs_athena.conf
|
||||
|
||||
// Maps:
|
||||
import: conf/maps_athena.conf
|
||||
|
||||
// Mugendai's GUI Support
|
||||
imalive_on: 0
|
||||
imalive_time: 30
|
||||
flush_on: 0
|
||||
flush_time: 30
|
||||
|
||||
import: conf/import/map_conf.txt
|
@ -1,46 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= GvG On Map Flags
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Description: =========================================
|
||||
//= gvg: Turns on GvG mode
|
||||
//===== Additional Comments: =================================
|
||||
//=
|
||||
//============================================================
|
||||
|
||||
// GvG Arenas ==============
|
||||
guild_vs1.gat mapflag gvg
|
||||
guild_vs2.gat mapflag gvg
|
||||
guild_vs3.gat mapflag gvg
|
||||
guild_vs4.gat mapflag gvg
|
||||
guild_vs5.gat mapflag gvg
|
||||
|
||||
// Guild Castles ==========
|
||||
aldeg_cas01.gat mapflag gvg
|
||||
aldeg_cas02.gat mapflag gvg
|
||||
aldeg_cas03.gat mapflag gvg
|
||||
aldeg_cas04.gat mapflag gvg
|
||||
aldeg_cas05.gat mapflag gvg
|
||||
gefg_cas01.gat mapflag gvg
|
||||
gefg_cas02.gat mapflag gvg
|
||||
gefg_cas03.gat mapflag gvg
|
||||
gefg_cas04.gat mapflag gvg
|
||||
gefg_cas05.gat mapflag gvg
|
||||
payg_cas01.gat mapflag gvg
|
||||
payg_cas02.gat mapflag gvg
|
||||
payg_cas03.gat mapflag gvg
|
||||
payg_cas04.gat mapflag gvg
|
||||
payg_cas05.gat mapflag gvg
|
||||
prtg_cas01.gat mapflag gvg
|
||||
prtg_cas02.gat mapflag gvg
|
||||
prtg_cas03.gat mapflag gvg
|
||||
prtg_cas04.gat mapflag gvg
|
||||
prtg_cas05.gat mapflag gvg
|
||||
|
||||
// Guild Dungeons ==========
|
||||
gld_dun01.gat mapflag gvg
|
||||
gld_dun02.gat mapflag gvg
|
||||
gld_dun03.gat mapflag gvg
|
||||
gld_dun04.gat mapflag gvg
|
@ -1,57 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map Flags for Indoors Buildings or Dungeons
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.1 [Lupus]
|
||||
//===== Compatible With: =====================================
|
||||
//=
|
||||
//===== Description: =========================================
|
||||
//= 'indoors' turns off all night effects.
|
||||
//============================================================
|
||||
|
||||
alberta_in.gat mapflag indoors
|
||||
izlude_in.gat mapflag indoors
|
||||
gef_tower.gat mapflag indoors
|
||||
geffen_in.gat mapflag indoors
|
||||
moc_castle.gat mapflag indoors
|
||||
morocc_in.gat mapflag indoors
|
||||
payon_in01.gat mapflag indoors
|
||||
payon_in02.gat mapflag indoors
|
||||
payon_in03.gat mapflag indoors
|
||||
prt_in.gat mapflag indoors
|
||||
prt_castle.gat mapflag indoors
|
||||
prt_church.gat mapflag indoors
|
||||
in_orcs01.gat mapflag indoors
|
||||
aldeba_in.gat mapflag indoors
|
||||
monk_in.gat mapflag indoors
|
||||
prt_are_in.gat mapflag indoors
|
||||
arena_room.gat mapflag indoors
|
||||
sword_1-1.gat mapflag indoors
|
||||
sword_2-1.gat mapflag indoors
|
||||
sword_3-1.gat mapflag indoors
|
||||
xmas_in.gat mapflag indoors
|
||||
cmd_in01.gat mapflag indoors
|
||||
cmd_in02.gat mapflag indoors
|
||||
yuno_in01.gat mapflag indoors
|
||||
yuno_in03.gat mapflag indoors
|
||||
yuno_in04.gat mapflag indoors
|
||||
yuno_in05.gat mapflag indoors
|
||||
alde_alche.gat mapflag indoors
|
||||
sec_in01.gat mapflag indoors
|
||||
ama_in01.gat mapflag indoors
|
||||
ama_in02.gat mapflag indoors
|
||||
gon_in.gat mapflag indoors
|
||||
um_in.gat mapflag indoors
|
||||
nif_in.gat mapflag indoors
|
||||
lou_in01.gat mapflag indoors
|
||||
lou_in02.gat mapflag indoors
|
||||
jawaii_in.gat mapflag indoors
|
||||
que_god01.gat mapflag indoors
|
||||
que_god02.gat mapflag indoors
|
||||
ayo_in01.gat mapflag indoors
|
||||
ayo_in02.gat mapflag indoors
|
||||
que_sign01.gat mapflag indoors
|
||||
ein_in01.gat mapflag indoors
|
||||
airport.gat mapflag indoors
|
||||
airplane.gat mapflag indoors
|
@ -1,45 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map Flags for Jails ( ATCommand @jail <player> )
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//=
|
||||
//===== Description: =========================================
|
||||
//= pvp: Turns on PvP mode
|
||||
//= pvp_noparty: Can't attack player in same party
|
||||
//= nobranch: No Dead Branching allowed.
|
||||
//= nomemo: No Warp Portal Memory Point allowed.
|
||||
//= nopenalty: No Exp. penalty when player dies.
|
||||
//= nosave: No saving respawn point allowed. Use SavePoint to use the
|
||||
//= players previous savepoint, or choose one manually.
|
||||
//= noteleport: No Teleporting allowed. No f-wings or b-wings.
|
||||
//===== Additional Comments: =================================
|
||||
//=
|
||||
//============================================================
|
||||
|
||||
|
||||
// No Memory =============================
|
||||
sec_pri.gat mapflag nomemo
|
||||
|
||||
// No Save ===============================
|
||||
sec_pri.gat mapflag nosave SavePoint
|
||||
|
||||
// No Teleport ===========================
|
||||
sec_pri.gat mapflag noteleport
|
||||
|
||||
// No Warp ===============================
|
||||
sec_pri.gat mapflag nowarp
|
||||
|
||||
// Bloody Jail ===========================
|
||||
//Uncomment following maps to let your prisoners fight with other prisoners
|
||||
|
||||
// PvP ===================================
|
||||
sec_pri.gat mapflag pvp
|
||||
|
||||
// No Party ==============================
|
||||
sec_pri.gat mapflag pvp_noparty
|
||||
|
||||
//Nightmare Equipment Drops PVP ==========
|
||||
sec_pri.gat mapflag pvp_nightmaredrop random,equip,300
|
@ -1,48 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that allow players to drop items/equips on death
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
|
||||
|
||||
//Nightmare Equipment Drops PVP
|
||||
pvp_n_1-1.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_2-1.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_3-1.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_4-1.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_5-1.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_6-1.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_7-1.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_8-1.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_1-2.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_2-2.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_3-2.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_4-2.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_5-2.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_6-2.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_7-2.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_8-2.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_1-3.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_2-3.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_3-3.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_4-3.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_5-3.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_6-3.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_7-3.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_8-3.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_1-4.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_2-4.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_3-4.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_4-4.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_5-4.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_6-4.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_7-4.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_8-4.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_1-5.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_2-5.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_3-5.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_4-5.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_5-5.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_6-5.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_7-5.gat mapflag pvp_nightmaredrop random,equip,300
|
||||
pvp_n_8-5.gat mapflag pvp_nightmaredrop random,equip,300
|
@ -1,230 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disable dead branching
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= 1.2 [Lupus]
|
||||
//===== Current Version: =====================================
|
||||
|
||||
// Cities ================>\\
|
||||
ayo_in01.gat mapflag nobranch
|
||||
ayo_in02.gat mapflag nobranch
|
||||
alb_ship.gat mapflag nobranch
|
||||
alberta_in.gat mapflag nobranch
|
||||
aldeba_in.gat mapflag nobranch
|
||||
ama_in01.gat mapflag nobranch
|
||||
ama_in02.gat mapflag nobranch
|
||||
cmd_in01.gat mapflag nobranch
|
||||
cmd_in02.gat mapflag nobranch
|
||||
gef_tower.gat mapflag nobranch
|
||||
geffen_in.gat mapflag nobranch
|
||||
gon_in.gat mapflag nobranch
|
||||
gon_test.gat mapflag nobranch
|
||||
in_orcs01.gat mapflag nobranch
|
||||
izlude_in.gat mapflag nobranch
|
||||
jawaii_in.gat mapflag nobranch
|
||||
lou_in01.gat mapflag nobranch
|
||||
lou_in02.gat mapflag nobranch
|
||||
moc_castle.gat mapflag nobranch
|
||||
morocc_in.gat mapflag nobranch
|
||||
new_1-1.gat mapflag nobranch
|
||||
new_1-2.gat mapflag nobranch
|
||||
new_1-3.gat mapflag nobranch
|
||||
new_1-4.gat mapflag nobranch
|
||||
nif_in.gat mapflag nobranch
|
||||
payon_in01.gat mapflag nobranch
|
||||
payon_in02.gat mapflag nobranch
|
||||
payon_in03.gat mapflag nobranch
|
||||
prt_castle.gat mapflag nobranch
|
||||
prt_church.gat mapflag nobranch
|
||||
prt_in.gat mapflag nobranch
|
||||
um_in.gat mapflag nobranch
|
||||
xmas_in.gat mapflag nobranch
|
||||
yuno_in01.gat mapflag nobranch
|
||||
yuno_in03.gat mapflag nobranch
|
||||
yuno_in04.gat mapflag nobranch
|
||||
yuno_in05.gat mapflag nobranch
|
||||
que_sign01.gat mapflag nobranch
|
||||
ein_in01.gat mapflag nobranch
|
||||
airport.gat mapflag nobranch
|
||||
airplane.gat mapflag nobranch
|
||||
|
||||
// Job Quests ====================
|
||||
sword_1-1.gat mapflag nobranch
|
||||
sword_2-1.gat mapflag nobranch
|
||||
sword_3-1.gat mapflag nobranch
|
||||
job_thief1.gat mapflag nobranch
|
||||
// 2-1
|
||||
job_hunte.gat mapflag nobranch
|
||||
job_knt.gat mapflag nobranch
|
||||
job_prist.gat mapflag nobranch
|
||||
job_wiz.gat mapflag nobranch
|
||||
in_moc_16.gat mapflag nobranch
|
||||
in_hunter.gat mapflag nobranch
|
||||
// 2-2
|
||||
alde_alche.gat mapflag nobranch
|
||||
job_cru.gat mapflag nobranch
|
||||
job_duncer.gat mapflag nobranch
|
||||
job_monk.gat mapflag nobranch
|
||||
monk_test.gat mapflag nobranch
|
||||
monk_in.gat mapflag nobranch
|
||||
in_rogue.gat mapflag nobranch
|
||||
job_sage.gat mapflag nobranch
|
||||
|
||||
// Special Quests Places =========
|
||||
que_god01.gat mapflag noteleport
|
||||
que_god02.gat mapflag noteleport
|
||||
|
||||
// Guild Castles ==================
|
||||
//alde_gld.gat mapflag nobranch
|
||||
aldeg_cas01.gat mapflag nobranch
|
||||
aldeg_cas02.gat mapflag nobranch
|
||||
aldeg_cas03.gat mapflag nobranch
|
||||
aldeg_cas04.gat mapflag nobranch
|
||||
aldeg_cas05.gat mapflag nobranch
|
||||
gefg_cas01.gat mapflag nobranch
|
||||
gefg_cas02.gat mapflag nobranch
|
||||
gefg_cas03.gat mapflag nobranch
|
||||
gefg_cas04.gat mapflag nobranch
|
||||
gefg_cas05.gat mapflag nobranch
|
||||
//pay_gld.gat mapflag nobranch
|
||||
payg_cas01.gat mapflag nobranch
|
||||
payg_cas02.gat mapflag nobranch
|
||||
payg_cas03.gat mapflag nobranch
|
||||
payg_cas04.gat mapflag nobranch
|
||||
payg_cas05.gat mapflag nobranch
|
||||
//prt_gld.gat mapflag nobranch
|
||||
prtg_cas01.gat mapflag nobranch
|
||||
prtg_cas02.gat mapflag nobranch
|
||||
prtg_cas03.gat mapflag nobranch
|
||||
prtg_cas04.gat mapflag nobranch
|
||||
prtg_cas05.gat mapflag nobranch
|
||||
|
||||
// GvG Arenas =====================
|
||||
guild_vs1.gat mapflag nobranch
|
||||
guild_vs2.gat mapflag nobranch
|
||||
guild_vs3.gat mapflag nobranch
|
||||
guild_vs4.gat mapflag nobranch
|
||||
guild_vs5.gat mapflag nobranch
|
||||
|
||||
// Arenas ================>\\
|
||||
arena_room.gat mapflag nobranch
|
||||
force_1-1.gat mapflag nobranch
|
||||
force_1-2.gat mapflag nobranch
|
||||
force_1-3.gat mapflag nobranch
|
||||
ordeal_1-1.gat mapflag nobranch
|
||||
ordeal_1-2.gat mapflag nobranch
|
||||
ordeal_1-3.gat mapflag nobranch
|
||||
ordeal_2-1.gat mapflag nobranch
|
||||
ordeal_2-2.gat mapflag nobranch
|
||||
ordeal_2-3.gat mapflag nobranch
|
||||
ordeal_3-1.gat mapflag nobranch
|
||||
ordeal_3-2.gat mapflag nobranch
|
||||
ordeal_3-3.gat mapflag nobranch
|
||||
pvp_2vs2.gat mapflag nobranch
|
||||
pvp_c_room.gat mapflag nobranch
|
||||
pvp_room.gat mapflag nobranch
|
||||
quiz_00.gat mapflag nobranch
|
||||
quiz_01.gat mapflag nobranch
|
||||
sec_in01.gat mapflag nobranch
|
||||
hunter_1-1.gat mapflag nobranch
|
||||
hunter_2-1.gat mapflag nobranch
|
||||
hunter_3-1.gat mapflag nobranch
|
||||
knight_1-1.gat mapflag nobranch
|
||||
knight_2-1.gat mapflag nobranch
|
||||
knight_3-1.gat mapflag nobranch
|
||||
priest_1-1.gat mapflag nobranch
|
||||
priest_2-1.gat mapflag nobranch
|
||||
priest_3-1.gat mapflag nobranch
|
||||
prt_are_in.gat mapflag nobranch
|
||||
prt_are01.gat mapflag nobranch
|
||||
thief_1-1.gat mapflag nobranch
|
||||
thief_2-1.gat mapflag nobranch
|
||||
thief_3-1.gat mapflag nobranch
|
||||
wizard_1-1.gat mapflag nobranch
|
||||
wizard_2-1.gat mapflag nobranch
|
||||
wizard_3-1.gat mapflag nobranch
|
||||
|
||||
// PvP Arenas =========================
|
||||
pvp_y_room.gat mapflag nobranch
|
||||
pvp_y_1-1.gat mapflag nobranch
|
||||
pvp_y_1-2.gat mapflag nobranch
|
||||
pvp_y_1-3.gat mapflag nobranch
|
||||
pvp_y_1-4.gat mapflag nobranch
|
||||
pvp_y_1-5.gat mapflag nobranch
|
||||
pvp_y_2-1.gat mapflag nobranch
|
||||
pvp_y_2-2.gat mapflag nobranch
|
||||
pvp_y_2-3.gat mapflag nobranch
|
||||
pvp_y_2-4.gat mapflag nobranch
|
||||
pvp_y_2-5.gat mapflag nobranch
|
||||
pvp_y_3-1.gat mapflag nobranch
|
||||
pvp_y_3-2.gat mapflag nobranch
|
||||
pvp_y_3-3.gat mapflag nobranch
|
||||
pvp_y_3-4.gat mapflag nobranch
|
||||
pvp_y_3-5.gat mapflag nobranch
|
||||
pvp_y_4-1.gat mapflag nobranch
|
||||
pvp_y_4-2.gat mapflag nobranch
|
||||
pvp_y_4-3.gat mapflag nobranch
|
||||
pvp_y_4-4.gat mapflag nobranch
|
||||
pvp_y_4-5.gat mapflag nobranch
|
||||
pvp_y_5-1.gat mapflag nobranch
|
||||
pvp_y_5-2.gat mapflag nobranch
|
||||
pvp_y_5-3.gat mapflag nobranch
|
||||
pvp_y_5-4.gat mapflag nobranch
|
||||
pvp_y_5-5.gat mapflag nobranch
|
||||
pvp_y_6-1.gat mapflag nobranch
|
||||
pvp_y_6-2.gat mapflag nobranch
|
||||
pvp_y_6-3.gat mapflag nobranch
|
||||
pvp_y_6-4.gat mapflag nobranch
|
||||
pvp_y_6-5.gat mapflag nobranch
|
||||
pvp_y_7-1.gat mapflag nobranch
|
||||
pvp_y_7-2.gat mapflag nobranch
|
||||
pvp_y_7-3.gat mapflag nobranch
|
||||
pvp_y_7-4.gat mapflag nobranch
|
||||
pvp_y_7-5.gat mapflag nobranch
|
||||
pvp_y_8-1.gat mapflag nobranch
|
||||
pvp_y_8-2.gat mapflag nobranch
|
||||
pvp_y_8-3.gat mapflag nobranch
|
||||
pvp_y_8-4.gat mapflag nobranch
|
||||
pvp_y_8-5.gat mapflag nobranch
|
||||
pvp_n_room.gat mapflag nobranch
|
||||
pvp_n_1-1.gat mapflag nobranch
|
||||
pvp_n_1-2.gat mapflag nobranch
|
||||
pvp_n_1-3.gat mapflag nobranch
|
||||
pvp_n_1-4.gat mapflag nobranch
|
||||
pvp_n_1-5.gat mapflag nobranch
|
||||
pvp_n_2-1.gat mapflag nobranch
|
||||
pvp_n_2-2.gat mapflag nobranch
|
||||
pvp_n_2-3.gat mapflag nobranch
|
||||
pvp_n_2-4.gat mapflag nobranch
|
||||
pvp_n_2-5.gat mapflag nobranch
|
||||
pvp_n_3-1.gat mapflag nobranch
|
||||
pvp_n_3-2.gat mapflag nobranch
|
||||
pvp_n_3-3.gat mapflag nobranch
|
||||
pvp_n_3-4.gat mapflag nobranch
|
||||
pvp_n_3-5.gat mapflag nobranch
|
||||
pvp_n_4-1.gat mapflag nobranch
|
||||
pvp_n_4-2.gat mapflag nobranch
|
||||
pvp_n_4-3.gat mapflag nobranch
|
||||
pvp_n_4-4.gat mapflag nobranch
|
||||
pvp_n_4-5.gat mapflag nobranch
|
||||
pvp_n_5-1.gat mapflag nobranch
|
||||
pvp_n_5-2.gat mapflag nobranch
|
||||
pvp_n_5-3.gat mapflag nobranch
|
||||
pvp_n_5-4.gat mapflag nobranch
|
||||
pvp_n_5-5.gat mapflag nobranch
|
||||
pvp_n_6-1.gat mapflag nobranch
|
||||
pvp_n_6-2.gat mapflag nobranch
|
||||
pvp_n_6-3.gat mapflag nobranch
|
||||
pvp_n_6-4.gat mapflag nobranch
|
||||
pvp_n_6-5.gat mapflag nobranch
|
||||
pvp_n_7-1.gat mapflag nobranch
|
||||
pvp_n_7-2.gat mapflag nobranch
|
||||
pvp_n_7-3.gat mapflag nobranch
|
||||
pvp_n_7-4.gat mapflag nobranch
|
||||
pvp_n_7-5.gat mapflag nobranch
|
||||
pvp_n_8-1.gat mapflag nobranch
|
||||
pvp_n_8-2.gat mapflag nobranch
|
||||
pvp_n_8-3.gat mapflag nobranch
|
||||
pvp_n_8-4.gat mapflag nobranch
|
||||
pvp_n_8-5.gat mapflag nobranch
|
||||
pvp_2vs2.gat mapflag nobranch
|
@ -1,68 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disable icewall skill
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//=============================================================
|
||||
//= noicewall: Disables Icewall skill.
|
||||
//= To disable Icewall on a specific map add the mapname here.
|
||||
//= 1.2 [Lupus]
|
||||
//============================================================
|
||||
|
||||
ayo_in01.gat mapflag noicewall
|
||||
ayo_in02.gat mapflag noicewall
|
||||
alberta_in.gat mapflag noicewall
|
||||
alberta.gat mapflag noicewall
|
||||
alde_alche.gat mapflag noicewall
|
||||
aldeba_in.gat mapflag noicewall
|
||||
aldebaran.gat mapflag noicewall
|
||||
ama_in01.gat mapflag noicewall
|
||||
ama_in02.gat mapflag noicewall
|
||||
amatsu.gat mapflag noicewall
|
||||
cmd_in01.gat mapflag noicewall
|
||||
cmd_in02.gat mapflag noicewall
|
||||
comodo.gat mapflag noicewall
|
||||
gef_tower.gat mapflag noicewall
|
||||
geffen.gat mapflag noicewall
|
||||
geffen_in.gat mapflag noicewall
|
||||
gon_in.gat mapflag noicewall
|
||||
gonryun.gat mapflag noicewall
|
||||
in_hunter.gat mapflag noicewall
|
||||
in_moc_16.gat mapflag noicewall
|
||||
in_orcs01.gat mapflag noicewall
|
||||
izlude_in.gat mapflag noicewall
|
||||
izlude.gat mapflag noicewall
|
||||
moc_castle.gat mapflag noicewall
|
||||
monk_in.gat mapflag noicewall
|
||||
morocc_in.gat mapflag noicewall
|
||||
morocc.gat mapflag noicewall
|
||||
payon_in01.gat mapflag noicewall
|
||||
payon_in02.gat mapflag noicewall
|
||||
payon_in03.gat mapflag noicewall
|
||||
payon.gat mapflag noicewall
|
||||
pay_arche.gat mapflag noicewall
|
||||
prt_are_in.gat mapflag noicewall
|
||||
prt_are01.gat mapflag noicewall
|
||||
prt_castle.gat mapflag noicewall
|
||||
prt_church.gat mapflag noicewall
|
||||
prt_in.gat mapflag noicewall
|
||||
prontera.gat mapflag noicewall
|
||||
sec_in01.gat mapflag noicewall
|
||||
sword_1-1.gat mapflag noicewall
|
||||
sword_2-1.gat mapflag noicewall
|
||||
sword_3-1.gat mapflag noicewall
|
||||
um_in.gat mapflag noicewall
|
||||
umbala.gat mapflag noicewall
|
||||
xmas_in.gat mapflag noicewall
|
||||
xmas.gat mapflag noicewall
|
||||
yuno_in01.gat mapflag noicewall
|
||||
yuno_in03.gat mapflag noicewall
|
||||
yuno_in04.gat mapflag noicewall
|
||||
yuno_in05.gat mapflag noicewall
|
||||
yuno.gat mapflag noicewall
|
||||
gon_test.gat mapflag noicewall
|
||||
nif_in.gat mapflag noicewall
|
||||
louyang.gat mapflag noicewall
|
||||
que_sign01.gat mapflag noicewall
|
||||
ein_in01.gat mapflag noicewall
|
||||
airport.gat mapflag noicewall
|
||||
airplane.gat mapflag noicewall
|
@ -1,386 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disable warp portal memory
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= 1.2 [Lupus]
|
||||
//===== Current Version: =====================================
|
||||
|
||||
|
||||
// Towns ====================
|
||||
ayo_in01.gat mapflag nomemo
|
||||
ayo_in02.gat mapflag nomemo
|
||||
ayo_fild02.gat mapflag nomemo
|
||||
alb2trea.gat mapflag nomemo
|
||||
alb_ship.gat mapflag nomemo
|
||||
alberta_in.gat mapflag nomemo
|
||||
aldeba_in.gat mapflag nomemo
|
||||
ama_in01.gat mapflag nomemo
|
||||
ama_in02.gat mapflag nomemo
|
||||
cmd_in01.gat mapflag nomemo
|
||||
cmd_in02.gat mapflag nomemo
|
||||
gef_fild06.gat mapflag nomemo
|
||||
gef_fild08.gat mapflag nomemo
|
||||
gef_fild12.gat mapflag nomemo
|
||||
gef_tower.gat mapflag nomemo
|
||||
geffen_in.gat mapflag nomemo
|
||||
gon_test.gat mapflag nomemo
|
||||
gon_in.gat mapflag nomemo
|
||||
in_orcs01.gat mapflag nomemo
|
||||
izlude_in.gat mapflag nomemo
|
||||
jawaii_in.gat mapflag nomemo
|
||||
lou_in01.gat mapflag nomemo
|
||||
lou_in02.gat mapflag nomemo
|
||||
moc_castle.gat mapflag nomemo
|
||||
morocc_in.gat mapflag nomemo
|
||||
mjolnir_01.gat mapflag nomemo
|
||||
mjolnir_07.gat mapflag nomemo
|
||||
mjolnir_10.gat mapflag nomemo
|
||||
niflheim.gat mapflag nomemo
|
||||
nif_in.gat mapflag nomemo
|
||||
new_1-1.gat mapflag nomemo
|
||||
new_1-2.gat mapflag nomemo
|
||||
new_1-3.gat mapflag nomemo
|
||||
new_1-4.gat mapflag nomemo
|
||||
pay_fild05.gat mapflag nomemo
|
||||
payon_in01.gat mapflag nomemo
|
||||
payon_in02.gat mapflag nomemo
|
||||
payon_in03.gat mapflag nomemo
|
||||
prt_castle.gat mapflag nomemo
|
||||
prt_church.gat mapflag nomemo
|
||||
prt_in.gat mapflag nomemo
|
||||
um_in.gat mapflag nomemo
|
||||
um_fild01.gat mapflag nomemo
|
||||
um_fild02.gat mapflag nomemo
|
||||
um_fild03.gat mapflag nomemo
|
||||
xmas_in.gat mapflag nomemo
|
||||
yuno_fild02.gat mapflag nomemo
|
||||
yuno_in01.gat mapflag nomemo
|
||||
yuno_in02.gat mapflag nomemo
|
||||
yuno_in03.gat mapflag nomemo
|
||||
que_sign01.gat mapflag nomemo
|
||||
ein_in01.gat mapflag nomemo
|
||||
airport.gat mapflag nomemo
|
||||
airplane.gat mapflag nomemo
|
||||
|
||||
|
||||
// Job quests ================
|
||||
sword_1-1.gat mapflag nomemo
|
||||
sword_2-1.gat mapflag nomemo
|
||||
sword_3-1.gat mapflag nomemo
|
||||
job_thief1.gat mapflag nomemo
|
||||
// 2-1 -----------------------
|
||||
job_hunte.gat mapflag nomemo
|
||||
job_knight.gat mapflag nomemo
|
||||
job_prist.gat mapflag nomemo
|
||||
job_wiz.gat mapflag nomemo
|
||||
in_hunter.gat mapflag nomemo
|
||||
in_moc_16.gat mapflag nomemo
|
||||
// 2-2 --------------------
|
||||
alde_alche.gat mapflag nomemo
|
||||
job_cru.gat mapflag nomemo
|
||||
job_duncer.gat mapflag nomemo
|
||||
job_monk.gat mapflag nomemo
|
||||
monk_test.gat mapflag nomemo
|
||||
monk_in.gat mapflag nomemo
|
||||
in_rogue.gat mapflag nomemo
|
||||
job_sage.gat mapflag nomemo
|
||||
|
||||
// Special Quests Places =====
|
||||
que_god01.gat mapflag nomemo
|
||||
que_god02.gat mapflag nomemo
|
||||
|
||||
|
||||
// Dungeons =================
|
||||
alde_dun01.gat mapflag nomemo
|
||||
alde_dun02.gat mapflag nomemo
|
||||
alde_dun03.gat mapflag nomemo
|
||||
alde_dun04.gat mapflag nomemo
|
||||
// Anthelll ------------------
|
||||
anthell01.gat mapflag nomemo
|
||||
anthell02.gat mapflag nomemo
|
||||
// Amatsu Dungeon ------------
|
||||
ama_dun01.gat mapflag nomemo
|
||||
ama_dun02.gat mapflag nomemo
|
||||
ama_dun03.gat mapflag nomemo
|
||||
// Comodo Beach --------------
|
||||
beach_dun.gat mapflag nomemo
|
||||
beach_dun2.gat mapflag nomemo
|
||||
beach_dun3.gat mapflag nomemo
|
||||
// Clock Tower ---------------
|
||||
c_tower1.gat mapflag nomemo
|
||||
c_tower2.gat mapflag nomemo
|
||||
c_tower3.gat mapflag nomemo
|
||||
c_tower4.gat mapflag nomemo
|
||||
// Geffen Dun ----------------
|
||||
gef_dun00.gat mapflag nomemo
|
||||
gef_dun01.gat mapflag nomemo
|
||||
gef_dun02.gat mapflag nomemo
|
||||
gef_dun03.gat mapflag nomemo
|
||||
// Gonryun Dun ---------------
|
||||
gon_dun01.gat mapflag nomemo
|
||||
gon_dun02.gat mapflag nomemo
|
||||
gon_dun03.gat mapflag nomemo
|
||||
// Glast Hiem ----------------
|
||||
gl_cas01.gat mapflag nomemo
|
||||
gl_cas02.gat mapflag nomemo
|
||||
gl_church.gat mapflag nomemo
|
||||
gl_chyard.gat mapflag nomemo
|
||||
gl_dun01.gat mapflag nomemo
|
||||
gl_dun02.gat mapflag nomemo
|
||||
gl_in01.gat mapflag nomemo
|
||||
gl_knt01.gat mapflag nomemo
|
||||
gl_knt02.gat mapflag nomemo
|
||||
gl_prison.gat mapflag nomemo
|
||||
gl_prison1.gat mapflag nomemo
|
||||
gl_sew01.gat mapflag nomemo
|
||||
gl_sew02.gat mapflag nomemo
|
||||
gl_sew03.gat mapflag nomemo
|
||||
gl_sew04.gat mapflag nomemo
|
||||
gl_step.gat mapflag nomemo
|
||||
// Guild Dun -----------------
|
||||
gld_dun01.gat mapflag nomemo
|
||||
gld_dun02.gat mapflag nomemo
|
||||
gld_dun03.gat mapflag nomemo
|
||||
gld_dun04.gat mapflag nomemo
|
||||
// Gongyun Dungeon ------------
|
||||
gon_dun01.gat mapflag nomemo
|
||||
gon_dun02.gat mapflag nomemo
|
||||
gon_dun03.gat mapflag nomemo
|
||||
// Bayalan Island ------------
|
||||
iz_dun00.gat mapflag nomemo
|
||||
iz_dun01.gat mapflag nomemo
|
||||
iz_dun02.gat mapflag nomemo
|
||||
iz_dun03.gat mapflag nomemo
|
||||
iz_dun04.gat mapflag nomemo
|
||||
// Sphinx --------------------
|
||||
in_sphinx1.gat mapflag nomemo
|
||||
in_sphinx2.gat mapflag nomemo
|
||||
in_sphinx3.gat mapflag nomemo
|
||||
in_sphinx4.gat mapflag nomemo
|
||||
in_sphinx5.gat mapflag nomemo
|
||||
// Louyang Dun --------------
|
||||
lou_dun03.gat mapflag nomemo
|
||||
lou_dun02.gat mapflag nomemo
|
||||
lou_dun01.gat mapflag nomemo
|
||||
// Magma Dun -----------------
|
||||
mag_dun01.gat mapflag nomemo
|
||||
mag_dun02.gat mapflag nomemo
|
||||
// Pyrmaids ------------------
|
||||
moc_pryd01.gat mapflag nomemo
|
||||
moc_pryd02.gat mapflag nomemo
|
||||
moc_pryd03.gat mapflag nomemo
|
||||
moc_pryd04.gat mapflag nomemo
|
||||
moc_pryd05.gat mapflag nomemo
|
||||
moc_pryd06.gat mapflag nomemo
|
||||
moc_prydb1.gat mapflag nomemo
|
||||
// Coal Mine(Dead Pitt) ------
|
||||
mjo_dun01.gat mapflag nomemo
|
||||
mjo_dun02.gat mapflag nomemo
|
||||
mjo_dun03.gat mapflag nomemo
|
||||
// Orc Dun -------------------
|
||||
orcsdun01.gat mapflag nomemo
|
||||
orcsdun02.gat mapflag nomemo
|
||||
// Payon Cave ----------------
|
||||
pay_dun00.gat mapflag nomemo
|
||||
pay_dun01.gat mapflag nomemo
|
||||
pay_dun02.gat mapflag nomemo
|
||||
pay_dun03.gat mapflag nomemo
|
||||
pay_dun04.gat mapflag nomemo
|
||||
// Hidden Temple ------------
|
||||
prt_maze01.gat mapflag nomemo
|
||||
prt_maze02.gat mapflag nomemo
|
||||
prt_maze03.gat mapflag nomemo
|
||||
// Culvert Sewers ------------
|
||||
prt_sewb1.gat mapflag nomemo
|
||||
prt_sewb2.gat mapflag nomemo
|
||||
prt_sewb3.gat mapflag nomemo
|
||||
prt_sewb4.gat mapflag nomemo
|
||||
// Gonryun Dun ---------------
|
||||
gon_dun01.gat mapflag nomemo
|
||||
gon_dun02.gat mapflag nomemo
|
||||
gon_dun03.gat mapflag nomemo
|
||||
// Sunken Ship ---------------
|
||||
treasure01.gat mapflag nomemo
|
||||
treasure02.gat mapflag nomemo
|
||||
// Turtle Island -------------
|
||||
tur_dun01.gat mapflag nomemo
|
||||
tur_dun02.gat mapflag nomemo
|
||||
tur_dun03.gat mapflag nomemo
|
||||
tur_dun04.gat mapflag nomemo
|
||||
tur_dun05.gat mapflag nomemo
|
||||
tur_dun06.gat mapflag nomemo
|
||||
// Umbala Dun ----------------
|
||||
um_dun01.gat mapflag nomemo
|
||||
um_dun02.gat mapflag nomemo
|
||||
// Toy Factory ---------------
|
||||
xmas_dun01.gat mapflag nomemo
|
||||
xmas_dun02.gat mapflag nomemo
|
||||
// Yggdrasil Tree Dun --------
|
||||
yggdrasil01.gat mapflag nomemo
|
||||
// Old Geffenia --------------
|
||||
gefenia01.gat mapflag nomemo
|
||||
gefenia02.gat mapflag nomemo
|
||||
gefenia03.gat mapflag nomemo
|
||||
gefenia04.gat mapflag nomemo
|
||||
|
||||
// Guild Castles =============
|
||||
//alde_gld.gat mapflag nomemo
|
||||
aldeg_cas01.gat mapflag nomemo
|
||||
aldeg_cas02.gat mapflag nomemo
|
||||
aldeg_cas03.gat mapflag nomemo
|
||||
aldeg_cas04.gat mapflag nomemo
|
||||
aldeg_cas05.gat mapflag nomemo
|
||||
gefg_cas01.gat mapflag nomemo
|
||||
gefg_cas02.gat mapflag nomemo
|
||||
gefg_cas03.gat mapflag nomemo
|
||||
gefg_cas04.gat mapflag nomemo
|
||||
gefg_cas05.gat mapflag nomemo
|
||||
//pay_gld.gat mapflag nomemo
|
||||
payg_cas01.gat mapflag nomemo
|
||||
payg_cas02.gat mapflag nomemo
|
||||
payg_cas03.gat mapflag nomemo
|
||||
payg_cas04.gat mapflag nomemo
|
||||
payg_cas05.gat mapflag nomemo
|
||||
//prt_gld.gat mapflag nomemo
|
||||
prtg_cas01.gat mapflag nomemo
|
||||
prtg_cas02.gat mapflag nomemo
|
||||
prtg_cas03.gat mapflag nomemo
|
||||
prtg_cas04.gat mapflag nomemo
|
||||
prtg_cas05.gat mapflag nomemo
|
||||
gefg_cas01.gat mapflag nomemo
|
||||
gefg_cas02.gat mapflag nomemo
|
||||
gefg_cas03.gat mapflag nomemo
|
||||
gefg_cas04.gat mapflag nomemo
|
||||
gefg_cas05.gat mapflag nomemo
|
||||
|
||||
// GvG Arenas ================
|
||||
guild_vs1.gat mapflag nomemo
|
||||
guild_vs2.gat mapflag nomemo
|
||||
guild_vs3.gat mapflag nomemo
|
||||
guild_vs4.gat mapflag nomemo
|
||||
guild_vs5.gat mapflag nomemo
|
||||
|
||||
// Arenas ====================
|
||||
arena_room.gat mapflag nomemo
|
||||
force_1-1.gat mapflag nomemo
|
||||
force_1-2.gat mapflag nomemo
|
||||
force_1-3.gat mapflag nomemo
|
||||
ordeal_1-1.gat mapflag nomemo
|
||||
ordeal_1-2.gat mapflag nomemo
|
||||
ordeal_1-3.gat mapflag nomemo
|
||||
ordeal_2-1.gat mapflag nomemo
|
||||
ordeal_2-2.gat mapflag nomemo
|
||||
ordeal_2-3.gat mapflag nomemo
|
||||
ordeal_3-1.gat mapflag nomemo
|
||||
ordeal_3-2.gat mapflag nomemo
|
||||
ordeal_3-3.gat mapflag nomemo
|
||||
pvp_2vs2.gat mapflag nomemo
|
||||
pvp_c_room.gat mapflag nomemo
|
||||
pvp_room.gat mapflag nomemo
|
||||
quiz_00.gat mapflag nomemo
|
||||
quiz_01.gat mapflag nomemo
|
||||
sec_in01.gat mapflag nomemo
|
||||
sec_in02.gat mapflag nomemo
|
||||
hunter_1-1.gat mapflag nomemo
|
||||
hunter_2-1.gat mapflag nomemo
|
||||
hunter_3-1.gat mapflag nomemo
|
||||
knight_1-1.gat mapflag nomemo
|
||||
knight_2-1.gat mapflag nomemo
|
||||
knight_3-1.gat mapflag nomemo
|
||||
priest_1-1.gat mapflag nomemo
|
||||
priest_2-1.gat mapflag nomemo
|
||||
priest_3-1.gat mapflag nomemo
|
||||
prt_are_in.gat mapflag nomemo
|
||||
prt_are_in.gat mapflag nomemo
|
||||
prt_are01.gat mapflag nomemo
|
||||
thief_1-1.gat mapflag nomemo
|
||||
thief_2-1.gat mapflag nomemo
|
||||
thief_3-1.gat mapflag nomemo
|
||||
wizard_1-1.gat mapflag nomemo
|
||||
wizard_2-1.gat mapflag nomemo
|
||||
wizard_3-1.gat mapflag nomemo
|
||||
|
||||
// PvP Arenas ================
|
||||
pvp_y_room.gat mapflag nomemo
|
||||
pvp_y_1-1.gat mapflag nomemo
|
||||
pvp_y_1-2.gat mapflag nomemo
|
||||
pvp_y_1-3.gat mapflag nomemo
|
||||
pvp_y_1-4.gat mapflag nomemo
|
||||
pvp_y_1-5.gat mapflag nomemo
|
||||
pvp_y_2-1.gat mapflag nomemo
|
||||
pvp_y_2-2.gat mapflag nomemo
|
||||
pvp_y_2-3.gat mapflag nomemo
|
||||
pvp_y_2-4.gat mapflag nomemo
|
||||
pvp_y_2-5.gat mapflag nomemo
|
||||
pvp_y_3-1.gat mapflag nomemo
|
||||
pvp_y_3-2.gat mapflag nomemo
|
||||
pvp_y_3-3.gat mapflag nomemo
|
||||
pvp_y_3-4.gat mapflag nomemo
|
||||
pvp_y_3-5.gat mapflag nomemo
|
||||
pvp_y_4-1.gat mapflag nomemo
|
||||
pvp_y_4-2.gat mapflag nomemo
|
||||
pvp_y_4-3.gat mapflag nomemo
|
||||
pvp_y_4-4.gat mapflag nomemo
|
||||
pvp_y_4-5.gat mapflag nomemo
|
||||
pvp_y_5-1.gat mapflag nomemo
|
||||
pvp_y_5-2.gat mapflag nomemo
|
||||
pvp_y_5-3.gat mapflag nomemo
|
||||
pvp_y_5-4.gat mapflag nomemo
|
||||
pvp_y_5-5.gat mapflag nomemo
|
||||
pvp_y_6-1.gat mapflag nomemo
|
||||
pvp_y_6-2.gat mapflag nomemo
|
||||
pvp_y_6-3.gat mapflag nomemo
|
||||
pvp_y_6-4.gat mapflag nomemo
|
||||
pvp_y_6-5.gat mapflag nomemo
|
||||
pvp_y_7-1.gat mapflag nomemo
|
||||
pvp_y_7-2.gat mapflag nomemo
|
||||
pvp_y_7-3.gat mapflag nomemo
|
||||
pvp_y_7-4.gat mapflag nomemo
|
||||
pvp_y_7-5.gat mapflag nomemo
|
||||
pvp_y_8-1.gat mapflag nomemo
|
||||
pvp_y_8-2.gat mapflag nomemo
|
||||
pvp_y_8-3.gat mapflag nomemo
|
||||
pvp_y_8-4.gat mapflag nomemo
|
||||
pvp_y_8-5.gat mapflag nomemo
|
||||
pvp_n_room.gat mapflag nomemo
|
||||
pvp_n_1-1.gat mapflag nomemo
|
||||
pvp_n_1-2.gat mapflag nomemo
|
||||
pvp_n_1-3.gat mapflag nomemo
|
||||
pvp_n_1-4.gat mapflag nomemo
|
||||
pvp_n_1-5.gat mapflag nomemo
|
||||
pvp_n_2-1.gat mapflag nomemo
|
||||
pvp_n_2-2.gat mapflag nomemo
|
||||
pvp_n_2-3.gat mapflag nomemo
|
||||
pvp_n_2-4.gat mapflag nomemo
|
||||
pvp_n_2-5.gat mapflag nomemo
|
||||
pvp_n_3-1.gat mapflag nomemo
|
||||
pvp_n_3-2.gat mapflag nomemo
|
||||
pvp_n_3-3.gat mapflag nomemo
|
||||
pvp_n_3-4.gat mapflag nomemo
|
||||
pvp_n_3-5.gat mapflag nomemo
|
||||
pvp_n_4-1.gat mapflag nomemo
|
||||
pvp_n_4-2.gat mapflag nomemo
|
||||
pvp_n_4-3.gat mapflag nomemo
|
||||
pvp_n_4-4.gat mapflag nomemo
|
||||
pvp_n_4-5.gat mapflag nomemo
|
||||
pvp_n_5-1.gat mapflag nomemo
|
||||
pvp_n_5-2.gat mapflag nomemo
|
||||
pvp_n_5-3.gat mapflag nomemo
|
||||
pvp_n_5-4.gat mapflag nomemo
|
||||
pvp_n_5-5.gat mapflag nomemo
|
||||
pvp_n_6-1.gat mapflag nomemo
|
||||
pvp_n_6-2.gat mapflag nomemo
|
||||
pvp_n_6-3.gat mapflag nomemo
|
||||
pvp_n_6-4.gat mapflag nomemo
|
||||
pvp_n_6-5.gat mapflag nomemo
|
||||
pvp_n_7-1.gat mapflag nomemo
|
||||
pvp_n_7-2.gat mapflag nomemo
|
||||
pvp_n_7-3.gat mapflag nomemo
|
||||
pvp_n_7-4.gat mapflag nomemo
|
||||
pvp_n_7-5.gat mapflag nomemo
|
||||
pvp_n_8-1.gat mapflag nomemo
|
||||
pvp_n_8-2.gat mapflag nomemo
|
||||
pvp_n_8-3.gat mapflag nomemo
|
||||
pvp_n_8-4.gat mapflag nomemo
|
||||
pvp_n_8-5.gat mapflag nomemo
|
||||
pvp_2vs2.gat mapflag nomemo
|
@ -1,181 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disable exp. penalty on death.
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= 1.1 [Lupus]
|
||||
//===== Current Version: =====================================
|
||||
|
||||
|
||||
// Towns ====================>\\
|
||||
ayo_in01.gat mapflag nopenalty
|
||||
ayo_in02.gat mapflag nopenalty
|
||||
alb_ship.gat mapflag nopenalty
|
||||
alberta.gat mapflag nopenalty
|
||||
alberta_in.gat mapflag nopenalty
|
||||
aldebaran.gat mapflag nopenalty
|
||||
aldeba_in.gat mapflag nopenalty
|
||||
amatsu.gat mapflag nopenalty
|
||||
ama_in01.gat mapflag nopenalty
|
||||
ama_in02.gat mapflag nopenalty
|
||||
arena_room.gat mapflag nopenalty
|
||||
comodo.gat mapflag nopenalty
|
||||
cmd_in01.gat mapflag nopenalty
|
||||
cmd_in02.gat mapflag nopenalty
|
||||
geffen.gat mapflag nopenalty
|
||||
gef_tower.gat mapflag nopenalty
|
||||
geffen_in.gat mapflag nopenalty
|
||||
gonryun.gat mapflag nopenalty
|
||||
gon_in.gat mapflag nopenalty
|
||||
gon_test.gat mapflag nopenalty
|
||||
in_orcs01.gat mapflag nopenalty
|
||||
izlude.gat mapflag nopenalty
|
||||
izlude_in.gat mapflag nopenalty
|
||||
jawaii.gat mapflag nopenalty
|
||||
jawaii_in.gat mapflag nopenalty
|
||||
louyang.gat mapflag nopenalty
|
||||
lou_in01.gat mapflag nopenalty
|
||||
lou_in02.gat mapflag nopenalty
|
||||
morocc.gat mapflag nopenalty
|
||||
moc_castle.gat mapflag nopenalty
|
||||
morocc_in.gat mapflag nopenalty
|
||||
new_1-1.gat mapflag nopenalty
|
||||
new_1-2.gat mapflag nopenalty
|
||||
new_1-3.gat mapflag nopenalty
|
||||
new_1-4.gat mapflag nopenalty
|
||||
niflheim.gat mapflag nopenalty
|
||||
nif_in.gat mapflag nopenalty
|
||||
payon.gat mapflag nopenalty
|
||||
payon_in01.gat mapflag nopenalty
|
||||
payon_in02.gat mapflag nopenalty
|
||||
payon_in03.gat mapflag nopenalty
|
||||
prontera.gat mapflag nopenalty
|
||||
prt_are_in.gat mapflag nopenalty
|
||||
prt_are01.gat mapflag nopenalty
|
||||
prt_castle.gat mapflag nopenalty
|
||||
prt_church.gat mapflag nopenalty
|
||||
prt_in.gat mapflag nopenalty
|
||||
umatsu.gat mapflag nopenalty
|
||||
um_in.gat mapflag nopenalty
|
||||
xmas.gat mapflag nopenalty
|
||||
xmas_in.gat mapflag nopenalty
|
||||
yuno.gat mapflag nopenalty
|
||||
yuno_in01.gat mapflag nopenalty
|
||||
yuno_in03.gat mapflag nopenalty
|
||||
yuno_in04.gat mapflag nopenalty
|
||||
yuno_in05.gat mapflag nopenalty
|
||||
|
||||
// Job Quests ========================
|
||||
sword_1-1.gat mapflag nopenalty
|
||||
sword_2-1.gat mapflag nopenalty
|
||||
sword_3-1.gat mapflag nopenalty
|
||||
job_thief1.gat mapflag nopenalty
|
||||
// 2-1 -----------------------
|
||||
job_hunte.gat mapflag nopenalty
|
||||
job_knight.gat mapflag nopenalty
|
||||
job_prist.gat mapflag nopenalty
|
||||
job_wiz.gat mapflag nopenalty
|
||||
in_hunter.gat mapflag nopenalty
|
||||
in_moc_16.gat mapflag nopenalty
|
||||
// 2-2 --------------------
|
||||
alde_alche.gat mapflag nopenalty
|
||||
job_cru.gat mapflag nopenalty
|
||||
job_duncer.gat mapflag nopenalty
|
||||
job_monk.gat mapflag nopenalty
|
||||
monk_test.gat mapflag nopenalty
|
||||
monk_in.gat mapflag nopenalty
|
||||
in_rogue.gat mapflag nopenalty
|
||||
job_sage.gat mapflag nopenalty
|
||||
|
||||
// GvG Arenas ===================
|
||||
guild_vs1.gat mapflag nopenalty
|
||||
guild_vs2.gat mapflag nopenalty
|
||||
guild_vs3.gat mapflag nopenalty
|
||||
guild_vs4.gat mapflag nopenalty
|
||||
guild_vs5.gat mapflag nopenalty
|
||||
|
||||
// Arenas=======================>\\
|
||||
sec_in01.gat mapflag nopenalty
|
||||
sec_in02.gat mapflag nopenalty
|
||||
|
||||
// PvP Arenas =========================
|
||||
pvp_y_1-1.gat mapflag nopenalty
|
||||
pvp_y_1-2.gat mapflag nopenalty
|
||||
pvp_y_1-3.gat mapflag nopenalty
|
||||
pvp_y_1-4.gat mapflag nopenalty
|
||||
pvp_y_1-5.gat mapflag nopenalty
|
||||
pvp_y_2-1.gat mapflag nopenalty
|
||||
pvp_y_2-2.gat mapflag nopenalty
|
||||
pvp_y_2-3.gat mapflag nopenalty
|
||||
pvp_y_2-4.gat mapflag nopenalty
|
||||
pvp_y_2-5.gat mapflag nopenalty
|
||||
pvp_y_3-1.gat mapflag nopenalty
|
||||
pvp_y_3-2.gat mapflag nopenalty
|
||||
pvp_y_3-3.gat mapflag nopenalty
|
||||
pvp_y_3-4.gat mapflag nopenalty
|
||||
pvp_y_3-5.gat mapflag nopenalty
|
||||
pvp_y_4-1.gat mapflag nopenalty
|
||||
pvp_y_4-2.gat mapflag nopenalty
|
||||
pvp_y_4-3.gat mapflag nopenalty
|
||||
pvp_y_4-4.gat mapflag nopenalty
|
||||
pvp_y_4-5.gat mapflag nopenalty
|
||||
pvp_y_5-1.gat mapflag nopenalty
|
||||
pvp_y_5-2.gat mapflag nopenalty
|
||||
pvp_y_5-3.gat mapflag nopenalty
|
||||
pvp_y_5-4.gat mapflag nopenalty
|
||||
pvp_y_5-5.gat mapflag nopenalty
|
||||
pvp_y_6-1.gat mapflag nopenalty
|
||||
pvp_y_6-2.gat mapflag nopenalty
|
||||
pvp_y_6-3.gat mapflag nopenalty
|
||||
pvp_y_6-4.gat mapflag nopenalty
|
||||
pvp_y_6-5.gat mapflag nopenalty
|
||||
pvp_y_7-1.gat mapflag nopenalty
|
||||
pvp_y_7-2.gat mapflag nopenalty
|
||||
pvp_y_7-3.gat mapflag nopenalty
|
||||
pvp_y_7-4.gat mapflag nopenalty
|
||||
pvp_y_7-5.gat mapflag nopenalty
|
||||
pvp_y_8-1.gat mapflag nopenalty
|
||||
pvp_y_8-2.gat mapflag nopenalty
|
||||
pvp_y_8-3.gat mapflag nopenalty
|
||||
pvp_y_8-4.gat mapflag nopenalty
|
||||
pvp_y_8-5.gat mapflag nopenalty
|
||||
pvp_n_1-1.gat mapflag nopenalty
|
||||
pvp_n_1-2.gat mapflag nopenalty
|
||||
pvp_n_1-3.gat mapflag nopenalty
|
||||
pvp_n_1-4.gat mapflag nopenalty
|
||||
pvp_n_1-5.gat mapflag nopenalty
|
||||
pvp_n_2-1.gat mapflag nopenalty
|
||||
pvp_n_2-2.gat mapflag nopenalty
|
||||
pvp_n_2-3.gat mapflag nopenalty
|
||||
pvp_n_2-4.gat mapflag nopenalty
|
||||
pvp_n_2-5.gat mapflag nopenalty
|
||||
pvp_n_3-1.gat mapflag nopenalty
|
||||
pvp_n_3-2.gat mapflag nopenalty
|
||||
pvp_n_3-3.gat mapflag nopenalty
|
||||
pvp_n_3-4.gat mapflag nopenalty
|
||||
pvp_n_3-5.gat mapflag nopenalty
|
||||
pvp_n_4-1.gat mapflag nopenalty
|
||||
pvp_n_4-2.gat mapflag nopenalty
|
||||
pvp_n_4-3.gat mapflag nopenalty
|
||||
pvp_n_4-4.gat mapflag nopenalty
|
||||
pvp_n_4-5.gat mapflag nopenalty
|
||||
pvp_n_5-1.gat mapflag nopenalty
|
||||
pvp_n_5-2.gat mapflag nopenalty
|
||||
pvp_n_5-3.gat mapflag nopenalty
|
||||
pvp_n_5-4.gat mapflag nopenalty
|
||||
pvp_n_5-5.gat mapflag nopenalty
|
||||
pvp_n_6-1.gat mapflag nopenalty
|
||||
pvp_n_6-2.gat mapflag nopenalty
|
||||
pvp_n_6-3.gat mapflag nopenalty
|
||||
pvp_n_6-4.gat mapflag nopenalty
|
||||
pvp_n_6-5.gat mapflag nopenalty
|
||||
pvp_n_7-1.gat mapflag nopenalty
|
||||
pvp_n_7-2.gat mapflag nopenalty
|
||||
pvp_n_7-3.gat mapflag nopenalty
|
||||
pvp_n_7-4.gat mapflag nopenalty
|
||||
pvp_n_7-5.gat mapflag nopenalty
|
||||
pvp_n_8-1.gat mapflag nopenalty
|
||||
pvp_n_8-2.gat mapflag nopenalty
|
||||
pvp_n_8-3.gat mapflag nopenalty
|
||||
pvp_n_8-4.gat mapflag nopenalty
|
||||
pvp_n_8-5.gat mapflag nopenalty
|
||||
pvp_2vs2.gat mapflag nopenalty
|
@ -1,59 +0,0 @@
|
||||
///===== Description: =============================================
|
||||
//= nopvp: Disables Player versus Player mode.
|
||||
//= To disable PvP mode on a specific map add the mapname here.
|
||||
//============================================================
|
||||
|
||||
ayo_in01.gat mapflag nopvp
|
||||
ayo_in02.gat mapflag nopvp
|
||||
alberta_in.gat mapflag nopvp
|
||||
alberta.gat mapflag nopvp
|
||||
alde_alche.gat mapflag nopvp
|
||||
aldeba_in.gat mapflag nopvp
|
||||
aldebaran.gat mapflag nopvp
|
||||
ama_in01.gat mapflag nopvp
|
||||
ama_in02.gat mapflag nopvp
|
||||
amatsu.gat mapflag nopvp
|
||||
cmd_in01.gat mapflag nopvp
|
||||
cmd_in02.gat mapflag nopvp
|
||||
comodo.gat mapflag nopvp
|
||||
gef_tower.gat mapflag nopvp
|
||||
geffen.gat mapflag nopvp
|
||||
geffen_in.gat mapflag nopvp
|
||||
gon_in.gat mapflag nopvp
|
||||
gonryun.gat mapflag nopvp
|
||||
in_hunter.gat mapflag nopvp
|
||||
in_moc_16.gat mapflag nopvp
|
||||
in_orcs01.gat mapflag nopvp
|
||||
izlude_in.gat mapflag nopvp
|
||||
izlude.gat mapflag nopvp
|
||||
louyang.gat mapflag nopvp
|
||||
moc_castle.gat mapflag nopvp
|
||||
monk_in.gat mapflag nopvp
|
||||
morocc_in.gat mapflag nopvp
|
||||
morocc.gat mapflag nopvp
|
||||
nif_in.gat mapflag nopvp
|
||||
payon_in01.gat mapflag nopvp
|
||||
payon_in02.gat mapflag nopvp
|
||||
payon_in03.gat mapflag nopvp
|
||||
payon.gat mapflag nopvp
|
||||
pay_arche.gat mapflag nopvp
|
||||
prt_are_in.gat mapflag nopvp
|
||||
prt_are01.gat mapflag nopvp
|
||||
prt_castle.gat mapflag nopvp
|
||||
prt_church.gat mapflag nopvp
|
||||
prt_in.gat mapflag nopvp
|
||||
prontera.gat mapflag nopvp
|
||||
sec_in01.gat mapflag nopvp
|
||||
sword_1-1.gat mapflag nopvp
|
||||
sword_2-1.gat mapflag nopvp
|
||||
sword_3-1.gat mapflag nopvp
|
||||
um_in.gat mapflag nopvp
|
||||
umbala.gat mapflag nopvp
|
||||
xmas_in.gat mapflag nopvp
|
||||
xmas.gat mapflag nopvp
|
||||
yuno_in01.gat mapflag nopvp
|
||||
yuno_in03.gat mapflag nopvp
|
||||
yuno_in04.gat mapflag nopvp
|
||||
yuno_in05.gat mapflag nopvp
|
||||
yuno.gat mapflag nopvp
|
||||
gon_test.gat mapflag nopvp
|
@ -1,198 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disable use of Butterfly wings
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= 1.1 [Lupus]
|
||||
//===== Notes: ===============================================
|
||||
//= For disabling Fly wings use noteleport
|
||||
//===== Current Version: =====================================
|
||||
|
||||
// Cities ========================
|
||||
ayo_in01.gat mapflag noreturn
|
||||
ayo_in02.gat mapflag noreturn
|
||||
alb_ship.gat mapflag noreturn
|
||||
alberta_in.gat mapflag noreturn
|
||||
aldeba_in.gat mapflag noreturn
|
||||
ama_in01.gat mapflag noreturn
|
||||
ama_in02.gat mapflag noreturn
|
||||
cmd_in01.gat mapflag noreturn
|
||||
cmd_in02.gat mapflag noreturn
|
||||
gef_tower.gat mapflag noreturn
|
||||
geffen_in.gat mapflag noreturn
|
||||
gon_test.gat mapflag noreturn
|
||||
gon_in.gat mapflag noreturn
|
||||
in_orcs01.gat mapflag noreturn
|
||||
izlude_in.gat mapflag noreturn
|
||||
jawaii_in.gat mapflag noreturn
|
||||
lou_in01.gat mapflag noreturn
|
||||
lou_in02.gat mapflag noreturn
|
||||
moc_castle.gat mapflag noreturn
|
||||
morocc_in.gat mapflag noreturn
|
||||
new_1-1.gat mapflag noreturn
|
||||
new_1-2.gat mapflag noreturn
|
||||
new_1-3.gat mapflag noreturn
|
||||
new_1-4.gat mapflag noreturn
|
||||
nif_in.gat mapflag noreturn
|
||||
payon_in01.gat mapflag noreturn
|
||||
payon_in02.gat mapflag noreturn
|
||||
payon_in03.gat mapflag noreturn
|
||||
prt_are_in.gat mapflag noreturn
|
||||
prt_are01.gat mapflag noreturn
|
||||
prt_castle.gat mapflag noreturn
|
||||
prt_church.gat mapflag noreturn
|
||||
prt_in.gat mapflag noreturn
|
||||
um_in.gat mapflag noreturn
|
||||
xmas_in.gat mapflag noreturn
|
||||
yuno_in01.gat mapflag noreturn
|
||||
yuno_in03.gat mapflag noreturn
|
||||
yuno_in04.gat mapflag noreturn
|
||||
yuno_in05.gat mapflag noreturn
|
||||
que_sign01.gat mapflag noreturn
|
||||
ein_in01.gat mapflag noreturn
|
||||
airport.gat mapflag noreturn
|
||||
airplane.gat mapflag noreturn
|
||||
|
||||
// Job Quests ====================
|
||||
sword_1-1.gat mapflag noreturn
|
||||
sword_2-1.gat mapflag noreturn
|
||||
sword_3-1.gat mapflag noreturn
|
||||
job_thief1.gat mapflag noreturn
|
||||
// 2-1 -----------------------
|
||||
job_hunte.gat mapflag noreturn
|
||||
job_knight.gat mapflag noreturn
|
||||
job_prist.gat mapflag noreturn
|
||||
job_wiz.gat mapflag noreturn
|
||||
in_hunter.gat mapflag noreturn
|
||||
in_moc_16.gat mapflag noreturn
|
||||
// 2-2 --------------------
|
||||
alde_alche.gat mapflag noreturn
|
||||
job_cru.gat mapflag noreturn
|
||||
job_duncer.gat mapflag noreturn
|
||||
job_monk.gat mapflag noreturn
|
||||
monk_test.gat mapflag noreturn
|
||||
monk_in.gat mapflag noreturn
|
||||
in_rogue.gat mapflag noreturn
|
||||
job_sage.gat mapflag noreturn
|
||||
|
||||
// Special Quests Places =========
|
||||
que_god01.gat mapflag noreturn
|
||||
que_god02.gat mapflag noreturn
|
||||
|
||||
// Guild Castles =================
|
||||
aldeg_cas01.gat mapflag noreturn
|
||||
aldeg_cas02.gat mapflag noreturn
|
||||
aldeg_cas03.gat mapflag noreturn
|
||||
aldeg_cas04.gat mapflag noreturn
|
||||
aldeg_cas05.gat mapflag noreturn
|
||||
gefg_cas01.gat mapflag noreturn
|
||||
gefg_cas02.gat mapflag noreturn
|
||||
gefg_cas03.gat mapflag noreturn
|
||||
gefg_cas04.gat mapflag noreturn
|
||||
gefg_cas05.gat mapflag noreturn
|
||||
payg_cas01.gat mapflag noreturn
|
||||
payg_cas02.gat mapflag noreturn
|
||||
payg_cas03.gat mapflag noreturn
|
||||
payg_cas04.gat mapflag noreturn
|
||||
payg_cas05.gat mapflag noreturn
|
||||
prtg_cas01.gat mapflag noreturn
|
||||
prtg_cas02.gat mapflag noreturn
|
||||
prtg_cas03.gat mapflag noreturn
|
||||
prtg_cas04.gat mapflag noreturn
|
||||
prtg_cas05.gat mapflag noreturn
|
||||
|
||||
// GvG Arenas ===================
|
||||
guild_vs1.gat mapflag noreturn
|
||||
guild_vs2.gat mapflag noreturn
|
||||
guild_vs3.gat mapflag noreturn
|
||||
guild_vs4.gat mapflag noreturn
|
||||
guild_vs5.gat mapflag noreturn
|
||||
|
||||
// Arenas =====================>\\
|
||||
arena_room.gat mapflag noreturn
|
||||
sec_in01.gat mapflag noreturn
|
||||
sec_in02.gat mapflag noreturn
|
||||
|
||||
// PvP Arenas=======================
|
||||
pvp_y_room.gat mapflag noreturn
|
||||
pvp_y_1-1.gat mapflag noreturn
|
||||
pvp_y_1-2.gat mapflag noreturn
|
||||
pvp_y_1-3.gat mapflag noreturn
|
||||
pvp_y_1-4.gat mapflag noreturn
|
||||
pvp_y_1-5.gat mapflag noreturn
|
||||
pvp_y_2-1.gat mapflag noreturn
|
||||
pvp_y_2-2.gat mapflag noreturn
|
||||
pvp_y_2-3.gat mapflag noreturn
|
||||
pvp_y_2-4.gat mapflag noreturn
|
||||
pvp_y_2-5.gat mapflag noreturn
|
||||
pvp_y_3-1.gat mapflag noreturn
|
||||
pvp_y_3-2.gat mapflag noreturn
|
||||
pvp_y_3-3.gat mapflag noreturn
|
||||
pvp_y_3-4.gat mapflag noreturn
|
||||
pvp_y_3-5.gat mapflag noreturn
|
||||
pvp_y_4-1.gat mapflag noreturn
|
||||
pvp_y_4-2.gat mapflag noreturn
|
||||
pvp_y_4-3.gat mapflag noreturn
|
||||
pvp_y_4-4.gat mapflag noreturn
|
||||
pvp_y_4-5.gat mapflag noreturn
|
||||
pvp_y_5-1.gat mapflag noreturn
|
||||
pvp_y_5-2.gat mapflag noreturn
|
||||
pvp_y_5-3.gat mapflag noreturn
|
||||
pvp_y_5-4.gat mapflag noreturn
|
||||
pvp_y_5-5.gat mapflag noreturn
|
||||
pvp_y_6-1.gat mapflag noreturn
|
||||
pvp_y_6-2.gat mapflag noreturn
|
||||
pvp_y_6-3.gat mapflag noreturn
|
||||
pvp_y_6-4.gat mapflag noreturn
|
||||
pvp_y_6-5.gat mapflag noreturn
|
||||
pvp_y_7-1.gat mapflag noreturn
|
||||
pvp_y_7-2.gat mapflag noreturn
|
||||
pvp_y_7-3.gat mapflag noreturn
|
||||
pvp_y_7-4.gat mapflag noreturn
|
||||
pvp_y_7-5.gat mapflag noreturn
|
||||
pvp_y_8-1.gat mapflag noreturn
|
||||
pvp_y_8-2.gat mapflag noreturn
|
||||
pvp_y_8-3.gat mapflag noreturn
|
||||
pvp_y_8-4.gat mapflag noreturn
|
||||
pvp_y_8-5.gat mapflag noreturn
|
||||
pvp_n_room.gat mapflag noreturn
|
||||
pvp_n_1-1.gat mapflag noreturn
|
||||
pvp_n_1-2.gat mapflag noreturn
|
||||
pvp_n_1-3.gat mapflag noreturn
|
||||
pvp_n_1-4.gat mapflag noreturn
|
||||
pvp_n_1-5.gat mapflag noreturn
|
||||
pvp_n_2-1.gat mapflag noreturn
|
||||
pvp_n_2-2.gat mapflag noreturn
|
||||
pvp_n_2-3.gat mapflag noreturn
|
||||
pvp_n_2-4.gat mapflag noreturn
|
||||
pvp_n_2-5.gat mapflag noreturn
|
||||
pvp_n_3-1.gat mapflag noreturn
|
||||
pvp_n_3-2.gat mapflag noreturn
|
||||
pvp_n_3-3.gat mapflag noreturn
|
||||
pvp_n_3-4.gat mapflag noreturn
|
||||
pvp_n_3-5.gat mapflag noreturn
|
||||
pvp_n_4-1.gat mapflag noreturn
|
||||
pvp_n_4-2.gat mapflag noreturn
|
||||
pvp_n_4-3.gat mapflag noreturn
|
||||
pvp_n_4-4.gat mapflag noreturn
|
||||
pvp_n_4-5.gat mapflag noreturn
|
||||
pvp_n_5-1.gat mapflag noreturn
|
||||
pvp_n_5-2.gat mapflag noreturn
|
||||
pvp_n_5-3.gat mapflag noreturn
|
||||
pvp_n_5-4.gat mapflag noreturn
|
||||
pvp_n_5-5.gat mapflag noreturn
|
||||
pvp_n_6-1.gat mapflag noreturn
|
||||
pvp_n_6-2.gat mapflag noreturn
|
||||
pvp_n_6-3.gat mapflag noreturn
|
||||
pvp_n_6-4.gat mapflag noreturn
|
||||
pvp_n_6-5.gat mapflag noreturn
|
||||
pvp_n_7-1.gat mapflag noreturn
|
||||
pvp_n_7-2.gat mapflag noreturn
|
||||
pvp_n_7-3.gat mapflag noreturn
|
||||
pvp_n_7-4.gat mapflag noreturn
|
||||
pvp_n_7-5.gat mapflag noreturn
|
||||
pvp_n_8-1.gat mapflag noreturn
|
||||
pvp_n_8-2.gat mapflag noreturn
|
||||
pvp_n_8-3.gat mapflag noreturn
|
||||
pvp_n_8-4.gat mapflag noreturn
|
||||
pvp_n_8-5.gat mapflag noreturn
|
||||
pvp_2vs2.gat mapflag noreturn
|
@ -1,127 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disable auto saving
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= 1.2 [Lupus]
|
||||
//===== Current Version: =====================================
|
||||
|
||||
// Job Quests ====================
|
||||
sword_1-1.gat mapflag nosave SavePoint
|
||||
sword_2-1.gat mapflag nosave SavePoint
|
||||
sword_3-1.gat mapflag nosave SavePoint
|
||||
//job_thief1.gat mapflag nosave SavePoint
|
||||
// 2-1
|
||||
job_hunte.gat mapflag nosave SavePoint
|
||||
job_knt.gat mapflag nosave SavePoint
|
||||
job_prist.gat mapflag nosave SavePoint
|
||||
job_wiz.gat mapflag nosave SavePoint
|
||||
in_moc_16.gat mapflag nosave SavePoint
|
||||
//in_hunter.gat mapflag nosave SavePoint
|
||||
// 2-2
|
||||
alde_alche.gat mapflag nosave SavePoint
|
||||
job_cru.gat mapflag nosave SavePoint
|
||||
job_duncer.gat mapflag nosave SavePoint
|
||||
job_monk.gat mapflag nosave SavePoint
|
||||
monk_test.gat mapflag nosave SavePoint
|
||||
monk_in.gat mapflag nosave SavePoint
|
||||
in_rogue.gat mapflag nosave SavePoint
|
||||
job_sage.gat mapflag nosave SavePoint
|
||||
|
||||
// Special Quests Places =====
|
||||
que_god01.gat mapflag nosave SavePoint
|
||||
que_god02.gat mapflag nosave SavePoint
|
||||
que_sign01.gat mapflag nosave SavePoint
|
||||
|
||||
// GvG Arenas ==========================
|
||||
guild_vs1.gat mapflag nosave SavePoint
|
||||
guild_vs2.gat mapflag nosave SavePoint
|
||||
guild_vs3.gat mapflag nosave SavePoint
|
||||
guild_vs4.gat mapflag nosave SavePoint
|
||||
guild_vs5.gat mapflag nosave SavePoint
|
||||
|
||||
//PvP Arenas =================================
|
||||
pvp_y_room.gat mapflag nosave SavePoint
|
||||
pvp_y_1-1.gat mapflag nosave SavePoint
|
||||
pvp_y_1-2.gat mapflag nosave SavePoint
|
||||
pvp_y_1-3.gat mapflag nosave SavePoint
|
||||
pvp_y_1-4.gat mapflag nosave SavePoint
|
||||
pvp_y_1-5.gat mapflag nosave SavePoint
|
||||
pvp_y_2-1.gat mapflag nosave SavePoint
|
||||
pvp_y_2-2.gat mapflag nosave SavePoint
|
||||
pvp_y_2-3.gat mapflag nosave SavePoint
|
||||
pvp_y_2-4.gat mapflag nosave SavePoint
|
||||
pvp_y_2-5.gat mapflag nosave SavePoint
|
||||
pvp_y_3-1.gat mapflag nosave SavePoint
|
||||
pvp_y_3-2.gat mapflag nosave SavePoint
|
||||
pvp_y_3-3.gat mapflag nosave SavePoint
|
||||
pvp_y_3-4.gat mapflag nosave SavePoint
|
||||
pvp_y_3-5.gat mapflag nosave SavePoint
|
||||
pvp_y_4-1.gat mapflag nosave SavePoint
|
||||
pvp_y_4-2.gat mapflag nosave SavePoint
|
||||
pvp_y_4-3.gat mapflag nosave SavePoint
|
||||
pvp_y_4-4.gat mapflag nosave SavePoint
|
||||
pvp_y_4-5.gat mapflag nosave SavePoint
|
||||
pvp_y_5-1.gat mapflag nosave SavePoint
|
||||
pvp_y_5-2.gat mapflag nosave SavePoint
|
||||
pvp_y_5-3.gat mapflag nosave SavePoint
|
||||
pvp_y_5-4.gat mapflag nosave SavePoint
|
||||
pvp_y_5-5.gat mapflag nosave SavePoint
|
||||
pvp_y_6-1.gat mapflag nosave SavePoint
|
||||
pvp_y_6-2.gat mapflag nosave SavePoint
|
||||
pvp_y_6-3.gat mapflag nosave SavePoint
|
||||
pvp_y_6-4.gat mapflag nosave SavePoint
|
||||
pvp_y_6-5.gat mapflag nosave SavePoint
|
||||
pvp_y_7-1.gat mapflag nosave SavePoint
|
||||
pvp_y_7-2.gat mapflag nosave SavePoint
|
||||
pvp_y_7-3.gat mapflag nosave SavePoint
|
||||
pvp_y_7-4.gat mapflag nosave SavePoint
|
||||
pvp_y_7-5.gat mapflag nosave SavePoint
|
||||
pvp_y_8-1.gat mapflag nosave SavePoint
|
||||
pvp_y_8-2.gat mapflag nosave SavePoint
|
||||
pvp_y_8-3.gat mapflag nosave SavePoint
|
||||
pvp_y_8-4.gat mapflag nosave SavePoint
|
||||
pvp_y_8-5.gat mapflag nosave SavePoint
|
||||
pvp_n_room.gat mapflag nosave SavePoint
|
||||
pvp_n_1-1.gat mapflag nosave SavePoint
|
||||
pvp_n_1-2.gat mapflag nosave SavePoint
|
||||
pvp_n_1-3.gat mapflag nosave SavePoint
|
||||
pvp_n_1-4.gat mapflag nosave SavePoint
|
||||
pvp_n_1-5.gat mapflag nosave SavePoint
|
||||
pvp_n_2-1.gat mapflag nosave SavePoint
|
||||
pvp_n_2-2.gat mapflag nosave SavePoint
|
||||
pvp_n_2-3.gat mapflag nosave SavePoint
|
||||
pvp_n_2-4.gat mapflag nosave SavePoint
|
||||
pvp_n_2-5.gat mapflag nosave SavePoint
|
||||
pvp_n_3-1.gat mapflag nosave SavePoint
|
||||
pvp_n_3-2.gat mapflag nosave SavePoint
|
||||
pvp_n_3-3.gat mapflag nosave SavePoint
|
||||
pvp_n_3-4.gat mapflag nosave SavePoint
|
||||
pvp_n_3-5.gat mapflag nosave SavePoint
|
||||
pvp_n_4-1.gat mapflag nosave SavePoint
|
||||
pvp_n_4-2.gat mapflag nosave SavePoint
|
||||
pvp_n_4-3.gat mapflag nosave SavePoint
|
||||
pvp_n_4-4.gat mapflag nosave SavePoint
|
||||
pvp_n_4-5.gat mapflag nosave SavePoint
|
||||
pvp_n_5-1.gat mapflag nosave SavePoint
|
||||
pvp_n_5-2.gat mapflag nosave SavePoint
|
||||
pvp_n_5-3.gat mapflag nosave SavePoint
|
||||
pvp_n_5-4.gat mapflag nosave SavePoint
|
||||
pvp_n_5-5.gat mapflag nosave SavePoint
|
||||
pvp_n_6-1.gat mapflag nosave SavePoint
|
||||
pvp_n_6-2.gat mapflag nosave SavePoint
|
||||
pvp_n_6-3.gat mapflag nosave SavePoint
|
||||
pvp_n_6-4.gat mapflag nosave SavePoint
|
||||
pvp_n_6-5.gat mapflag nosave SavePoint
|
||||
pvp_n_7-1.gat mapflag nosave SavePoint
|
||||
pvp_n_7-2.gat mapflag nosave SavePoint
|
||||
pvp_n_7-3.gat mapflag nosave SavePoint
|
||||
pvp_n_7-4.gat mapflag nosave SavePoint
|
||||
pvp_n_7-5.gat mapflag nosave SavePoint
|
||||
pvp_n_8-1.gat mapflag nosave SavePoint
|
||||
pvp_n_8-2.gat mapflag nosave SavePoint
|
||||
pvp_n_8-3.gat mapflag nosave SavePoint
|
||||
pvp_n_8-4.gat mapflag nosave SavePoint
|
||||
pvp_n_8-5.gat mapflag nosave SavePoint
|
||||
pvp_2vs2.gat mapflag nosave SavePoint
|
||||
|
||||
//gon_test.gat mapflag nosave prontera.gat,150,180
|
@ -1,198 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disable use of fly wings
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//= 1.2 [Lupus]
|
||||
//===== Notes: ===============================================
|
||||
//= For disabling Butterfly wings use noreturn
|
||||
//===== Current Version: =====================================
|
||||
|
||||
// Cities ========================
|
||||
ayo_in01.gat mapflag noteleport
|
||||
ayo_in02.gat mapflag noteleport
|
||||
alb_ship.gat mapflag noteleport
|
||||
alberta_in.gat mapflag noteleport
|
||||
aldeba_in.gat mapflag noteleport
|
||||
ama_in01.gat mapflag noteleport
|
||||
ama_in02.gat mapflag noteleport
|
||||
cmd_in01.gat mapflag noteleport
|
||||
cmd_in02.gat mapflag noteleport
|
||||
gef_tower.gat mapflag noteleport
|
||||
geffen_in.gat mapflag noteleport
|
||||
gon_test.gat mapflag noteleport
|
||||
gon_in.gat mapflag noteleport
|
||||
in_orcs01.gat mapflag noteleport
|
||||
izlude_in.gat mapflag noteleport
|
||||
jawaii_in.gat mapflag noteleport
|
||||
lou_in01.gat mapflag noteleport
|
||||
lou_in02.gat mapflag noteleport
|
||||
moc_castle.gat mapflag noteleport
|
||||
morocc_in.gat mapflag noteleport
|
||||
new_1-1.gat mapflag noteleport
|
||||
new_1-2.gat mapflag noteleport
|
||||
new_1-3.gat mapflag noteleport
|
||||
new_1-4.gat mapflag noteleport
|
||||
nif_in.gat mapflag noteleport
|
||||
payon_in01.gat mapflag noteleport
|
||||
payon_in02.gat mapflag noteleport
|
||||
payon_in03.gat mapflag noteleport
|
||||
prt_are_in.gat mapflag noteleport
|
||||
prt_are01.gat mapflag noteleport
|
||||
prt_castle.gat mapflag noteleport
|
||||
prt_church.gat mapflag noteleport
|
||||
prt_in.gat mapflag noteleport
|
||||
um_in.gat mapflag noteleport
|
||||
xmas_in.gat mapflag noteleport
|
||||
yuno_in01.gat mapflag noteleport
|
||||
yuno_in03.gat mapflag noteleport
|
||||
yuno_in04.gat mapflag noteleport
|
||||
yuno_in05.gat mapflag noteleport
|
||||
que_sign01.gat mapflag noteleport
|
||||
ein_in01.gat mapflag noteleport
|
||||
airport.gat mapflag noteleport
|
||||
airplane.gat mapflag noteleport
|
||||
|
||||
// Job Quests ====================
|
||||
sword_1-1.gat mapflag noteleport
|
||||
sword_2-1.gat mapflag noteleport
|
||||
sword_3-1.gat mapflag noteleport
|
||||
job_thief1.gat mapflag noteleport
|
||||
// 2-1 -----------------------
|
||||
job_hunte.gat mapflag noteleport
|
||||
job_knight.gat mapflag noteleport
|
||||
job_prist.gat mapflag noteleport
|
||||
job_wiz.gat mapflag noteleport
|
||||
in_hunter.gat mapflag noteleport
|
||||
in_moc_16.gat mapflag noteleport
|
||||
// 2-2 --------------------
|
||||
alde_alche.gat mapflag noteleport
|
||||
job_cru.gat mapflag noteleport
|
||||
job_duncer.gat mapflag noteleport
|
||||
job_monk.gat mapflag noteleport
|
||||
monk_test.gat mapflag noteleport
|
||||
monk_in.gat mapflag noteleport
|
||||
in_rogue.gat mapflag noteleport
|
||||
job_sage.gat mapflag noteleport
|
||||
|
||||
// Special Quests Places =========
|
||||
que_god01.gat mapflag noteleport
|
||||
que_god02.gat mapflag noteleport
|
||||
|
||||
// Guild Castles =================
|
||||
aldeg_cas01.gat mapflag noteleport
|
||||
aldeg_cas02.gat mapflag noteleport
|
||||
aldeg_cas03.gat mapflag noteleport
|
||||
aldeg_cas04.gat mapflag noteleport
|
||||
aldeg_cas05.gat mapflag noteleport
|
||||
gefg_cas01.gat mapflag noteleport
|
||||
gefg_cas02.gat mapflag noteleport
|
||||
gefg_cas03.gat mapflag noteleport
|
||||
gefg_cas04.gat mapflag noteleport
|
||||
gefg_cas05.gat mapflag noteleport
|
||||
payg_cas01.gat mapflag noteleport
|
||||
payg_cas02.gat mapflag noteleport
|
||||
payg_cas03.gat mapflag noteleport
|
||||
payg_cas04.gat mapflag noteleport
|
||||
payg_cas05.gat mapflag noteleport
|
||||
prtg_cas01.gat mapflag noteleport
|
||||
prtg_cas02.gat mapflag noteleport
|
||||
prtg_cas03.gat mapflag noteleport
|
||||
prtg_cas04.gat mapflag noteleport
|
||||
prtg_cas05.gat mapflag noteleport
|
||||
|
||||
// GvG Arenas ===================
|
||||
guild_vs1.gat mapflag noteleport
|
||||
guild_vs2.gat mapflag noteleport
|
||||
guild_vs3.gat mapflag noteleport
|
||||
guild_vs4.gat mapflag noteleport
|
||||
guild_vs5.gat mapflag noteleport
|
||||
|
||||
// Arenas =====================>\\
|
||||
arena_room.gat mapflag noteleport
|
||||
sec_in01.gat mapflag noteleport
|
||||
sec_in02.gat mapflag noteleport
|
||||
|
||||
// PvP Arenas=======================
|
||||
pvp_y_room.gat mapflag noteleport
|
||||
pvp_y_1-1.gat mapflag noteleport
|
||||
pvp_y_1-2.gat mapflag noteleport
|
||||
pvp_y_1-3.gat mapflag noteleport
|
||||
pvp_y_1-4.gat mapflag noteleport
|
||||
pvp_y_1-5.gat mapflag noteleport
|
||||
pvp_y_2-1.gat mapflag noteleport
|
||||
pvp_y_2-2.gat mapflag noteleport
|
||||
pvp_y_2-3.gat mapflag noteleport
|
||||
pvp_y_2-4.gat mapflag noteleport
|
||||
pvp_y_2-5.gat mapflag noteleport
|
||||
pvp_y_3-1.gat mapflag noteleport
|
||||
pvp_y_3-2.gat mapflag noteleport
|
||||
pvp_y_3-3.gat mapflag noteleport
|
||||
pvp_y_3-4.gat mapflag noteleport
|
||||
pvp_y_3-5.gat mapflag noteleport
|
||||
pvp_y_4-1.gat mapflag noteleport
|
||||
pvp_y_4-2.gat mapflag noteleport
|
||||
pvp_y_4-3.gat mapflag noteleport
|
||||
pvp_y_4-4.gat mapflag noteleport
|
||||
pvp_y_4-5.gat mapflag noteleport
|
||||
pvp_y_5-1.gat mapflag noteleport
|
||||
pvp_y_5-2.gat mapflag noteleport
|
||||
pvp_y_5-3.gat mapflag noteleport
|
||||
pvp_y_5-4.gat mapflag noteleport
|
||||
pvp_y_5-5.gat mapflag noteleport
|
||||
pvp_y_6-1.gat mapflag noteleport
|
||||
pvp_y_6-2.gat mapflag noteleport
|
||||
pvp_y_6-3.gat mapflag noteleport
|
||||
pvp_y_6-4.gat mapflag noteleport
|
||||
pvp_y_6-5.gat mapflag noteleport
|
||||
pvp_y_7-1.gat mapflag noteleport
|
||||
pvp_y_7-2.gat mapflag noteleport
|
||||
pvp_y_7-3.gat mapflag noteleport
|
||||
pvp_y_7-4.gat mapflag noteleport
|
||||
pvp_y_7-5.gat mapflag noteleport
|
||||
pvp_y_8-1.gat mapflag noteleport
|
||||
pvp_y_8-2.gat mapflag noteleport
|
||||
pvp_y_8-3.gat mapflag noteleport
|
||||
pvp_y_8-4.gat mapflag noteleport
|
||||
pvp_y_8-5.gat mapflag noteleport
|
||||
pvp_n_room.gat mapflag noteleport
|
||||
pvp_n_1-1.gat mapflag noteleport
|
||||
pvp_n_1-2.gat mapflag noteleport
|
||||
pvp_n_1-3.gat mapflag noteleport
|
||||
pvp_n_1-4.gat mapflag noteleport
|
||||
pvp_n_1-5.gat mapflag noteleport
|
||||
pvp_n_2-1.gat mapflag noteleport
|
||||
pvp_n_2-2.gat mapflag noteleport
|
||||
pvp_n_2-3.gat mapflag noteleport
|
||||
pvp_n_2-4.gat mapflag noteleport
|
||||
pvp_n_2-5.gat mapflag noteleport
|
||||
pvp_n_3-1.gat mapflag noteleport
|
||||
pvp_n_3-2.gat mapflag noteleport
|
||||
pvp_n_3-3.gat mapflag noteleport
|
||||
pvp_n_3-4.gat mapflag noteleport
|
||||
pvp_n_3-5.gat mapflag noteleport
|
||||
pvp_n_4-1.gat mapflag noteleport
|
||||
pvp_n_4-2.gat mapflag noteleport
|
||||
pvp_n_4-3.gat mapflag noteleport
|
||||
pvp_n_4-4.gat mapflag noteleport
|
||||
pvp_n_4-5.gat mapflag noteleport
|
||||
pvp_n_5-1.gat mapflag noteleport
|
||||
pvp_n_5-2.gat mapflag noteleport
|
||||
pvp_n_5-3.gat mapflag noteleport
|
||||
pvp_n_5-4.gat mapflag noteleport
|
||||
pvp_n_5-5.gat mapflag noteleport
|
||||
pvp_n_6-1.gat mapflag noteleport
|
||||
pvp_n_6-2.gat mapflag noteleport
|
||||
pvp_n_6-3.gat mapflag noteleport
|
||||
pvp_n_6-4.gat mapflag noteleport
|
||||
pvp_n_6-5.gat mapflag noteleport
|
||||
pvp_n_7-1.gat mapflag noteleport
|
||||
pvp_n_7-2.gat mapflag noteleport
|
||||
pvp_n_7-3.gat mapflag noteleport
|
||||
pvp_n_7-4.gat mapflag noteleport
|
||||
pvp_n_7-5.gat mapflag noteleport
|
||||
pvp_n_8-1.gat mapflag noteleport
|
||||
pvp_n_8-2.gat mapflag noteleport
|
||||
pvp_n_8-3.gat mapflag noteleport
|
||||
pvp_n_8-4.gat mapflag noteleport
|
||||
pvp_n_8-5.gat mapflag noteleport
|
||||
pvp_2vs2.gat mapflag noteleport
|
@ -1,19 +0,0 @@
|
||||
aldeg_cas02.gat mapflag nowarp
|
||||
aldeg_cas03.gat mapflag nowarp
|
||||
aldeg_cas04.gat mapflag nowarp
|
||||
aldeg_cas05.gat mapflag nowarp
|
||||
gefg_cas01.gat mapflag nowarp
|
||||
gefg_cas02.gat mapflag nowarp
|
||||
gefg_cas03.gat mapflag nowarp
|
||||
gefg_cas04.gat mapflag nowarp
|
||||
gefg_cas05.gat mapflag nowarp
|
||||
payg_cas01.gat mapflag nowarp
|
||||
payg_cas02.gat mapflag nowarp
|
||||
payg_cas03.gat mapflag nowarp
|
||||
payg_cas04.gat mapflag nowarp
|
||||
payg_cas05.gat mapflag nowarp
|
||||
prtg_cas01.gat mapflag nowarp
|
||||
prtg_cas02.gat mapflag nowarp
|
||||
prtg_cas03.gat mapflag nowarp
|
||||
prtg_cas04.gat mapflag nowarp
|
||||
prtg_cas05.gat mapflag nowarp
|
@ -1,30 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disable warpto
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
|
||||
// Guild Castles ========================
|
||||
//alde_gld.gat mapflag nowarpto
|
||||
aldeg_cas01.gat mapflag nowarpto
|
||||
aldeg_cas02.gat mapflag nowarpto
|
||||
aldeg_cas03.gat mapflag nowarpto
|
||||
aldeg_cas04.gat mapflag nowarpto
|
||||
aldeg_cas05.gat mapflag nowarpto
|
||||
gefg_cas01.gat mapflag nowarpto
|
||||
gefg_cas02.gat mapflag nowarpto
|
||||
gefg_cas03.gat mapflag nowarpto
|
||||
gefg_cas04.gat mapflag nowarpto
|
||||
gefg_cas05.gat mapflag nowarpto
|
||||
//pay_gld.gat mapflag nowarpto
|
||||
payg_cas01.gat mapflag nowarpto
|
||||
payg_cas02.gat mapflag nowarpto
|
||||
payg_cas03.gat mapflag nowarpto
|
||||
payg_cas04.gat mapflag nowarpto
|
||||
payg_cas05.gat mapflag nowarpto
|
||||
//prt_gld.gat mapflag nowarpto
|
||||
prtg_cas01.gat mapflag nowarpto
|
||||
prtg_cas02.gat mapflag nowarpto
|
||||
prtg_cas03.gat mapflag nowarpto
|
||||
prtg_cas04.gat mapflag nowarpto
|
||||
prtg_cas05.gat mapflag nowarpto
|
@ -1,94 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that enable pvp
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Description: =========================================
|
||||
//= pvp: Turns on PvP mode
|
||||
//===== Additional Comments: =================================
|
||||
//=
|
||||
//============================================================
|
||||
|
||||
// PvP ========================
|
||||
pvp_y_1-1.gat mapflag pvp
|
||||
pvp_y_1-2.gat mapflag pvp
|
||||
pvp_y_1-3.gat mapflag pvp
|
||||
pvp_y_1-4.gat mapflag pvp
|
||||
pvp_y_1-5.gat mapflag pvp
|
||||
pvp_y_2-1.gat mapflag pvp
|
||||
pvp_y_2-2.gat mapflag pvp
|
||||
pvp_y_2-3.gat mapflag pvp
|
||||
pvp_y_2-4.gat mapflag pvp
|
||||
pvp_y_2-5.gat mapflag pvp
|
||||
pvp_y_3-1.gat mapflag pvp
|
||||
pvp_y_3-2.gat mapflag pvp
|
||||
pvp_y_3-3.gat mapflag pvp
|
||||
pvp_y_3-4.gat mapflag pvp
|
||||
pvp_y_3-5.gat mapflag pvp
|
||||
pvp_y_4-1.gat mapflag pvp
|
||||
pvp_y_4-2.gat mapflag pvp
|
||||
pvp_y_4-3.gat mapflag pvp
|
||||
pvp_y_4-4.gat mapflag pvp
|
||||
pvp_y_4-5.gat mapflag pvp
|
||||
pvp_y_5-1.gat mapflag pvp
|
||||
pvp_y_5-2.gat mapflag pvp
|
||||
pvp_y_5-3.gat mapflag pvp
|
||||
pvp_y_5-4.gat mapflag pvp
|
||||
pvp_y_5-5.gat mapflag pvp
|
||||
pvp_y_6-1.gat mapflag pvp
|
||||
pvp_y_6-2.gat mapflag pvp
|
||||
pvp_y_6-3.gat mapflag pvp
|
||||
pvp_y_6-4.gat mapflag pvp
|
||||
pvp_y_6-5.gat mapflag pvp
|
||||
pvp_y_7-1.gat mapflag pvp
|
||||
pvp_y_7-2.gat mapflag pvp
|
||||
pvp_y_7-3.gat mapflag pvp
|
||||
pvp_y_7-4.gat mapflag pvp
|
||||
pvp_y_7-5.gat mapflag pvp
|
||||
pvp_y_8-1.gat mapflag pvp
|
||||
pvp_y_8-2.gat mapflag pvp
|
||||
pvp_y_8-3.gat mapflag pvp
|
||||
pvp_y_8-4.gat mapflag pvp
|
||||
pvp_y_8-5.gat mapflag pvp
|
||||
pvp_n_1-1.gat mapflag pvp
|
||||
pvp_n_1-2.gat mapflag pvp
|
||||
pvp_n_1-3.gat mapflag pvp
|
||||
pvp_n_1-4.gat mapflag pvp
|
||||
pvp_n_1-5.gat mapflag pvp
|
||||
pvp_n_2-1.gat mapflag pvp
|
||||
pvp_n_2-2.gat mapflag pvp
|
||||
pvp_n_2-3.gat mapflag pvp
|
||||
pvp_n_2-4.gat mapflag pvp
|
||||
pvp_n_2-5.gat mapflag pvp
|
||||
pvp_n_3-1.gat mapflag pvp
|
||||
pvp_n_3-2.gat mapflag pvp
|
||||
pvp_n_3-3.gat mapflag pvp
|
||||
pvp_n_3-4.gat mapflag pvp
|
||||
pvp_n_3-5.gat mapflag pvp
|
||||
pvp_n_4-1.gat mapflag pvp
|
||||
pvp_n_4-2.gat mapflag pvp
|
||||
pvp_n_4-3.gat mapflag pvp
|
||||
pvp_n_4-4.gat mapflag pvp
|
||||
pvp_n_4-5.gat mapflag pvp
|
||||
pvp_n_5-1.gat mapflag pvp
|
||||
pvp_n_5-2.gat mapflag pvp
|
||||
pvp_n_5-3.gat mapflag pvp
|
||||
pvp_n_5-4.gat mapflag pvp
|
||||
pvp_n_5-5.gat mapflag pvp
|
||||
pvp_n_6-1.gat mapflag pvp
|
||||
pvp_n_6-2.gat mapflag pvp
|
||||
pvp_n_6-3.gat mapflag pvp
|
||||
pvp_n_6-4.gat mapflag pvp
|
||||
pvp_n_6-5.gat mapflag pvp
|
||||
pvp_n_7-1.gat mapflag pvp
|
||||
pvp_n_7-2.gat mapflag pvp
|
||||
pvp_n_7-3.gat mapflag pvp
|
||||
pvp_n_7-4.gat mapflag pvp
|
||||
pvp_n_7-5.gat mapflag pvp
|
||||
pvp_n_8-1.gat mapflag pvp
|
||||
pvp_n_8-2.gat mapflag pvp
|
||||
pvp_n_8-3.gat mapflag pvp
|
||||
pvp_n_8-4.gat mapflag pvp
|
||||
pvp_n_8-5.gat mapflag pvp
|
||||
pvp_2vs2.gat mapflag pvp
|
@ -1,35 +0,0 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disables attacking a party member
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
|
||||
|
||||
// Guild Castles ================
|
||||
aldeg_cas01.gat mapflag pvp_noparty
|
||||
aldeg_cas02.gat mapflag pvp_noparty
|
||||
aldeg_cas03.gat mapflag pvp_noparty
|
||||
aldeg_cas04.gat mapflag pvp_noparty
|
||||
aldeg_cas05.gat mapflag pvp_noparty
|
||||
gefg_cas01.gat mapflag pvp_noparty
|
||||
gefg_cas02.gat mapflag pvp_noparty
|
||||
gefg_cas03.gat mapflag pvp_noparty
|
||||
gefg_cas04.gat mapflag pvp_noparty
|
||||
gefg_cas05.gat mapflag pvp_noparty
|
||||
payg_cas01.gat mapflag pvp_noparty
|
||||
payg_cas02.gat mapflag pvp_noparty
|
||||
payg_cas03.gat mapflag pvp_noparty
|
||||
payg_cas04.gat mapflag pvp_noparty
|
||||
payg_cas05.gat mapflag pvp_noparty
|
||||
prtg_cas01.gat mapflag pvp_noparty
|
||||
prtg_cas02.gat mapflag pvp_noparty
|
||||
prtg_cas03.gat mapflag pvp_noparty
|
||||
prtg_cas04.gat mapflag pvp_noparty
|
||||
prtg_cas05.gat mapflag pvp_noparty
|
||||
|
||||
// GvG Arenas =================
|
||||
guild_vs1.gat mapflag pvp_noparty
|
||||
guild_vs2.gat mapflag pvp_noparty
|
||||
guild_vs3.gat mapflag pvp_noparty
|
||||
guild_vs4.gat mapflag pvp_noparty
|
||||
guild_vs5.gat mapflag pvp_noparty
|
@ -1,71 +0,0 @@
|
||||
// <20>…<EFBFBD>ê‚Ì<E2809A>‚‚³‚ð<E2809A>Ý’è
|
||||
//water_height.txt eAthenaDB 2005/03/25 18:52:09 +0900 (JST)
|
||||
|
||||
xmas.gat 3
|
||||
mjolnir_01.gat 0
|
||||
mjolnir_02.gat -19
|
||||
mjolnir_12.gat 15
|
||||
prt_fild00.gat 11
|
||||
prt_fild01.gat 25
|
||||
prt_fild02.gat 42
|
||||
prt_fild04.gat 14
|
||||
prt_fild05.gat 14
|
||||
prt_fild10.gat 40
|
||||
gef_fild00.gat 10
|
||||
gef_fild01.gat 14
|
||||
gef_fild03.gat 82
|
||||
gef_fild04.gat 14
|
||||
gef_fild07.gat 19
|
||||
gef_fild09.gat 11
|
||||
gef_fild10.gat 24
|
||||
moc_fild01.gat 26
|
||||
moc_fild11.gat 9
|
||||
iz_dun00.gat 5
|
||||
iz_dun01.gat 5
|
||||
iz_dun02.gat -58
|
||||
mjo_dun01.gat 7
|
||||
orcsdun02.gat 3
|
||||
pay_dun01.gat 8
|
||||
pay_dun02.gat 5
|
||||
pay_dun03.gat 10
|
||||
prt_sewb2.gat 5
|
||||
prt_sewb3.gat 5
|
||||
treasure01.gat -4
|
||||
treasure02.gat -1
|
||||
moc_ruins.gat 6
|
||||
pay_arche.gat 8
|
||||
glast_01.gat 8
|
||||
alde_dun03.gat 2
|
||||
alde_dun04.gat 0
|
||||
gl_prison1.gat 35
|
||||
gl_sew01.gat 56
|
||||
gl_sew02.gat 12
|
||||
gl_sew03.gat 15
|
||||
gl_sew04.gat 70
|
||||
comodo.gat 14
|
||||
cmd_fild01.gat 46
|
||||
cmd_fild02.gat 4
|
||||
cmd_fild03.gat 0
|
||||
cmd_fild04.gat 4
|
||||
cmd_fild05.gat 46
|
||||
beach_dun2.gat 6
|
||||
beach_dun3.gat 0
|
||||
beach_dun.gat 9
|
||||
gef_fild13.gat 19
|
||||
gld_dun02.gat 5
|
||||
gld_dun03.gat 14
|
||||
gld_dun04.gat 3
|
||||
aldeg_cas01.gat 40
|
||||
aldeg_cas02.gat 35
|
||||
aldeg_cas03.gat 16
|
||||
aldeg_cas04.gat 31
|
||||
aldeg_cas05.gat 25
|
||||
gefg_cas02.gat 8
|
||||
gefg_cas04.gat 15
|
||||
gefg_cas05.gat 5
|
||||
prtg_cas05.gat 13
|
||||
tur_dun01.gat -65
|
||||
ama_fild01.gat 5
|
||||
yuno_fild09.gat 10
|
||||
yuno_fild11.gat -19
|
||||
//sec_in02.gat 5 dunno what value
|
@ -1,628 +0,0 @@
|
||||
//------------------------- Maps ---------------------------
|
||||
map: alb_ship.gat
|
||||
map: alb2trea.gat
|
||||
map: alberta.gat
|
||||
map: alberta_in.gat
|
||||
map: alde_dun01.gat
|
||||
map: alde_dun02.gat
|
||||
map: alde_dun03.gat
|
||||
map: alde_dun04.gat
|
||||
map: aldeba_in.gat
|
||||
map: aldebaran.gat
|
||||
map: anthell01.gat
|
||||
map: anthell02.gat
|
||||
map: arena_room.gat
|
||||
map: c_tower1.gat
|
||||
map: c_tower2.gat
|
||||
map: c_tower3.gat
|
||||
map: c_tower4.gat
|
||||
map: force_1-1.gat
|
||||
map: force_1-2.gat
|
||||
map: force_1-3.gat
|
||||
map: force_2-1.gat
|
||||
map: force_2-2.gat
|
||||
map: force_2-3.gat
|
||||
map: force_3-1.gat
|
||||
map: force_3-2.gat
|
||||
map: force_3-3.gat
|
||||
map: gef_dun00.gat
|
||||
map: gef_dun01.gat
|
||||
map: gef_dun02.gat
|
||||
map: gef_dun03.gat
|
||||
map: gef_fild00.gat
|
||||
map: gef_fild01.gat
|
||||
map: gef_fild02.gat
|
||||
map: gef_fild03.gat
|
||||
map: gef_fild04.gat
|
||||
map: gef_fild05.gat
|
||||
map: gef_fild06.gat
|
||||
map: gef_fild07.gat
|
||||
map: gef_fild08.gat
|
||||
map: gef_fild09.gat
|
||||
map: gef_fild10.gat
|
||||
map: gef_fild11.gat
|
||||
map: gef_tower.gat
|
||||
map: geffen.gat
|
||||
map: geffen_in.gat
|
||||
map: gl_cas01.gat
|
||||
map: gl_cas02.gat
|
||||
map: gl_church.gat
|
||||
map: gl_chyard.gat
|
||||
map: gl_dun01.gat
|
||||
map: gl_dun02.gat
|
||||
map: gl_in01.gat
|
||||
map: gl_knt01.gat
|
||||
map: gl_knt02.gat
|
||||
map: gl_prison.gat
|
||||
map: gl_prison1.gat
|
||||
map: gl_sew01.gat
|
||||
map: gl_sew02.gat
|
||||
map: gl_sew03.gat
|
||||
map: gl_sew04.gat
|
||||
map: gl_step.gat
|
||||
map: glast_01.gat
|
||||
map: hunter_1-1.gat
|
||||
map: hunter_2-1.gat
|
||||
map: hunter_3-1.gat
|
||||
map: in_hunter.gat
|
||||
map: in_moc_16.gat
|
||||
map: in_orcs01.gat
|
||||
map: in_sphinx1.gat
|
||||
map: in_sphinx2.gat
|
||||
map: in_sphinx3.gat
|
||||
map: in_sphinx4.gat
|
||||
map: in_sphinx5.gat
|
||||
map: iz_dun00.gat
|
||||
map: iz_dun01.gat
|
||||
map: iz_dun02.gat
|
||||
map: iz_dun03.gat
|
||||
map: iz_dun04.gat
|
||||
//map: iz_dun05.gat
|
||||
map: izlu2dun.gat
|
||||
map: izlude.gat
|
||||
map: izlude_in.gat
|
||||
map: job_thief1.gat
|
||||
map: knight_1-1.gat
|
||||
map: knight_2-1.gat
|
||||
map: knight_3-1.gat
|
||||
map: mjo_dun01.gat
|
||||
map: mjo_dun02.gat
|
||||
map: mjo_dun03.gat
|
||||
map: mjolnir_01.gat
|
||||
map: mjolnir_02.gat
|
||||
map: mjolnir_03.gat
|
||||
map: mjolnir_04.gat
|
||||
map: mjolnir_05.gat
|
||||
map: mjolnir_06.gat
|
||||
map: mjolnir_07.gat
|
||||
map: mjolnir_08.gat
|
||||
map: mjolnir_09.gat
|
||||
map: mjolnir_10.gat
|
||||
map: mjolnir_11.gat
|
||||
map: mjolnir_12.gat
|
||||
map: moc_castle.gat
|
||||
map: moc_fild01.gat
|
||||
map: moc_fild02.gat
|
||||
map: moc_fild03.gat
|
||||
map: moc_fild04.gat
|
||||
map: moc_fild05.gat
|
||||
map: moc_fild06.gat
|
||||
map: moc_fild07.gat
|
||||
map: moc_fild08.gat
|
||||
map: moc_fild09.gat
|
||||
map: moc_fild10.gat
|
||||
map: moc_fild11.gat
|
||||
map: moc_fild12.gat
|
||||
map: moc_fild13.gat
|
||||
map: moc_fild14.gat
|
||||
map: moc_fild15.gat
|
||||
map: moc_fild16.gat
|
||||
map: moc_fild17.gat
|
||||
map: moc_fild18.gat
|
||||
map: moc_fild19.gat
|
||||
map: moc_pryd01.gat
|
||||
map: moc_pryd02.gat
|
||||
map: moc_pryd03.gat
|
||||
map: moc_pryd04.gat
|
||||
map: moc_pryd05.gat
|
||||
map: moc_pryd06.gat
|
||||
map: moc_prydb1.gat
|
||||
map: moc_ruins.gat
|
||||
map: monk_in.gat
|
||||
map: morocc.gat
|
||||
map: morocc_in.gat
|
||||
map: new_1-1.gat
|
||||
map: new_1-2.gat
|
||||
map: new_1-3.gat
|
||||
map: new_1-4.gat
|
||||
//map: new_2-1.gat
|
||||
//map: new_2-2.gat
|
||||
//map: new_2-3.gat
|
||||
//map: new_2-4.gat
|
||||
//map: new_3-1.gat
|
||||
//map: new_3-2.gat
|
||||
//map: new_3-3.gat
|
||||
//map: new_3-4.gat
|
||||
//map: new_4-1.gat
|
||||
//map: new_4-2.gat
|
||||
//map: new_4-3.gat
|
||||
//map: new_4-4.gat
|
||||
//map: new_5-1.gat
|
||||
//map: new_5-2.gat
|
||||
//map: new_5-3.gat
|
||||
//map: new_5-4.gat
|
||||
map: orcsdun01.gat
|
||||
map: orcsdun02.gat
|
||||
map: ordeal_1-1.gat
|
||||
map: ordeal_1-2.gat
|
||||
//map: ordeal_1-3.gat
|
||||
//map: ordeal_1-4.gat
|
||||
map: ordeal_2-1.gat
|
||||
map: ordeal_2-2.gat
|
||||
//map: ordeal_2-3.gat
|
||||
//map: ordeal_2-4.gat
|
||||
map: ordeal_3-1.gat
|
||||
map: ordeal_3-2.gat
|
||||
//map: ordeal_3-3.gat
|
||||
//map: ordeal_3-4.gat
|
||||
map: pay_arche.gat
|
||||
map: pay_dun00.gat
|
||||
map: pay_dun01.gat
|
||||
map: pay_dun02.gat
|
||||
map: pay_dun03.gat
|
||||
map: pay_dun04.gat
|
||||
map: pay_fild01.gat
|
||||
map: pay_fild02.gat
|
||||
map: pay_fild03.gat
|
||||
map: pay_fild04.gat
|
||||
map: pay_fild05.gat
|
||||
map: pay_fild06.gat
|
||||
map: pay_fild07.gat
|
||||
map: pay_fild08.gat
|
||||
map: pay_fild09.gat
|
||||
map: pay_fild10.gat
|
||||
map: pay_fild11.gat
|
||||
//map: payon.gat //moved down to new maps
|
||||
//map: payon_in01.gat //moved down to new maps
|
||||
//map: payon_in02.gat //moved down to new maps
|
||||
map: priest_1-1.gat
|
||||
map: priest_2-1.gat
|
||||
map: priest_3-1.gat
|
||||
map: prontera.gat
|
||||
map: prt_are_in.gat
|
||||
map: prt_are01.gat
|
||||
//map: prt_arena01.gat
|
||||
map: prt_castle.gat
|
||||
map: prt_church.gat
|
||||
map: prt_fild00.gat
|
||||
map: prt_fild01.gat
|
||||
map: prt_fild02.gat
|
||||
map: prt_fild03.gat
|
||||
map: prt_fild04.gat
|
||||
map: prt_fild05.gat
|
||||
map: prt_fild06.gat
|
||||
map: prt_fild07.gat
|
||||
map: prt_fild08.gat
|
||||
map: prt_fild09.gat
|
||||
map: prt_fild10.gat
|
||||
map: prt_fild11.gat
|
||||
map: prt_in.gat
|
||||
map: prt_maze01.gat
|
||||
map: prt_maze02.gat
|
||||
map: prt_maze03.gat
|
||||
map: prt_monk.gat
|
||||
map: prt_sewb1.gat
|
||||
map: prt_sewb2.gat
|
||||
map: prt_sewb3.gat
|
||||
map: prt_sewb4.gat
|
||||
map: pvp_2vs2.gat
|
||||
//map: pvp_c_room.gat
|
||||
map: pvp_n_1-1.gat
|
||||
map: pvp_n_1-2.gat
|
||||
map: pvp_n_1-3.gat
|
||||
map: pvp_n_1-4.gat
|
||||
map: pvp_n_1-5.gat
|
||||
map: pvp_n_2-1.gat
|
||||
map: pvp_n_2-2.gat
|
||||
map: pvp_n_2-3.gat
|
||||
map: pvp_n_2-4.gat
|
||||
map: pvp_n_2-5.gat
|
||||
map: pvp_n_3-1.gat
|
||||
map: pvp_n_3-2.gat
|
||||
map: pvp_n_3-3.gat
|
||||
map: pvp_n_3-4.gat
|
||||
map: pvp_n_3-5.gat
|
||||
map: pvp_n_4-1.gat
|
||||
map: pvp_n_4-2.gat
|
||||
map: pvp_n_4-3.gat
|
||||
map: pvp_n_4-4.gat
|
||||
map: pvp_n_4-5.gat
|
||||
map: pvp_n_5-1.gat
|
||||
map: pvp_n_5-2.gat
|
||||
map: pvp_n_5-3.gat
|
||||
map: pvp_n_5-4.gat
|
||||
map: pvp_n_5-5.gat
|
||||
map: pvp_n_6-1.gat
|
||||
map: pvp_n_6-2.gat
|
||||
map: pvp_n_6-3.gat
|
||||
map: pvp_n_6-4.gat
|
||||
map: pvp_n_6-5.gat
|
||||
map: pvp_n_7-1.gat
|
||||
map: pvp_n_7-2.gat
|
||||
map: pvp_n_7-3.gat
|
||||
map: pvp_n_7-4.gat
|
||||
map: pvp_n_7-5.gat
|
||||
map: pvp_n_8-1.gat
|
||||
map: pvp_n_8-2.gat
|
||||
map: pvp_n_8-3.gat
|
||||
map: pvp_n_8-4.gat
|
||||
map: pvp_n_8-5.gat
|
||||
map: pvp_n_room.gat
|
||||
map: pvp_y_1-1.gat
|
||||
map: pvp_y_1-2.gat
|
||||
map: pvp_y_1-3.gat
|
||||
map: pvp_y_1-4.gat
|
||||
map: pvp_y_1-5.gat
|
||||
map: pvp_y_2-1.gat
|
||||
map: pvp_y_2-2.gat
|
||||
map: pvp_y_2-3.gat
|
||||
map: pvp_y_2-4.gat
|
||||
map: pvp_y_2-5.gat
|
||||
map: pvp_y_3-1.gat
|
||||
map: pvp_y_3-2.gat
|
||||
map: pvp_y_3-3.gat
|
||||
map: pvp_y_3-4.gat
|
||||
map: pvp_y_3-5.gat
|
||||
map: pvp_y_4-1.gat
|
||||
map: pvp_y_4-2.gat
|
||||
map: pvp_y_4-3.gat
|
||||
map: pvp_y_4-4.gat
|
||||
map: pvp_y_4-5.gat
|
||||
map: pvp_y_5-1.gat
|
||||
map: pvp_y_5-2.gat
|
||||
map: pvp_y_5-3.gat
|
||||
map: pvp_y_5-4.gat
|
||||
map: pvp_y_5-5.gat
|
||||
map: pvp_y_6-1.gat
|
||||
map: pvp_y_6-2.gat
|
||||
map: pvp_y_6-3.gat
|
||||
map: pvp_y_6-4.gat
|
||||
map: pvp_y_6-5.gat
|
||||
map: pvp_y_7-1.gat
|
||||
map: pvp_y_7-2.gat
|
||||
map: pvp_y_7-3.gat
|
||||
map: pvp_y_7-4.gat
|
||||
map: pvp_y_7-5.gat
|
||||
map: pvp_y_8-1.gat
|
||||
map: pvp_y_8-2.gat
|
||||
map: pvp_y_8-3.gat
|
||||
map: pvp_y_8-4.gat
|
||||
map: pvp_y_8-5.gat
|
||||
map: pvp_y_room.gat
|
||||
map: sword_1-1.gat
|
||||
map: sword_2-1.gat
|
||||
map: sword_3-1.gat
|
||||
map: treasure01.gat
|
||||
map: treasure02.gat
|
||||
map: wizard_1-1.gat
|
||||
map: wizard_2-1.gat
|
||||
map: wizard_3-1.gat
|
||||
map: xmas.gat
|
||||
map: xmas_dun01.gat
|
||||
map: xmas_dun02.gat
|
||||
map: xmas_fild01.gat
|
||||
map: xmas_in.gat
|
||||
|
||||
//---Ep3.0 Comodo ---
|
||||
|
||||
map: beach_dun.gat
|
||||
map: beach_dun2.gat
|
||||
map: beach_dun3.gat
|
||||
map: cmd_fild01.gat
|
||||
map: cmd_fild02.gat
|
||||
map: cmd_fild03.gat
|
||||
map: cmd_fild04.gat
|
||||
map: cmd_fild05.gat
|
||||
map: cmd_fild06.gat
|
||||
map: cmd_fild07.gat
|
||||
map: cmd_fild08.gat
|
||||
map: cmd_fild09.gat
|
||||
map: cmd_in01.gat
|
||||
map: cmd_in02.gat
|
||||
map: comodo.gat
|
||||
map: gef_fild12.gat
|
||||
map: gef_fild13.gat
|
||||
map: gef_fild14.gat
|
||||
|
||||
//---EP3.1 Quiz Revolution ---
|
||||
|
||||
map: quiz_00.gat
|
||||
map: quiz_01.gat
|
||||
|
||||
//--- Ep4.0 Turtle Island ---
|
||||
|
||||
map: tur_dun01.gat
|
||||
map: tur_dun02.gat
|
||||
map: tur_dun03.gat
|
||||
map: tur_dun04.gat
|
||||
map: tur_dun05.gat
|
||||
map: tur_dun06.gat
|
||||
|
||||
//--- Ep4.1 The War of Emperium ---
|
||||
|
||||
map: alde_gld.gat
|
||||
map: aldeg_cas01.gat
|
||||
map: aldeg_cas02.gat
|
||||
map: aldeg_cas03.gat
|
||||
map: aldeg_cas04.gat
|
||||
map: aldeg_cas05.gat
|
||||
map: gefg_cas01.gat
|
||||
map: gefg_cas02.gat
|
||||
map: gefg_cas03.gat
|
||||
map: gefg_cas04.gat
|
||||
map: gefg_cas05.gat
|
||||
map: gld_dun01.gat
|
||||
map: gld_dun02.gat
|
||||
map: gld_dun03.gat
|
||||
map: gld_dun04.gat
|
||||
//map: guild_room.gat
|
||||
map: guild_vs1.gat
|
||||
map: guild_vs2.gat
|
||||
map: guild_vs3.gat
|
||||
map: guild_vs4.gat
|
||||
map: guild_vs5.gat
|
||||
map: job_hunte.gat
|
||||
map: job_knt.gat
|
||||
map: job_prist.gat
|
||||
map: job_wiz.gat
|
||||
map: pay_gld.gat
|
||||
map: payg_cas01.gat
|
||||
map: payg_cas02.gat
|
||||
map: payg_cas03.gat
|
||||
map: payg_cas04.gat
|
||||
map: payg_cas05.gat
|
||||
map: prt_gld.gat
|
||||
map: prtg_cas01.gat
|
||||
map: prtg_cas02.gat
|
||||
map: prtg_cas03.gat
|
||||
map: prtg_cas04.gat
|
||||
map: prtg_cas05.gat
|
||||
|
||||
|
||||
//--- Ep5.0 Yuno ---
|
||||
|
||||
map: alde_alche.gat
|
||||
map: in_rogue.gat
|
||||
map: job_cru.gat
|
||||
map: job_duncer.gat
|
||||
map: job_monk.gat
|
||||
map: job_sage.gat
|
||||
map: mag_dun01.gat
|
||||
map: mag_dun02.gat
|
||||
map: monk_test.gat
|
||||
map: yuno.gat
|
||||
map: yuno_fild01.gat
|
||||
map: yuno_fild02.gat
|
||||
map: yuno_fild03.gat
|
||||
map: yuno_fild04.gat
|
||||
map: yuno_in01.gat
|
||||
map: yuno_in02.gat
|
||||
map: yuno_in03.gat
|
||||
map: yuno_in04.gat
|
||||
map: yuno_in05.gat
|
||||
|
||||
//--- Ep6.0 - Amatsu ---
|
||||
// Requires: kRO 08-10-03 or newer
|
||||
// or kRO Sakray 09-09-03 or newer
|
||||
|
||||
map: ama_dun01.gat
|
||||
map: ama_dun02.gat
|
||||
map: ama_dun03.gat
|
||||
map: ama_fild01.gat
|
||||
map: ama_in01.gat
|
||||
map: ama_in02.gat
|
||||
map: ama_test.gat
|
||||
map: amatsu.gat
|
||||
|
||||
//--- Ep6.1 - Gon Ryun ---
|
||||
|
||||
map: gon_dun01.gat
|
||||
map: gon_dun02.gat
|
||||
map: gon_dun03.gat
|
||||
map: gon_fild01.gat
|
||||
map: gon_in.gat
|
||||
map: gon_test.gat
|
||||
map: gonryun.gat
|
||||
map: sec_in01.gat
|
||||
map: sec_in02.gat
|
||||
map: sec_pri.gat
|
||||
|
||||
//--- Ep6.2 - Umbala ---
|
||||
// Requires: kRO 01-27-04 or newer
|
||||
// or kRO Sakray 12-02-03 or newer
|
||||
// or Akaru's SuperGRF 1.22 or newer
|
||||
map: umbala.gat
|
||||
map: um_dun01.gat
|
||||
map: um_dun02.gat
|
||||
map: um_fild01.gat
|
||||
map: um_fild02.gat
|
||||
map: um_fild03.gat
|
||||
map: um_fild04.gat
|
||||
map: um_in.gat
|
||||
|
||||
//--- Ep6.3 - Niflheim ---
|
||||
// Requires: kRO 02-23-04 or newer
|
||||
// or kRO Sakray 01-09-04 or newer
|
||||
// or Akaru's SuperGRF 1.32 or newer
|
||||
map: niflheim.gat
|
||||
map: nif_fild01.gat
|
||||
map: nif_fild02.gat
|
||||
map: nif_in.gat
|
||||
map: yggdrasil01.gat
|
||||
|
||||
//--- Ep6.4 - Valkyrie ---
|
||||
// Requires: kRO ??-??-04 or newer
|
||||
// or kRO Sakray 02-03-04 or newer
|
||||
// or Akaru's SuperGRF 1.34 or newer
|
||||
map: valkyrie.gat
|
||||
|
||||
//--- Ep6.5 - Castle of Dragon (LouYang) ---
|
||||
// Requires kRO Sakray 03-30 or newer
|
||||
//(Akaru's SuperGRF required version: 1.52)
|
||||
map: lou_in01.gat
|
||||
map: lou_in02.gat
|
||||
map: lou_dun03.gat
|
||||
map: lou_dun02.gat
|
||||
map: lou_dun01.gat
|
||||
map: lou_fild01.gat
|
||||
map: louyang.gat
|
||||
|
||||
//--- Ep6.6 - Novice Guild Siege ---
|
||||
//Requires kRO Sakray 04-07 or newer
|
||||
//(Akaru's SuperGRF required version: 1.53)
|
||||
//map: siege_test.gat
|
||||
map: n_castle.gat
|
||||
map: nguild_gef.gat
|
||||
map: nguild_prt.gat
|
||||
map: nguild_pay.gat
|
||||
map: nguild_alde.gat
|
||||
|
||||
//--- Ep6.7 - Jawaii ---
|
||||
//Requires kRO Sakray 06-22 or newer
|
||||
//(Akaru's SuperGRF required version: 1.63)
|
||||
map: jawaii.gat
|
||||
map: jawaii_in.gat
|
||||
|
||||
// --- Ep6.8 - Geffenia ---
|
||||
// Requires kRO Sakray 07-13 or newer
|
||||
// (Akaru's SuperGRF required version: 1.64)
|
||||
map: gefenia01.gat
|
||||
map: gefenia02.gat
|
||||
map: gefenia03.gat
|
||||
map: gefenia04.gat
|
||||
|
||||
// --- Ep6.x - Some Maps ---
|
||||
//map: new_zone01.gat
|
||||
//map: new_zone02.gat
|
||||
//map: new_zone03.gat
|
||||
//map: new_zone04.gat
|
||||
|
||||
// --- Ep6.9 - New Payon ---
|
||||
// Requires kRO Sakray 09-03
|
||||
// -- dunno --
|
||||
map: payon.gat
|
||||
map: payon_in01.gat
|
||||
map: payon_in02.gat
|
||||
map: payon_in03.gat
|
||||
//same names as old maps except that payon_in03.gat got added
|
||||
|
||||
// --- Ep? - Ayothaya ---
|
||||
// Requires kRO Sakray 09-21
|
||||
// -- 2004-10-19sdata_k.gpf --
|
||||
map: ayothaya.gat
|
||||
map: ayo_in01.gat
|
||||
map: ayo_in02.gat
|
||||
map: ayo_fild01.gat
|
||||
map: ayo_fild02.gat
|
||||
map: ayo_dun01.gat
|
||||
map: ayo_dun02.gat
|
||||
|
||||
// --- God item quests maps ---
|
||||
// -- 2004-10-12sdata_k3.gpf --
|
||||
map: que_god01.gat
|
||||
map: que_god02.gat
|
||||
|
||||
// --- Ep? - Schwarzwald Republic ---
|
||||
// -- 2004-12-28sdata_k.gpf --
|
||||
map: yuno_fild05.gat
|
||||
map: yuno_fild07.gat
|
||||
map: yuno_fild08.gat
|
||||
map: yuno_fild09.gat
|
||||
map: yuno_fild11.gat
|
||||
map: yuno_fild12.gat
|
||||
|
||||
// --- Race Arena ---
|
||||
// -- 2005-03-08sdata_k.gpf --
|
||||
map: alde_tt02.gat
|
||||
map: turbo_room.gat
|
||||
|
||||
// --- Einbroch/Einbech ---
|
||||
// -- 2005-03-15sdata_k.gpf --
|
||||
map: airplane.gat
|
||||
map: airport.gat
|
||||
map: einbech.gat
|
||||
map: einbroch.gat
|
||||
map: ein_dun01.gat
|
||||
map: ein_dun02.gat
|
||||
map: ein_fild06.gat
|
||||
map: ein_fild07.gat
|
||||
map: ein_fild08.gat
|
||||
map: ein_fild09.gat
|
||||
map: ein_fild10.gat
|
||||
map: ein_in01.gat
|
||||
map: que_sign01.gat
|
||||
|
||||
// Ragnarok World Championship 2004
|
||||
// Requires: RWC 2004 Client
|
||||
// or Akaru's SuperGRF 1.64 or newer
|
||||
//map: rwc01.gat
|
||||
//map: rwc02.gat
|
||||
//map: rwc03.gat
|
||||
|
||||
//Christmas & Sakura Special
|
||||
//Requires Akaru's SuperGRF 1.1 or newer
|
||||
//map: prontera_x.gat
|
||||
//map: alberta_x.gat
|
||||
//map: aldebaran_x.gat
|
||||
//map: geffen_x.gat
|
||||
//map: izlude_x.gat
|
||||
//map: prt_church_x.gat
|
||||
//map: prontera_s.gat
|
||||
//map: pay_arche_s.gat
|
||||
|
||||
//Fenced Lutie
|
||||
//Requires Akaru's SuperGRF 1.23 or newer
|
||||
//map: xmas_old.gat
|
||||
|
||||
//Maps that were not in the list but exist in Data.grf
|
||||
//map: ordeal_a00.gat
|
||||
//map: ordeal_a02.gat
|
||||
|
||||
//Alpha Maps
|
||||
//Requires adata.grf containing alpha maps and data
|
||||
//map: fay_vilg00.gat
|
||||
//map: fay_vilg01.gat
|
||||
//map: gef_vilg00.gat
|
||||
//map: gef_vilg01.gat
|
||||
//map: moc_dugn01.gat
|
||||
//map: moc_dugn02.gat
|
||||
//map: moc_fild01.gat
|
||||
//map: moc_fild02.gat
|
||||
//map: moc_fild03.gat
|
||||
//map: moc_fild04.gat
|
||||
//map: moc_intr00.gat
|
||||
//map: moc_intr01.gat
|
||||
//map: moc_intr02.gat
|
||||
//map: moc_intr04.gat
|
||||
//map: moc_vilg00.gat
|
||||
//map: moc_vilg01.gat
|
||||
//map: moc_vilg02.gat
|
||||
//map: probemap.gat
|
||||
//map: probemap02.gat
|
||||
//map: prt_cstl01.gat
|
||||
//map: prt_dugn00.gat
|
||||
//map: prt_dugn01.gat
|
||||
//map: prt_fild00.gat
|
||||
//map: prt_fild01.gat
|
||||
//map: prt_fild03.gat
|
||||
//map: prt_fild04.gat
|
||||
//map: prt_fild05.gat
|
||||
//map: prt_intr01.gat
|
||||
//map: prt_intr01_a.gat
|
||||
//map: prt_intr02.gat
|
||||
//map: prt_vilg00.gat
|
||||
//map: prt_vilg01.gat
|
||||
//map: prt_vilg02.gat
|
||||
//map: tank_test.gat
|
||||
//map: tank_test2.gat
|
||||
//map: test.gat
|
@ -1 +0,0 @@
|
||||
Welcome to eAthena! Enjoy!
|
@ -1,315 +0,0 @@
|
||||
// eAthena msg_athena.conf
|
||||
// Message Configuration
|
||||
// For translation, just change msg here (second line), no need to modify source code.
|
||||
// Format:
|
||||
// // English message
|
||||
// msg_number: translated message
|
||||
|
||||
// 0-499: reserved for GM commands
|
||||
// 500-999 reserved for others
|
||||
|
||||
// Messages of GM commands
|
||||
// -----------------------
|
||||
|
||||
0: Warped.
|
||||
1: Map not found.
|
||||
2: Coordinates out of range.
|
||||
3: Character not found.
|
||||
4: Jump to %s
|
||||
5: Jump to %d %d
|
||||
6: Character data respawn point saved.
|
||||
7: Warping to respawn point.
|
||||
8: Speed changed.
|
||||
9: Options changed.
|
||||
10: Invisible: Off
|
||||
11: Invisible: On
|
||||
12: Your job has been changed.
|
||||
13: A pity! You've died.
|
||||
14: Character killed.
|
||||
15: Player warped (message sends to player too).
|
||||
16: You've been revived! It's a miracle!
|
||||
17: HP, SP recovered.
|
||||
18: Item created.
|
||||
19: Invalid item ID or name.
|
||||
20: All of your items have been removed.
|
||||
21: Base level raised.
|
||||
22: Base level lowered.
|
||||
23: Job level can't go any higher.
|
||||
24: Job level raised.
|
||||
25: Job level lowered.
|
||||
26: Help commands:
|
||||
27: File help.txt not found.
|
||||
28: No player found.
|
||||
29: 1 player found.
|
||||
30: %d players found.
|
||||
31: PvP: Off.
|
||||
32: PvP: On.
|
||||
33: GvG: Off.
|
||||
34: GvG: On.
|
||||
35: You can't use this command with this class.
|
||||
36: Appearence changed.
|
||||
37: An invalid number was specified.
|
||||
38: Invalid location number or name.
|
||||
39: All monster summoned!
|
||||
40: Invalid monster ID or name.
|
||||
41: Impossible to decrease the number/value.
|
||||
42: Stat changed.
|
||||
43: You're not in a guild.
|
||||
44: You're not the master of your guild.
|
||||
45: Guild level change failed.
|
||||
46: %s recalled!
|
||||
47: Base level can't go any higher.
|
||||
48: Character's job changed.
|
||||
49: Invalid job ID.
|
||||
50: You already have some GM powers.
|
||||
51: Character revived.
|
||||
52: This option cannot be used in PK Mode.
|
||||
53: '%s' stats:
|
||||
54: No player found in map '%s'.
|
||||
55: 1 player found in map '%s'.
|
||||
56: %d players found in map '%s'.
|
||||
57: Character's respawn point changed.
|
||||
58: Character's options changed.
|
||||
59: Night has fallen.
|
||||
60: Day has arrived.
|
||||
61: The holy messenger has given judgement.
|
||||
62: Judgement was made.
|
||||
63: Mercy has been shown.
|
||||
64: Mercy has been granted.
|
||||
65: Character's base level raised.
|
||||
66: Character's base level lowered.
|
||||
67: Character's job level can't go any higher.
|
||||
68: character's job level raised.
|
||||
69: Character's job level lowered.
|
||||
70: You have learned the skill.
|
||||
71: You have forgotten the skill.
|
||||
72: Guild siege warfare start!
|
||||
73: Already it has started siege warfare.
|
||||
74: Guild siege warfare end!
|
||||
75: Siege warfare hasn't started yet.
|
||||
76: You have received all skills.
|
||||
77: The reference result of '%s' (name: id):
|
||||
78: %s: %d
|
||||
79: It is %d affair above.
|
||||
80: Give a display name and monster name/id please.
|
||||
81: Your GM level don't authorise you to do this action on this player.
|
||||
82: Please, use one of this number/name:
|
||||
83: Cannot spawn emperium.
|
||||
84: All stats changed!
|
||||
85: Invalid time for ban command.
|
||||
86: Sorry, but a player name have at least 4 characters.
|
||||
87: Sorry, but a player name have 23 characters maximum.
|
||||
88: Character name sends to char-server to ask it.
|
||||
89: Sorry, it's already the night. Impossible to execute the command.
|
||||
90: Sorry, it's already the day. Impossible to execute the command.
|
||||
91: Character's base level can't go any higher.
|
||||
92: All characters recalled!
|
||||
93: All online characters of the %s guild are near you.
|
||||
94: Incorrect name/ID, or no one from the guild is online.
|
||||
95: All online characters of the %s party are near you.
|
||||
96: Incorrect name or ID, or no one from the party is online.
|
||||
97: Item database reloaded.
|
||||
98: Monster database reloaded.
|
||||
99: Skill database reloaded.
|
||||
100: Scripts reloaded.
|
||||
101: Login-server asked to reload GM accounts and their level.
|
||||
102: Mounted Peco.
|
||||
103: No longer spying on the %s guild.
|
||||
104: Spying on the %s guild.
|
||||
105: No longer spying on the %s party.
|
||||
106: Spying on the %s party.
|
||||
107: All items have been repaired.
|
||||
108: No item need to be repaired.
|
||||
109: Player has been nuked!
|
||||
110: Npc Enabled.
|
||||
111: This NPC doesn't exist.
|
||||
112: Npc Disabled.
|
||||
113: %d item(s) removed by a GM.
|
||||
114: %d item(s) removed from the player.
|
||||
115: %d item(s) removed. Player had only %d on %d items.
|
||||
116: Character does not have the item.
|
||||
117: GM has send you in jails.
|
||||
118: Player warped in jails.
|
||||
119: This player is not in jails.
|
||||
120: GM has discharge you.
|
||||
121: Player warped to Prontera.
|
||||
122: Disguise applied.
|
||||
123: Monster/NPC name/id hasn't been found.
|
||||
124: Undisguise applied.
|
||||
125: You're not disguised.
|
||||
126: You accept any wisp (no wisper is refused).
|
||||
127: You accept any wisp, except thoses from %d player(s):
|
||||
128: You refuse all wisps (no specifical wisper is refused).
|
||||
129: You refuse all wisps, AND refuse wisps from %d player(s):
|
||||
130: '%s' accept any wisp (no wisper is refused).
|
||||
131: '%s' accept any wisp, except thoses from %d player(s):
|
||||
132: '%s' refuse all wisps (no specifical wisper is refused).
|
||||
133: '%s' refuse all wisps, AND refuse wisps from %d player(s):
|
||||
134: '%s' already accepts all wispers.
|
||||
135: '%s' now accepts all wispers.
|
||||
136: A GM has authorised all wispers for you.
|
||||
137: '%s' already blocks all wispers.
|
||||
138: '%s' blocks now all wispers.
|
||||
139: A GM has blocked all wispers for you.
|
||||
140: Character's disguise applied.
|
||||
141: Character's undisguise applied.
|
||||
142: Character is not disguised.
|
||||
143: Give a monster name/id please.
|
||||
144: Invalid actual email. If you have default e-mail, type a@a.com.
|
||||
145: Invalid new email. Please enter a real e-mail.
|
||||
146: New email must be a real e-mail.
|
||||
147: New email must be different of the actual e-mail.
|
||||
148: Information sended to login-server via char-server.
|
||||
149: Impossible to increase the number/value.
|
||||
150: No GM found.
|
||||
151: 1 GM found.
|
||||
152: %d GMs found.
|
||||
153: %s is Unknown Command.
|
||||
154: %s failed.
|
||||
155: Impossible to change your job.
|
||||
156: HP or/and SP modified.
|
||||
157: HP and SP are already with the good value.
|
||||
158: Base level can't go any lower.
|
||||
159: Job level can't go any lower.
|
||||
160: PvP is already Off.
|
||||
161: PvP is already On.
|
||||
162: GvG is already Off.
|
||||
163: GvG is already On.
|
||||
164: Your memo point #%d doesn't exist.
|
||||
165: All monsters killed!
|
||||
166: No item has been refined!
|
||||
167: 1 item has been refined!
|
||||
168: %d items have been refined!
|
||||
169: This item (%d: '%s') is not an equipment.
|
||||
170: This item is not an equipment.
|
||||
171: %d - void
|
||||
172: You replace previous memo position %d - %s (%d,%d).
|
||||
173: Note: you don't have the 'Warp' skill level to use it.
|
||||
174: Number of status points changed!
|
||||
175: Number of skill points changed!
|
||||
176: Number of zenys changed!
|
||||
177: Impossible to decrease a stat.
|
||||
178: Impossible to increase a stat.
|
||||
179: Guild level changed.
|
||||
180: The monter/egg name/id doesn't exist.
|
||||
181: You already have a pet.
|
||||
182: Pet friendly value changed!
|
||||
183: Pet friendly is already the good value.
|
||||
184: Sorry, but you have no pet.
|
||||
185: Pet hungry value changed!
|
||||
186: Pet hungry is already the good value.
|
||||
187: You can now rename your pet.
|
||||
188: You can already rename your pet.
|
||||
189: This player can now rename his/her pet.
|
||||
190: This player can already rename his/her pet.
|
||||
191: Sorry, but this player has no pet.
|
||||
192: Impossible to change the character's job.
|
||||
193: Character's base level can't go any lower.
|
||||
194: Character's job level can't go any lower.
|
||||
195: All players have been kicked!
|
||||
196: You already have this quest skill.
|
||||
197: This skill number doesn't exist or isn't a quest skill.
|
||||
198: This skill number doesn't exist.
|
||||
199: This player has learned the skill.
|
||||
200: This player already has this quest skill.
|
||||
201: You don't have this quest skill.
|
||||
202: This player has forgotten the skill.
|
||||
203: This player doesn't have this quest skill.
|
||||
204: WARNING: more than 1000 spiritballs can CRASH your server and/or client!
|
||||
205: You already have this number of spiritballs.
|
||||
206: '%s' skill points reseted!
|
||||
207: '%s' stats points reseted!
|
||||
208: '%s' skill and stats points reseted!
|
||||
209: Character's number of skill points changed!
|
||||
210: Character's number of status points changed!
|
||||
211: Character's number of zenys changed!
|
||||
212: Cannot mount a Peco while in disguise.
|
||||
213: You can not mount a peco with your job.
|
||||
214: Unmounted Peco.
|
||||
215: This player cannot mount a Peco while in disguise.
|
||||
216: Now, this player mounts a peco.
|
||||
217: This player can not mount a peco with his/her job.
|
||||
218: Now, this player has not more peco.
|
||||
219: %d day
|
||||
220: %d days
|
||||
221: %s %d hour
|
||||
222: %s %d hours
|
||||
223: %s %d minute
|
||||
224: %s %d minutes
|
||||
225: %s and %d second
|
||||
226: %s and %d seconds
|
||||
227: Cannot wear disguise while riding a Peco.
|
||||
228: Character cannot wear disguise while riding a Peco.
|
||||
229: Your Effect Has Changed.
|
||||
230: Server time (normal time): %A, %B %d %Y %X.
|
||||
231: Game time: The game is in permanent daylight.
|
||||
232: Game time: The game is in permanent night.
|
||||
233: Game time: The game is actualy in night for %s.
|
||||
234: Game time: After, the game will be in permanent daylight.
|
||||
235: Game time: The game is actualy in daylight for %s.
|
||||
236: Game time: After, the game will be in permanent night.
|
||||
237: Game time: After, the game will be in night for %s.
|
||||
238: Game time: A day cycle has a normal duration of %s.
|
||||
239: Game time: After, the game will be in daylight for %s.
|
||||
240: %d monster(s) summoned!
|
||||
241: you be a killa..
|
||||
242: you gonna be own3d..
|
||||
243: Map skills are off
|
||||
244: Map skills are on
|
||||
245: Server Uptime: %ld days, %ld hours, %ld minutes, %ld seconds.
|
||||
246: Your GM level don't authorise you to do this action.
|
||||
247: You are not authorised to warp to this map.
|
||||
248: You are not authorised to warp from your current map.
|
||||
249: You are not authorised to warp to your save map.
|
||||
250: You have already opened your storage. Close it first.
|
||||
251: You have already opened your guild storage. Close it first.
|
||||
252: You are not in a guild.
|
||||
253: You are not authorised to memo this map.
|
||||
254: GM commands configuration reloaded.
|
||||
255: Battle configuration reloaded.
|
||||
256: Status database reloaded.
|
||||
257: Player database reloaded.
|
||||
|
||||
// Messages of others (not for GM commands)
|
||||
// ----------------------------------------
|
||||
|
||||
500: Actually, it's the night...
|
||||
501: Your account time limit is: %d-%m-%Y %H:%M:%S.
|
||||
502: The day has arrived!
|
||||
503: The night has fallen...
|
||||
|
||||
//Supernovice's Guardian Angel
|
||||
//actually.. new client msgtxt file contains these 3 lines... [Lupus]
|
||||
//----------------------------
|
||||
504: Guardian Angel, can you hear my voice? ^^;
|
||||
505: My name is %s, and I'm a Super Novice~
|
||||
506: Please help me~ t.t
|
||||
|
||||
//Guilds Default Ranks/Positions [Not implemented yet]
|
||||
507: GuildMaster
|
||||
508: Newbie
|
||||
509: Position %d
|
||||
|
||||
//mail system
|
||||
//----------------------
|
||||
510: You have no messages.
|
||||
511: %d - From : %s (New - Priority)
|
||||
512: %d - From : %s (New)
|
||||
513: %d - From : %s
|
||||
514: You have %d new messages.
|
||||
515: You have %d unread priority messages.
|
||||
516: You have no new messages.
|
||||
517: Message not found.
|
||||
518: Reading message from %s.
|
||||
519: Cannot delete unread priority mail.
|
||||
520: You have recieved new mail, use @listmail before deleting.
|
||||
521: Message deleted.
|
||||
522: You must wait 10 minutes before sending another message.
|
||||
523: Access Denied.
|
||||
524: Character does not exist.
|
||||
525: Mail has been sent.
|
||||
526: You have new mail.
|
||||
|
||||
538: Hack on trade: character '%s' (account: %d) try to trade more items that he has.
|
||||
539: This player has %d of a kind of item (id: %d), and try to trade %d of them.
|
||||
540: This player has been definitivly blocked.
|
@ -1,55 +0,0 @@
|
||||
// Athena sockets Configuration file
|
||||
// (Untranslated yet)
|
||||
|
||||
|
||||
// デバッグ情報の表示(バグ報告の際にコピペして頂けると助かります)
|
||||
debug: no
|
||||
|
||||
// How long can a socket stall before closing the connection (in seconds)
|
||||
stall_time: 60
|
||||
|
||||
|
||||
//----- IP Rules Settings -----
|
||||
|
||||
// Do we check IP's before allowing incoming connections?
|
||||
enable_ip_rules: yes
|
||||
|
||||
// アクセス制限の判定順序(Apacheと同じ)
|
||||
// deny,allow が標準になっています。
|
||||
|
||||
order: deny,allow
|
||||
// order: allow,deny
|
||||
// order: mutual-failture
|
||||
|
||||
// アクセスコントロールするIPリスト
|
||||
// allow : ddosチェックの結果に関係なく許可
|
||||
// deny : 不許可
|
||||
// 指定無し : ddosチェックの結果で許可 / 不許可を決定
|
||||
// ただし、mutual-failture の場合は不許可になります。
|
||||
|
||||
// allow: 127.0.0.1
|
||||
// allow: 192.168.0.0/16
|
||||
// allow: 10.0.0.0/255.0.0.0
|
||||
allow: all
|
||||
|
||||
// deny: 127.0.0.1
|
||||
|
||||
|
||||
//---- Ddos Protection Settings ----
|
||||
|
||||
// ddos攻撃と判断する為のルール設定
|
||||
// ddos_interval msec以内の接続要求がddos_count回続いた場合に、
|
||||
// ddos攻撃されたと判定します。
|
||||
|
||||
// 接続間隔(msec)
|
||||
ddos_interval: 3000
|
||||
|
||||
// 接続回数
|
||||
ddos_count: 5
|
||||
|
||||
// ddos制限を解除する間隔(msec)
|
||||
// この時間経過すると、接続制限が解除されます。
|
||||
ddos_autoreset: 600000
|
||||
|
||||
|
||||
//import: conf/import/packet_conf.txt
|
@ -1,33 +0,0 @@
|
||||
What is the import folder for?
|
||||
|
||||
Most people don't know the real use of the import folder. After you do, you will wonder
|
||||
what you ever did without it.
|
||||
|
||||
The main thing it does, is provide a way for you to change your config settings without
|
||||
having to update the files every time you update your server. You store your changes, and
|
||||
the rest are updated with eA (usually though SVN).
|
||||
|
||||
How does this work?
|
||||
|
||||
Well, you place only the settings you have changed in the import files. I'll use
|
||||
battle_athena.conf and battle_conf.txt for my example. Everytime you update you conf
|
||||
folder, using the normal method, you have to go and edit the configs again. So, you have to
|
||||
redo your rates, redo your ip addresses, you have to redo it all. Well, not with the import
|
||||
system.
|
||||
|
||||
Say you want to change your base experience rate from the default (100)to 7x (700). Well
|
||||
then you would place this in your import/battle_conf.txt:
|
||||
|
||||
// Rate at which exp. is given. (Note 2)
|
||||
base_exp_rate: 700
|
||||
|
||||
You don't need the comment (duh, it's a commnet), but I usually leave them for clarity
|
||||
sake.
|
||||
|
||||
So, now this new setting take place over the setting in battle_athena.conf. You just keep
|
||||
this file everytime you update, and your setting will always be there. Neat, isn't it?
|
||||
|
||||
So, yeah, that's what the import folder is for. I hope to see a lot more people use it, to
|
||||
make my life as a managed server runer better.
|
||||
|
||||
Semi-guide by Ajarn
|
@ -1,54 +0,0 @@
|
||||
// ______ __ __
|
||||
// /\ _ \/\ \__/\ \
|
||||
// __\ \ \L\ \ \ ,_\ \ \___ __ ___ __
|
||||
// /'__`\ \ __ \ \ \/\ \ _ `\ /'__`\/' _ `\ /'__`\
|
||||
///\ __/\ \ \/\ \ \ \_\ \ \ \ \/\ __//\ \/\ \/\ \L\.\_
|
||||
//\ \____\\ \_\ \_\ \__\\ \_\ \_\ \____\ \_\ \_\ \__/.\_\
|
||||
// \/____/ \/_/\/_/\/__/ \/_/\/_/\/____/\/_/\/_/\/__/\/_/
|
||||
// _ _ _ _ _ _ _ _ _ _ _ _ _
|
||||
// / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \ / \
|
||||
//( e | n | g | l | i | s | h ) ( A | t | h | e | n | a )
|
||||
// \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/ \_/
|
||||
//
|
||||
//--------------------------------------------------------
|
||||
// eAthena Script Configuration File
|
||||
//--------------------------------------------------------
|
||||
|
||||
|
||||
// When choosing those which it refines setting the letter which is indicated. (Those for word use other than Japanese?)
|
||||
refine_posword: Head,Body,Left hand,Right hand,Robe,Shoes,Accessory 1,Accessory 2,Head 2,Head 3,Not Equipped
|
||||
|
||||
warn_func_no_comma: yes
|
||||
|
||||
warn_cmd_no_comma: yes
|
||||
|
||||
warn_func_mismatch_paramnum: yes
|
||||
|
||||
warn_cmd_mismatch_paramnum: yes
|
||||
|
||||
check_cmdcount: 65536
|
||||
|
||||
check_gotocount: 2048
|
||||
|
||||
|
||||
//---- Custom script functions ----
|
||||
|
||||
// 0 - Event script is defined as an NPC by itself
|
||||
// 1 - Event script can be called by script label
|
||||
event_script_type: 0
|
||||
|
||||
// Name of event when a player has died
|
||||
die_event_name: PCDieEvent
|
||||
|
||||
// Name of event when a player kills something
|
||||
kill_event_name: PCKillEvent
|
||||
|
||||
// Name of event when a player logs out
|
||||
logout_event_name: PCLogoutEvent
|
||||
|
||||
// Name of event when a player logs in
|
||||
login_event_name: PCLoginEvent
|
||||
|
||||
// For events to be activated do we require
|
||||
// a 'set [EventName],1;' to be called first?
|
||||
event_requires_trigger: yes
|
303
db/Changelog.txt
303
db/Changelog.txt
@ -1,303 +0,0 @@
|
||||
Post here any database changes ok guys? [shadowlady]
|
||||
|
||||
==== progress ====
|
||||
|
||||
Ayothaya mobs == 90% All have correct stats now ?
|
||||
Einbroch mobs == 5% Added but using poring stats
|
||||
Ayothaya items == 70% Added but no effect ( all are "etc" itens)
|
||||
Einbroch items == 5%
|
||||
Skill databases == celest working on them i believe.
|
||||
|
||||
|
||||
04/06
|
||||
* Added Einbrook monsters and drops, thanx to Landarma [Lupus]
|
||||
04/05
|
||||
* Some items fixes [DracoRPG]
|
||||
- added missing "Neko Mimi" hat #5099, thanks to Neko2
|
||||
- fixed Wedding Rings item types, thank to nimrod
|
||||
* Removed Evil Wings drops from Mini Demon,Deviruchi,Archangeling and put it into Deviling [Lupus]
|
||||
according to kRO "Evil Wings" are dropped by Deviling only
|
||||
Deviling items drop chances aren't correct yet
|
||||
* Fixed skill tree entries for Vulcan Arrow, and Throw Arrow for gypsies,
|
||||
thanks to Hekate
|
||||
04/04
|
||||
* Removed required skills for Berserk (only job level 50 is needed) [DracoRPG]
|
||||
* Re-added MDEF +15 to Resting Cat [DracoRPG]
|
||||
* Added Sunglasses & Glasses into OBB, added slotted Sunglasses & Glasses into OVB [Lupus]
|
||||
04/03
|
||||
* Doppelganger Card gives only 10% ASPD bonus (from Aegis) [DracoRPG]
|
||||
04/02
|
||||
* More new cards and fixes [DracoRPG]
|
||||
- added Acolyte, Archer and Merchant sets effects
|
||||
- added Turtle General Card effect
|
||||
- corrected Job_Super_Novice -> Job_SuperNovice for Lude and Quve Cards
|
||||
- autospell weapons (except Fireblend, Ice Falchion and Electric Guitar)
|
||||
give no more the skill so it can't be used when you want
|
||||
04/01
|
||||
* New cards updates and additions [DracoRPG]
|
||||
- added Mage and Swordman sets effects
|
||||
- added Whisper Boss Card (not found the ID -> commented out)
|
||||
- activated Turtle General Card but effect not yet scripted
|
||||
- updated some effects from 3/17 patch
|
||||
03/31
|
||||
* Updated/added some new card effects [DracoRPG]
|
||||
* Reverted Berzebub card to reduce casting rate
|
||||
* Corrected some item effects, thanks to digigp and htm
|
||||
* Updated some cards effects from 3/25 patch [DracoRPG]
|
||||
* Updated freeze time for Frost Diver and Frost Nova
|
||||
* Updated cast time for Preserve, thanks to Neko2
|
||||
03/29
|
||||
* Some optimizatons, added missing skill to Electric Guitar [Lupus]
|
||||
* Added new items (thanx to Landarma) [Lupus]
|
||||
* Added effects to Spring Rabbit, Galapago, Sea Otter Cards [Lupus]
|
||||
It seems that item heal rate doesn't work yet
|
||||
03/27
|
||||
* Re-Updated MOB DB with correct file now 8) [Lupus]
|
||||
* Added all released cards into monsters drops and OCA [Lupus]
|
||||
* Minor Items, Monsters fixes [Lupus]
|
||||
03/26
|
||||
* Fixed some incorrect create arrow entries, thanks to boredpoo
|
||||
|
||||
03/25
|
||||
* Added Einbrook's mobs, thanks to RodneyJ for their IDs [Lupus]
|
||||
* Removed some extra 0's in the item_db, thanks to Zoc
|
||||
* Corrected some item effects according to the mentoned earlier doc [Lupus]
|
||||
03/24
|
||||
* Corrected exp table entries for level 11 and 99, thanks to Dino9021
|
||||
* Corrected some item effects according to the newly found Aegis Zone Server [DracoRPG]
|
||||
|
||||
03/22
|
||||
* Corrected some typos in the items DB, thanks to Zoc [celest]
|
||||
* Added new items. Thanks to Landarma [Lupus]
|
||||
* skill CANNIBALIZE: fixed its upkeep time [Lupus]
|
||||
* Added Rafflesia into Dead Branch monsters list, removen all MVPs from there [Lupus]
|
||||
DBs never supposed to call MVPs!!! Only Sages Hocus Pocus could make
|
||||
a MVP from Alchemyst's Floras. (eA Hocus implementation doesn't support it yet)
|
||||
03/21
|
||||
* Corrected exp table entries for Super Novice, thanks to Dino9021 [celest]
|
||||
|
||||
03/19
|
||||
* changed all cards to 'getrefine' function [Lupus]
|
||||
* used 'cardscnt' instead of 'isequipped' in Crab Card.
|
||||
It's a weapon compunding card. So it used to give up to
|
||||
6 bonuses! on Assassin with 4 4-slotted weapons.
|
||||
Now it lets you get up to 2x bonuses per hand.
|
||||
Should be fixed more. already got idea 8)
|
||||
All the similar cards should be fixed in the same way.
|
||||
* Fixed missing END; in new cards, some optimizatons [Lupus]
|
||||
03/18
|
||||
* Updated item prices for Niflheim drops [celest]
|
||||
* Updated some Ayothaya mob stats [celest]
|
||||
* Fixed Incantation Samurai card reducing HP too quickly - the time should
|
||||
be in milliseconds ^^; [celest]
|
||||
* Added ~86 new cards. Fixed, optimized [Lupus]
|
||||
Thanks to Indiona,Landarma. Gosh, I had to fix some bugz ^_-
|
||||
03/16
|
||||
* Added new items. Thanks to Landarma [Lupus]
|
||||
03/15
|
||||
* Fixed pricing for Claw, thanks to Dino9021 [celest]
|
||||
03/09
|
||||
* Added new items. Thanks to Landarma [Lupus]
|
||||
02/23
|
||||
* New Cards: Some fixes, revisions, additions [Lupus]
|
||||
According to the latest news:
|
||||
Fixed Tirfing, Mysteltainn (swapped enemy sizes of the cards bonuses)
|
||||
Added bonus: Munak+Bongun+Hyegun Cards -> +1 Allstats
|
||||
Added Alice Card placement. (also added it for Spring Rabbit, Galapago, Otter) And put Alice Card into OCA
|
||||
can't add new effects for 22 Fed Update Cards yet.
|
||||
All the cards by 22Feb have been revised, but not all tested.
|
||||
02/21
|
||||
* Added new item: Takius' Blindfold. thanks to Landarma [Lupus]
|
||||
* Revised New Cards, added missing effects, fixed bugs [Lupus]
|
||||
~20 cards to check left 8) But in 22 Feb some new cards have been announced T__T'
|
||||
* Added actual item_db.sql into sql-files. [Lupus]
|
||||
* item_db.txt: Added missing fields / removed extra fields from some new items V__V' [Lupus]
|
||||
* More monsters name fixes (GIANT_HONET -> GIANT_HORNET , etc) [Lupus]
|
||||
* Added actual mob_db.sql into sql-files. If you use SQL Mob DB then update it [Lupus]
|
||||
|
||||
02/19
|
||||
* Added released cards into the monsters drops. Fixed couple card names [Lupus]
|
||||
(Arc Angeling -> Archangeling)
|
||||
|
||||
02/18
|
||||
* Added more new cards effects (thanks to DracoRPG at this time) [Lupus]
|
||||
added missing bonus 'bAllStats' into doc/item_bonus.txt
|
||||
* Changed Goblin Leader Card to using bAddRace2 -- each player can only save
|
||||
10 AddDamageClass, so this would save some space for other cards ^^ [celest]
|
||||
* Started adding new cards effects. Also big thanks to Landarma [Lupus]
|
||||
|
||||
02/17
|
||||
* Added 4 columns into mob_db.txt & mob_db2.txt [Lupus]
|
||||
If you were using SQL MOB DB, then update your SQL DB and import all data
|
||||
from mob_db.txt mob_db2.txt
|
||||
* Fixed some mobs drops Whisper + Boss Whissper had wrong drops %% [Lupus]
|
||||
and Whisper had 0% Card drop...Also fixed all MVP mobs (MVP bonuses were shifted...
|
||||
MVP EXP was missing, etc)
|
||||
* Corrected Parrying lasting time, thanks to p14333 and krc2k for pointing it
|
||||
out [celest]
|
||||
|
||||
02/11
|
||||
NOTE: Get rid of old cards on your server!!! IDs: 4149-4332
|
||||
before using of this item_db.txt (some cards have changed their IDs)
|
||||
and it could cause ALIEN cards in your players equipment 8))
|
||||
i.g. a weapon compounding CARDS inserted in armor, etc...
|
||||
* item_db.txt Massive update: [Lupus]
|
||||
- Added all new missing items (up to st.Valentine's Day Event)
|
||||
- Added new cards 4149-4332, sorted them and set their sripts.
|
||||
- Fixed some names, typos, weigths and prices
|
||||
* Commented out old custom cards from Old_Card_Album.txt till we brush them up [Lupus]
|
||||
* Removed old custom cards from MOBs drops [Lupus]
|
||||
thanks to Landarma(new items templates) Poki#3(removing cards from drops)
|
||||
* Updated Soul Breaker cast and delay time, thanks to matthias [celest]
|
||||
* Updated Chain Crush to require level 2 Tiger Fist, thanks to matthias for
|
||||
pointing it out [celest]
|
||||
|
||||
02/05
|
||||
* item_db.txt Added prices to all Magic Scrolls and to Horse Crest,
|
||||
added +100-1000 Zeny effect to Gold Coin (it's used in st.Patric event)
|
||||
not sure in Zeny amount, tough. [Lupus]
|
||||
* mob_db.txt Kind of Beetle -> Beetle King. [Lupus]
|
||||
|
||||
01/26
|
||||
* Updated Counter dagger's attack, thanks to Poki#3
|
||||
* Added ayo_fild02 to nomemo mapflag list
|
||||
|
||||
01/13
|
||||
* Fixed drops of Taoist Hermit, added drops rates to JOKER (all rates were 0%)
|
||||
Removed 0.01% Chances of all Apple drops plugs
|
||||
Tided up mob_db/mob_db2, removed extra tail delimiters (,,,,,,) [Lupus]
|
||||
01/07
|
||||
* Added midas' fix for Hammerfall and Adrenaline Rush [celest]
|
||||
* Added 'bDelayrate' and changed Phen card, Marduk Card and Berzebub Card's
|
||||
effects to use this instead of bCastrate (which was reducing casting time,
|
||||
not delay time) [celest]
|
||||
01/05
|
||||
* Added DracoRPG's changes [celest]
|
||||
- changed Gungnir to wind element
|
||||
- changed Damascus to cannot be broken
|
||||
01/04
|
||||
* item name fix Daydric Card -> Raydric Card [Lupus]
|
||||
Changed weight of Durian,Ramadan,Realgar Wine.
|
||||
Added effect to Durian fruit
|
||||
01/01
|
||||
* Included Mages and Wizards to be able to use berserk potions [celest]
|
||||
* Changed some create arrow outputs for new kRO 12/21/04 patch [Aria]
|
||||
|
||||
12/29
|
||||
* Corrected Bloody Axe's weight - 400 > 4000 [celest]
|
||||
* Removed Bandit's Beard from item_avail.txt [celest]
|
||||
12/28
|
||||
* Removed Roguemaster's Bow adding steal chance, thanks Draco [celest]
|
||||
|
||||
12/26
|
||||
* Added item_db2.txt - would be more convenient to store custom items in a
|
||||
separate db [celest]
|
||||
|
||||
12/21
|
||||
* Added prices to Arrow Quviers ( = 500* arrow price), fixed few item names
|
||||
(removed '_' from jNAME column), fixed HP amount in Novices Red Potion [Lupus]
|
||||
12/21
|
||||
* Added the new Quivers, updated Horse Crest [celest]
|
||||
12/20
|
||||
* removed extra {},,,,,,, from each tailing [Lupus]
|
||||
* Corrected job requirements for some garments [celest]
|
||||
* Corrected skill tree requirements for 3 Peco Lord knight skills [celest]
|
||||
* Updated item 569 -> it's a Red potion given to novices if they pass the
|
||||
training grounds test [celest]
|
||||
12/18
|
||||
* Lord Knight's Concentration can now be used with any weapon [Aria]
|
||||
* Changed few God-items to fit kRO 12/7/04 Patch [Aria]
|
||||
- Reverted by Celest (sorry, but it's already updated ^^;)
|
||||
* Fixed screwed drops of Kapha (someone removed one number and all data was shifted) [Lupus]
|
||||
* Found one missing item N 569, looks like red Potion. Added a temp plug
|
||||
fixed typo bolt -> Bolt in one scroll [Lupus]
|
||||
BTW I made a TXT Resources merger (it helps merge clients resources itemdesc,etc)
|
||||
so if u need it just tell me
|
||||
|
||||
12/17 * Added effect for Deadly poison bottle and Ice cream [celest]
|
||||
|
||||
12/15 * Updated Steel Body, Thunderstorm, Investigate and Magic Crasher, thanks
|
||||
to midas
|
||||
* Removed elunium and oridecon from produce_db, thanks to Draco
|
||||
|
||||
12/14 * Changed 'Parasite' to non-moving [celest]
|
||||
|
||||
12/12 * Removed unuseable skills from skill_tree.txt [celest]
|
||||
|
||||
12/11 * Corrected item_db - Wedding rings should give all 3 skills [celest]
|
||||
|
||||
12/9 * Removed some unused skills from skill_tree.txt [celest]
|
||||
|
||||
12/8 * Capitalised horn_Card in item_db [celest]
|
||||
|
||||
12/7 * Fixed some item names (and swpped names of Alarm Mask and Expressionless Mask) [Lupus]
|
||||
* Added effect for Bow Thimble, Archer Skeleton Card and Tribal Solidarity [celest]
|
||||
* Updated Sleipnir, Brisingamen, Mjolnir, Megingord, Counter Dagger,
|
||||
Poison Knife [celest]
|
||||
* Updated SP requirements for Full Strip, Full Chemical Protection, Cannibalize [celest]
|
||||
* Corrected some item_db typos, thanks to DracoRPG
|
||||
|
||||
12/6 * Changed spiritball requirements for Chain Crush to 1, thanks to MaoMao of cAthena
|
||||
|
||||
12/5 * Edited skill_nocast_db - the skills should be useable outside GvG maps even
|
||||
if woe is on [celest]
|
||||
|
||||
12/3 * corrected Spider Web's maximum level [celest]
|
||||
* Removed Soul Drain from Professor's skill tree [celest]
|
||||
* Updated Stunner's job - Acolytes and monks should be able to use it too! [celest]
|
||||
|
||||
12/2 * Updated skill tree prerequisites for the new kRO skills [celest]
|
||||
|
||||
12/1 * Updated Poison React, Soul Change, Soul Burn [celest]
|
||||
|
||||
11/30 * Corrected bUnbreakable value in const.txt [celest]
|
||||
* updated skill_cast_db for Meltdown and Tiger Knuckle Fist [celest]
|
||||
|
||||
11/29 * Updated skill_db for Quagmire, Fog Wall [celest]
|
||||
|
||||
11/28 * Fixed Wedding rings placement 2->136 [Lupus]
|
||||
* Fixed mob Amon Ra stats/drops [shadow]
|
||||
|
||||
11/27 * Fixed some drain rates, fixed Balmung, Mjolnir, fixed all maces (for right jobs) [shadow]
|
||||
|
||||
11/26 * Fixed Abrakadabra (3 Yellow Gemstones -> Yellow Gemstones 2).
|
||||
And of course it would still use 1 Yellow even if you have Mistress Card, etc. [Lupus]
|
||||
TODO: Abrakadabra should also summon Monsters and even MVP by chance...
|
||||
* Lowered max level of Oridecon Research skill from 10 to 5 [Lupus]
|
||||
|
||||
11/25 * Added element effects to const.txt. [celest]
|
||||
Usage example: sc_start SC_Frost,30000,0;
|
||||
to change the weapon element to Water for 30 seconds.
|
||||
|
||||
11/23 * Added temporary requirements for the new guild skills [celest]
|
||||
|
||||
11/22
|
||||
* Changed weapon requirements for Sharp Shooting [celest]
|
||||
* fixed job_db2.txt (,, -> ,) [Lupus]
|
||||
* Adding 11/23 kRO's new skills [celest]
|
||||
* Slim Potions requires empty test tube, not empty potion bottle *fixed* [shadow]
|
||||
|
||||
11/21
|
||||
* added bClassChange to const.txt and added bClassChange,50; to azoth (.5% chance to transform monster into another.) [Valaris]
|
||||
* added mob stats: 1027,Raptice [Lupus]
|
||||
|
||||
11/20
|
||||
- Added deadly poison bottle to produce_db.txt [celest]
|
||||
- Edited ASC_CDP in skill_require_db.txt
|
||||
- Edited ASC_EDP in skill_cast_db.txt
|
||||
|
||||
11/17
|
||||
- Corrected max level for cloaking in skill_tree.txt [celest]
|
||||
|
||||
11/16
|
||||
- Item 7110 fixed name -> Broken Sword (part of Bongun quest) [Lupus]
|
||||
|
||||
11/16
|
||||
- Added BaseJob to const.txt [celest]
|
||||
|
||||
11/15
|
||||
- Minor fix on wedding skills, to use 15% of SP/HP . [shadowlady]
|
||||
- ?
|
||||
|
||||
11/14
|
||||
- Fixed Golden Thief Bug Mode!(+detects hidden) [Lupus]
|
387
db/abra_db.txt
387
db/abra_db.txt
@ -1,387 +0,0 @@
|
||||
//アブラカダブラの発動スキルデータベース
|
||||
//
|
||||
//書式:<ID>,<DUMMY>,<REQ_LV>,<PER>
|
||||
//
|
||||
//ID:該当スキルID
|
||||
//DUMMY:ダミー。分りやすい名前を。
|
||||
//REQ_LV:該当スキルが発動するのに必要なアブラカダブラのレベル
|
||||
//PER:発動率(万分率で)。ただしこの値を10000にしたからといって100%発動するわけではありません
|
||||
//
|
||||
//全体的に極端にPERを低くすると、発動スキル選定処理が多くなり、鯖が重くなる可能性があります
|
||||
|
||||
1,Basic Skill,1,5000
|
||||
|
||||
2,Sword Mastery,1,5000
|
||||
3,Two-Handed Sword Mastery,1,5000
|
||||
4,Increase HP Recovery,1,5000
|
||||
5,Bash,1,5000
|
||||
6,Provoke,1,5000
|
||||
7,Magnum Break,1,5000
|
||||
8,Endure,1,5000
|
||||
|
||||
9,SP回復力向上,1,5000
|
||||
10,サイト,1,5000
|
||||
11,ナパームビート,1,5000
|
||||
12,セイフティウォール,4,5000
|
||||
13,ソウルストライク,2,5000
|
||||
14,コールドボルト,1,5000
|
||||
15,フロストダイバー,2,5000
|
||||
16,ストーンカース,1,5000
|
||||
17,ファイアーボール,2,5000
|
||||
18,ファイアーウォール,4,5000
|
||||
19,ファイアーボルト,1,5000
|
||||
20,ライトニングボルト,1,5000
|
||||
21,サンダーストーム,2,5000
|
||||
|
||||
22,ディバインプロテクション,1,0
|
||||
23,デーモンベイン,1,0
|
||||
24,ルアフ,1,5000
|
||||
25,ニューマ,6,5000
|
||||
26,テレポート,2,5000
|
||||
27,ワープポータル,4,5000
|
||||
28,ヒール,1,5000
|
||||
29,速度増加,2,5000
|
||||
30,速度減少,4,5000
|
||||
31,アクアベネディクタ,1,5000
|
||||
32,シグナムクルシス,1,5000
|
||||
33,エンジェラス,1,5000
|
||||
34,ブレッシング,2,5000
|
||||
35,キュアー,1,5000
|
||||
|
||||
36,所持限界量増加,1,0
|
||||
37,ディスカウント,1,0
|
||||
38,オーバーチャージ,1,0
|
||||
39,プッシュカート,1,0
|
||||
40,アイテム鑑定,1,5000
|
||||
41,露店開設,4,5000
|
||||
42,メマーナイト,1,5000
|
||||
|
||||
43,ふくろうの目,1,0
|
||||
44,ワシの目,1,0
|
||||
45,集中力向上,4,5000
|
||||
46,ダブルストレイフィング,1,5000
|
||||
47,アローシャワー,2,5000
|
||||
|
||||
48,ダブルアタック,1,0
|
||||
49,回避率増加,1,0
|
||||
50,スティール,2,5000
|
||||
51,ハイディング,2,5000
|
||||
52,インベナム,1,5000,
|
||||
53,解毒,1,5000
|
||||
|
||||
54,リザレクション,1,5000
|
||||
|
||||
55,槍修練,1,0
|
||||
56,ピアース,2,4000
|
||||
57,ブランディッシュスピア,6,4000
|
||||
58,スピアスタブ,1,4000
|
||||
59,スピアブーメラン,4,4000
|
||||
60,ツーハンドクイッケン,1,4000
|
||||
61,オートカウンター,2,4000
|
||||
62,ボウリングバッシュ,6,4000
|
||||
63,ライディング,1,0
|
||||
64,騎兵修練,1,0
|
||||
|
||||
65,メイス修練,1,0
|
||||
66,イムポシティオマヌス,1,4000
|
||||
67,サフラギウム,2,4000
|
||||
68,アスペルシオ,2,4000
|
||||
69,聖体降福,4,4000
|
||||
70,サンクチュアリ,2,4000
|
||||
71,スローポイズン,1,4000
|
||||
72,リカバリー,1,4000
|
||||
73,キリエエレイソン,2,4000
|
||||
74,マグニフィカート,2,4000
|
||||
75,グロリア,4,4000
|
||||
76,レックスディビーナ,2,4000
|
||||
77,ターンアンデッド,2,4000
|
||||
78,レックスエーテルナ,4,4000
|
||||
79,マグヌスエクソシズム,6,4000
|
||||
|
||||
80,ファイアーピラー,2,4000
|
||||
81,サイトラッシャー,2,4000
|
||||
//82,ファイアアイビー,1,0
|
||||
83,メテオストーム,6,4000
|
||||
84,ユピテルサンダー,2,4000
|
||||
85,ロードオブヴァーミリオン,6,4000
|
||||
86,ウォーターボール,4,4000
|
||||
87,アイスウォール,2,4000
|
||||
88,フロストノヴァ,1,4000
|
||||
89,ストームガスト,6,4000
|
||||
90,アーススパイク,1,4000
|
||||
91,ヘヴンズドライブ,2,4000
|
||||
92,クァグマイア,4,4000
|
||||
93,モンスター情報,1,4000
|
||||
|
||||
94,鉄製造,1,0
|
||||
95,鋼鉄製造,1,0
|
||||
96,属性石製造,1,0
|
||||
97,オリデオコン研究,1,0
|
||||
98,短剣製作,1,0
|
||||
99,剣製作,1,0
|
||||
100,両手剣製作,1,0
|
||||
101,斧製作,1,0
|
||||
102,メイス製作,1,0
|
||||
103,ナックル製作,1,0
|
||||
104,槍製作,1,0
|
||||
105,ヒルトバイディング,1,0
|
||||
106,鉱石発見,1,0
|
||||
107,武器研究,1,0
|
||||
108,武器修理,1,0
|
||||
109,スキンテンパリング,1,0
|
||||
110,ハンマーフォール,1,4000
|
||||
111,アドレナリンラッシュ,2,4000
|
||||
112,ウエポンパーフェクション,4,4000
|
||||
113,オーバートラスト,4,4000
|
||||
114,マキシマイズパワー,6,4000
|
||||
|
||||
115,スキッドトラップ,1,4000
|
||||
116,ランドマイン,2,4000
|
||||
117,アンクルスネア,2,4000
|
||||
118,ショックウェーブトラップ,4,4000
|
||||
119,サンドマン,4,4000
|
||||
120,フラッシャー,4,4000
|
||||
121,フリージングトラップ,4,4000
|
||||
122,ブラストマイン,4,4000
|
||||
123,クレイモアートラップ,6,4000
|
||||
124,リムーブトラップ,1,4000
|
||||
125,トーキーボックス,1,4000
|
||||
126,ビーストベイン,1,0
|
||||
127,ファルコンマスタリー,1,0
|
||||
128,スチールクロウ,1,0
|
||||
129,ブリッツビート,4,4000
|
||||
130,ディテクティング,1,4000
|
||||
131,スプリングトラップ,1,4000
|
||||
|
||||
132,右手修練,1,0
|
||||
133,左手修練,1,0
|
||||
134,カタール修練,1,0
|
||||
135,クローキング,2,4000
|
||||
136,ソニックブロー,2,4000
|
||||
137,グリムトゥース,4,4000
|
||||
138,エンチャントポイズン,2,4000
|
||||
139,ポイズンリアクト,2,4000
|
||||
140,ベナムダスト,4,4000
|
||||
141,ベナムスプラッシャー,4,40000
|
||||
|
||||
//---JP2.0 追加スキル---
|
||||
142,応急手当,1,5000
|
||||
143,死んだふり,1,5000
|
||||
144,移動時HP回復,1,0
|
||||
145,急所攻撃,1,0
|
||||
146,オートバーサーク,1,0
|
||||
147,矢作成,1,5000
|
||||
148,チャージアロー,1,5000
|
||||
149,砂まき,1,5000
|
||||
150,バックステップ,1,5000
|
||||
151,石拾い,1,5000
|
||||
152,石投げ,1,5000
|
||||
153,カートレボリューション,1,5000
|
||||
154,チェンジカート,1,5000
|
||||
155,ラウドボイス,1,5000
|
||||
156,ホーリーライト,1,5000
|
||||
157,エナジーコート,1,5000
|
||||
|
||||
// 敵(NPC)スキル
|
||||
// 日本語解説参照元
|
||||
// http://rovc.at.infoseek.co.jp/o/2/oindex2.html
|
||||
// NPCスキルはアブラでは出ない
|
||||
//158,単体攻撃(レンジ2?)
|
||||
//159,SP減少攻撃
|
||||
//160,遠距離攻撃
|
||||
//161,ランダム属性変化
|
||||
//162,水属性変化
|
||||
//163,地属性変化
|
||||
//164,火属性変化
|
||||
//165,風属性変化
|
||||
//166,毒属性変化
|
||||
//167,聖属性変化
|
||||
//168,闇属性変化
|
||||
//169,念属性変化
|
||||
//170,防御無視攻撃
|
||||
//171,多段攻撃
|
||||
//172,必中攻撃
|
||||
//173,自爆
|
||||
//174,範囲攻撃
|
||||
//175,自決
|
||||
//176,毒攻撃
|
||||
//177,暗闇攻撃
|
||||
//178,沈黙攻撃
|
||||
//179,スタン攻撃
|
||||
//180,石化攻撃
|
||||
//181,呪い攻撃
|
||||
//182,睡眠攻撃
|
||||
//183,ランダムATK攻撃
|
||||
//184,水属性攻撃
|
||||
//185,地属性攻撃
|
||||
//186,火属性攻撃
|
||||
//187,風属性攻撃
|
||||
//188,毒属性攻撃
|
||||
//189,聖属性攻撃
|
||||
//190,闇属性攻撃
|
||||
//191,念属性攻撃
|
||||
//192,魔法打撃攻撃
|
||||
//193,孵化or成長
|
||||
//194,挑発
|
||||
//195,タバコを吸う
|
||||
//196,取り巻き召還
|
||||
//197,エモを出す
|
||||
//198,?
|
||||
//199,HP吸収
|
||||
//200,HP吸収(魔法打撃)
|
||||
//201,一定時間、非移動非反撃(DEF100)
|
||||
//202,?
|
||||
//203,一定の確率でHP半減
|
||||
//204,一定時間、非移動非反撃(MDEF100)
|
||||
//205,?
|
||||
//206,SP減少攻撃(追加スタン?)
|
||||
//207,錯覚
|
||||
//208,?
|
||||
//209,モンスター召還
|
||||
|
||||
//---EP3.0スキル---
|
||||
//GD_APPROVAL正規ギルド承認
|
||||
//GD_KAFRACONTRACTカプラ雇用
|
||||
//GD_GUARDRESEARCHガーディアン研究
|
||||
//GD_CHARISMAカリスマ
|
||||
//GD_EXTENSIONギルド拡張
|
||||
|
||||
//---EP4.0スキル---
|
||||
210,スナッチャー,1,0
|
||||
211,スティールコイン,1,4000
|
||||
212,バックスタブ,4,4000
|
||||
213,トンネルドライブ,1,0
|
||||
214,サプライズアタック,2,4000
|
||||
215,ストリップウエポン,4,4000
|
||||
216,ストリップシールド,4,4000
|
||||
217,ストリップアーマー,4,4000
|
||||
218,ストリップヘルム,4,4000
|
||||
219,インティミデイト,4,4000
|
||||
220,グラフィティ,1,4000
|
||||
221,フラッググラフィティ,2,4000
|
||||
222,クリーナー,4,4000
|
||||
223,ギャングスターパラダイス,1,0
|
||||
224,コムパルションディスカウント,1,0
|
||||
225,クローンスキル,1,0
|
||||
|
||||
226,斧修練,1,0
|
||||
227,ラーニングポーション,1,0
|
||||
228,ファーマシー,1,4000
|
||||
229,デモンストレーション,2,4000
|
||||
230,アシッドテラー,2,4000
|
||||
231,ポーションピッチャー,2,4000
|
||||
232,バイオプラント,4,4000
|
||||
233,スフィアーマイン,4,4000
|
||||
234,ケミカルウェポンチャージ,4,4000
|
||||
235,ケミカルシールドチャージ,4,4000
|
||||
236,ケミカルアーマーチャージ,4,4000
|
||||
237,ケミカルヘルムチャージ,4,4000
|
||||
|
||||
238,生命倫理,1,0
|
||||
239,生命工学研究,1,0
|
||||
240,被造物創造,1,0
|
||||
241,カルトベイション,1,0
|
||||
242,フレームコントロール,1,0
|
||||
243,コールホムンクルス,1,0
|
||||
244,安息,1,0
|
||||
245,ドリルマスター,1,0
|
||||
246,ヒールホムンクルス,1,0
|
||||
247,リザレクションホムンクルス,1,0
|
||||
|
||||
248,フェイス,1,0
|
||||
249,オートガード,1,4000
|
||||
250,シールドチャージ,2,4000
|
||||
251,シールドブーメラン,2,4000
|
||||
252,リフレクトシールド,4,4000
|
||||
253,ホーリークロス,2,4000
|
||||
254,グランドクロス,6,4000
|
||||
255,ディボーション,4,4000
|
||||
256,プロヴィデンス,2,4000
|
||||
257,ディフェンダー,4,4000
|
||||
258,スピアクイッケン,1,4000
|
||||
|
||||
259,鉄拳,1,0
|
||||
260,息吹,1,0
|
||||
261,気功,1,4000
|
||||
262,気奪,1,4000
|
||||
263,三段掌,1,0
|
||||
264,残影,4,4000
|
||||
265,見切り,1,0
|
||||
266,発勁,2,4000
|
||||
267,指弾,2,4000
|
||||
268,金剛,4,4000
|
||||
269,白刃取り,2,4000
|
||||
270,爆裂波動,2,4000
|
||||
271,阿修羅覇鳳拳,6,4000
|
||||
272,連打掌,1,0
|
||||
273,猛龍拳,1,0
|
||||
|
||||
274,アドバンスドブック,1,0
|
||||
275,キャストキャンセル,1,4000
|
||||
276,マジックロッド,1,4000
|
||||
277,スペルブレイカー,2,4000
|
||||
278,フリーキャスト,1,0
|
||||
279,オートスペル,2,4000
|
||||
280,フレイムランチャー,2,4000
|
||||
281,フロストウェポン,2,4000
|
||||
282,ライトニングローダー,2,4000
|
||||
283,サイズミックウェポン,2,4000
|
||||
284,ドラゴノロジー,1,0
|
||||
285,ボルケーノ,4,4000
|
||||
286,デリュージ,4,4000
|
||||
287,バイオレントゲイル,4,4000
|
||||
288,ランドプロテクター,4,4000
|
||||
289,ディスペル,6,4000
|
||||
290,アブラカタブラ,4,4000
|
||||
|
||||
// アブラカタブラ派生スキル
|
||||
291,モノーセル,4,2500
|
||||
292,クラスチェンジ,8,2500
|
||||
293,サモンモンスター,6,3500
|
||||
294,リバースオキシー,4,5000
|
||||
295,デス,8,2000
|
||||
296,フォーチュン,6,4000
|
||||
297,テイミングモンスター,6,4000
|
||||
298,クエスション,4,5000
|
||||
299,グラビティ,4,5000
|
||||
300,レベルアップ,10,500
|
||||
301,即死,4,2000
|
||||
302,完全回復,8,3000
|
||||
303,コーマ,4,4000
|
||||
|
||||
// ダンサーバード共通
|
||||
304,アドリブ,1,0
|
||||
305,アンコール,1,0
|
||||
306,子守歌,1,0
|
||||
307,ニヨルドの宴,1,0
|
||||
308,永遠の混沌,1,0
|
||||
309,戦太鼓の響き,1,0
|
||||
310,ニーベルングの指輪,1,0
|
||||
311,ロキの叫び,1,0
|
||||
312,深淵の中に,1,0
|
||||
313,不死身のジークフリード,1,0
|
||||
//314,ラグナロク,1,0
|
||||
|
||||
// バードスキル
|
||||
315,楽器の練習,1,0
|
||||
316,ミュージカルストライク,1,4000
|
||||
317,不協和音,1,0
|
||||
318,寒いジョーク,2,4000
|
||||
319,口笛,1,0
|
||||
320,夕陽のアサシンクロス,1,0
|
||||
321,ブラギの詩,1,0
|
||||
322,イドゥンの林檎,1,0
|
||||
|
||||
// ダンサースキル
|
||||
323,ダンスの練習,1,0
|
||||
324,矢撃ち,1,4000
|
||||
325,自分勝手なダンス,1,0
|
||||
326,スクリーム,2,4000
|
||||
327,ハミング,1,0
|
||||
328,私を忘れないで…,1,0
|
||||
329,幸運のキス,1,0
|
||||
330,サービスフォーユー,1,0
|
||||
|
||||
//334,あなただけは守って,1,0
|
||||
//335,あなたのため犠牲しますよ,1,0
|
||||
//336,あなたを会いたいです,1,0
|
@ -1,53 +0,0 @@
|
||||
// 属性修正
|
||||
// 横:モンスターの属性 // 縦:攻撃の属性
|
||||
1,10 // lv1属性テーブル
|
||||
// 無 水 地 火 風 毒 聖 暗 念 不死
|
||||
100, 100, 100, 100, 100, 100, 100, 100, 25, 100, // 無
|
||||
100, 25, 100, 150, 50, 100, 75, 100, 100, 100, // 水
|
||||
100, 100, 100, 50, 150, 100, 75, 100, 100, 100, // 地
|
||||
100, 50, 150, 25, 100, 100, 75, 100, 100, 125, // 火
|
||||
100, 175, 50, 100, 25, 100, 75, 100, 100, 100, // 風
|
||||
100, 100, 125, 125, 125, 0, 75, 50, 100, -25, // 毒
|
||||
100, 100, 100, 100, 100, 100, 0, 125, 100, 150, // 聖
|
||||
100, 100, 100, 100, 100, 50, 125, 0, 100, -25, // 暗
|
||||
25, 100, 100, 100, 100, 100, 75, 75, 125, 100, // 念
|
||||
100, 100, 100, 100, 100, 50, 100, 0, 100, 0, // 不死
|
||||
// 横:モンスターの属性 // 縦:攻撃の属性
|
||||
2,10 // lv2属性テーブル
|
||||
//無 水 地 火 風 毒 聖 暗 念 不死
|
||||
100, 100, 100, 100, 100, 100, 100, 100, 25, 100, // 無
|
||||
100, 0, 100, 175, 25, 100, 50, 75, 100, 100, // 水
|
||||
100, 100, 50, 25, 175, 100, 50, 75, 100, 100, // 地
|
||||
100, 25, 175, 0, 100, 100, 50, 75, 100, 150, // 火
|
||||
100, 175, 25, 100, 0, 100, 50, 75, 100, 100, // 風
|
||||
100, 75, 125, 125, 125, 0, 50, 25, 75, -50, // 毒
|
||||
100, 100, 100, 100, 100, 100, -25, 150, 100, 175, // 聖
|
||||
100, 100, 100, 100, 100, 25, 150, -25, 100, -50, // 暗
|
||||
0, 75, 75, 75, 75, 75, 50, 50, 150, 125, // 念
|
||||
100, 75, 75, 75, 75, 25, 125, 0, 100, 0, // 不死
|
||||
// 横:モンスターの属性 // 縦:攻撃の属性
|
||||
3,10 // lv3属性テーブル
|
||||
// 無 水 地 火 風 毒 聖 暗 念 不死
|
||||
100, 100, 100, 100, 100, 100, 100, 100, 0, 100, // 無
|
||||
100, -25, 100, 200, 0, 100, 25, 50, 100, 125, // 水
|
||||
100, 100, 0, 0, 200, 100, 25, 50, 100, 75, // 地
|
||||
100, 0, 200, -25, 100, 100, 25, 50, 100, 175, // 火
|
||||
100, 200, 0, 100, -25, 100, 25, 50, 100, 100, // 風
|
||||
100, 50, 100, 100, 100, 0, 25, 0, 50, -75, // 毒
|
||||
100, 100, 100, 100, 100, 125, -50, 175, 100, 200, // 聖
|
||||
100, 100, 100, 100, 100, 0, 175, -50, 100, -75, // 暗
|
||||
0, 50, 50, 50, 50, 50, 25, 25, 175, 150, // 念
|
||||
100, 50, 50, 50, 50, 0, 150, 0, 100, 0, // 不死
|
||||
// 横:モンスターの属性 // 縦:攻撃の属性
|
||||
4,10 // lv4属性テーブル
|
||||
// 無 水 地 火 風 毒 聖 暗 念 不死
|
||||
100, 100, 100, 100, 100, 100, 100, 100, 0, 100, // 無
|
||||
100, -50, 100, 200, 0, 75, 0, 25, 100, 150, // 水
|
||||
100, 100, -25, 0, 200, 75, 0, 25, 100, 50, // 地
|
||||
100, 0, 200, -50, 100, 75, 0, 25, 100, 200, // 火
|
||||
100, 200, 0, 100, -50, 75, 0, 25, 100, 100, // 風
|
||||
100, 25, 75, 75, 75, 0, 0, -25, 25,-100, // 毒
|
||||
100, 75, 75, 75, 75, 125,-100, 200, 100, 200, // 聖
|
||||
100, 75, 75, 75, 75, -25, 200,-100, 100,-100, // 暗
|
||||
0, 25, 25, 25, 25, 25, 0, 0, 200, 175, // 念
|
||||
100, 25, 25, 25, 25, -25, 175, 0, 100, 0, // 不死
|
@ -1,27 +0,0 @@
|
||||
//ƒMƒ‹ƒh<C692>éƒf<C692>[ƒ^ by sakage,shuto
|
||||
// AgitDB Modify by Michael_Huang at 2004-02/13.
|
||||
// <Castle_ID>,<Map_Name>,<Castle_Name>,<Switch_Flag:(reserved)>
|
||||
0,aldeg_cas01.gat,Noisyubantian,1
|
||||
1,aldeg_cas02.gat,Hohensyubangawoo,1
|
||||
2,aldeg_cas03.gat,Nyirenverk,1
|
||||
3,aldeg_cas04.gat,Byirtsburi,1
|
||||
4,aldeg_cas05.gat,Rotenburk,1
|
||||
5,gefg_cas01.gat,Reprion,1
|
||||
6,gefg_cas02.gat,Yolbriger,1
|
||||
7,gefg_cas03.gat,Isinlife,1
|
||||
8,gefg_cas04.gat,Berigel,1
|
||||
9,gefg_cas05.gat,Melsedetsu,1
|
||||
10,payg_cas01.gat,Mingting,1
|
||||
11,payg_cas02.gat,Tiantan,1
|
||||
12,payg_cas03.gat,Fuying,1
|
||||
13,payg_cas04.gat,Honglou,1
|
||||
14,payg_cas05.gat,Zhulinxian,1
|
||||
15,prtg_cas01.gat,Creamhilt,1
|
||||
16,prtg_cas02.gat,Sbanhealt,1
|
||||
17,prtg_cas03.gat,Lazrigees,1
|
||||
18,prtg_cas04.gat,Squagul,1
|
||||
19,prtg_cas05.gat,Guindull,1
|
||||
20,nguild_alde.gat,Novice Castle 1,1
|
||||
21,nguild_gef.gat,Novice Castle 2,1
|
||||
22,nguild_pay.gat,Novice Castle 3,1
|
||||
23,nguild_prt.gat,Novice Castle 4,1
|
297
db/const.txt
297
db/const.txt
@ -1,297 +0,0 @@
|
||||
Job_Novice 0
|
||||
Job_Swordman 1
|
||||
Job_Mage 2
|
||||
Job_Archer 3
|
||||
Job_Acolyte 4
|
||||
Job_Merchant 5
|
||||
Job_Thief 6
|
||||
Job_Knight 7
|
||||
Job_Priest 8
|
||||
Job_Wizard 9
|
||||
Job_Blacksmith 10
|
||||
Job_Hunter 11
|
||||
Job_Assassin 12
|
||||
Job_Knight2 13
|
||||
Job_Crusader 14
|
||||
Job_Monk 15
|
||||
Job_Sage 16
|
||||
Job_Rogue 17
|
||||
Job_Alchem 18
|
||||
Job_Bard 19
|
||||
Job_Dancer 20
|
||||
Job_Crusader2 21
|
||||
Job_SuperNovice 23
|
||||
Job_Novice_High 24
|
||||
Job_Swordman_High 25
|
||||
Job_Mage_High 26
|
||||
Job_Archer_High 27
|
||||
Job_Acolyte_High 28
|
||||
Job_Merchant_High 29
|
||||
Job_Thief_High 30
|
||||
Job_Lord_Knight 31
|
||||
Job_High_Priest 32
|
||||
Job_High_Wizard 33
|
||||
Job_Whitesmith 34
|
||||
Job_Sniper 35
|
||||
Job_Assassin_Cross 36
|
||||
Job_Lord_Knight2 37
|
||||
Job_Paladin 38
|
||||
Job_Champion 39
|
||||
Job_Professor 40
|
||||
Job_Stalker 41
|
||||
Job_Creator 42
|
||||
Job_Clown 43
|
||||
Job_Gypsy 44
|
||||
Job_Paladin2 45
|
||||
Job_Baby 46
|
||||
Job_Baby_Swordman 4024
|
||||
Job_Baby_Mage 4025
|
||||
Job_Baby_Archer 4026
|
||||
Job_Baby_Acolyte 4027
|
||||
Job_Baby_Merchant 4028
|
||||
Job_Baby_Thief 4029
|
||||
Job_Baby_Knight 4030
|
||||
Job_Baby_Priest 4031
|
||||
Job_Baby_Wizard 4032
|
||||
Job_Baby_Blacksmith 4033
|
||||
Job_Baby_Hunter 4034
|
||||
Job_Baby_Assassin 4035
|
||||
Job_Baby_Knight2 4036
|
||||
Job_Baby_Crusader 4037
|
||||
Job_Baby_Monk 4038
|
||||
Job_Baby_Sage 4039
|
||||
Job_Baby_Rogue 4040
|
||||
Job_Baby_Alchem 4041
|
||||
Job_Baby_Bard 4042
|
||||
Job_Baby_Dancer 4043
|
||||
Job_Baby_Crusader2 4044
|
||||
Job_Super_Baby 4045
|
||||
|
||||
mf_nomemo 0
|
||||
mf_noteleport 1
|
||||
mf_nosave 2
|
||||
mf_nobranch 3
|
||||
mf_nopenalty 4
|
||||
mf_nozenypenalty 5
|
||||
mf_pvp 6
|
||||
mf_pvp_noparty 7
|
||||
mf_pvp_noguild 8
|
||||
mf_gvg 9
|
||||
mf_gvg_noparty 10
|
||||
mf_notrade 11
|
||||
mf_noskill 12
|
||||
mf_nowarp 13
|
||||
mf_nopvp 14
|
||||
mf_noicewall 15
|
||||
mf_snow 16
|
||||
mf_fog 17
|
||||
mf_sakura 18
|
||||
mf_leaves 19
|
||||
mf_rain 20
|
||||
mf_indoors 21
|
||||
mf_nogo 22
|
||||
|
||||
StatusPoint 9 1
|
||||
BaseLevel 11 1
|
||||
SkillPoint 12 1
|
||||
Class 19 1
|
||||
Upper 56 1
|
||||
Zeny 20 1
|
||||
Sex 21 1
|
||||
Weight 24 1
|
||||
MaxWeight 25 1
|
||||
JobLevel 55 1
|
||||
BaseExp 1 1
|
||||
JobExp 2 1
|
||||
NextBaseExp 22 1
|
||||
NextJobExp 23 1
|
||||
Hp 5 1
|
||||
MaxHp 6 1
|
||||
Sp 7 1
|
||||
MaxSp 8 1
|
||||
BaseJob 119 1
|
||||
Karma 4 1
|
||||
Manner 5 1
|
||||
|
||||
bMaxHP 6
|
||||
bMaxSP 8
|
||||
bStr 13
|
||||
bAgi 14
|
||||
bVit 15
|
||||
bInt 16
|
||||
bDex 17
|
||||
bLuk 18
|
||||
bAtk 41
|
||||
bAtk2 42
|
||||
bMatk1 43
|
||||
bMatk2 44
|
||||
bDef 45
|
||||
bMdef 47
|
||||
bMdef2 48
|
||||
bHit 49
|
||||
bFlee 50
|
||||
bFlee2 51
|
||||
bCritical 52
|
||||
bAspd 53
|
||||
bFame 59
|
||||
bUnbreakable 60
|
||||
|
||||
bAtkRange 1000
|
||||
bAtkEle 1001
|
||||
bDefEle 1002
|
||||
bCastrate 1003
|
||||
bMaxHPrate 1004
|
||||
bMaxSPrate 1005
|
||||
bUseSPrate 1006
|
||||
bAddEle 1007
|
||||
bAddRace 1008
|
||||
bAddSize 1009
|
||||
bSubEle 1010
|
||||
bSubRace 1011
|
||||
bAddEff 1012
|
||||
bResEff 1013
|
||||
bBaseAtk 1014
|
||||
bAspdRate 1015
|
||||
bHPrecovRate 1016
|
||||
bSPrecovRate 1017
|
||||
bSpeedRate 1018
|
||||
bCriticalDef 1019
|
||||
bNearAtkDef 1020
|
||||
bLongAtkDef 1021
|
||||
bDoubleRate 1022
|
||||
bDoubleAddRate 1023
|
||||
bMatk 1024
|
||||
bMatkRate 1025
|
||||
bIgnoreDefEle 1026
|
||||
bIgnoreDefRace 1027
|
||||
bAtkRate 1028
|
||||
bSpeedAddRate 1029
|
||||
bAspdAddRate 1030
|
||||
bMagicAtkDef 1031
|
||||
bMiscAtkDef 1032
|
||||
bIgnoreMdefEle 1033
|
||||
bIgnoreMdefRace 1034
|
||||
bMagicAddEle 1035
|
||||
bMagicAddRace 1036
|
||||
bMagicSubRace 1037
|
||||
bPerfectHitRate 1038
|
||||
bPerfectHitAddRate 1039
|
||||
bCriticalRate 1040
|
||||
bGetZenyNum 1041
|
||||
bAddGetZenyNum 1042
|
||||
bAddDamageClass 1043
|
||||
bAddMagicDamageClass 1044
|
||||
bAddDefClass 1045
|
||||
bAddMdefClass 1046
|
||||
bAddMonsterDropItem 1047
|
||||
bDefRatioAtkEle 1048
|
||||
bDefRatioAtkRace 1049
|
||||
bAddSpeed 1050
|
||||
bHitRate 1051
|
||||
bFleeRate 1052
|
||||
bFlee2Rate 1053
|
||||
bDefRate 1054
|
||||
bDef2Rate 1055
|
||||
bMdefRate 1056
|
||||
bMdef2Rate 1057
|
||||
bSplashRange 1058
|
||||
bSplashAddRange 1059
|
||||
bAutoSpell 1060
|
||||
bHPDrainRate 1061
|
||||
bSPDrainRate 1062
|
||||
bShortWeaponDamageReturn 1063
|
||||
bLongWeaponDamageReturn 1064
|
||||
bWeaponComaEle 1065
|
||||
bWeaponComaRace 1066
|
||||
bAddEff2 1067
|
||||
bBreakWeaponRate 1068
|
||||
bBreakArmorRate 1069
|
||||
bAddStealRate 1070
|
||||
bMagicDamageReturn 1071
|
||||
bRandomAttackIncrease 1072
|
||||
bAllStats 1073
|
||||
bAgiVit 1074
|
||||
bAgiDexStr 1075
|
||||
bPerfectHide 1076
|
||||
bDisguise 1077
|
||||
bClassChange 1078
|
||||
bHPDrainValue 1079
|
||||
bSPDrainValue 1080
|
||||
bWeaponAtk 1081
|
||||
bWeaponAtkRate 1082
|
||||
bDelayrate 1083
|
||||
|
||||
bRestartFullRecover 2000
|
||||
bNoCastCancel 2001
|
||||
bNoSizeFix 2002
|
||||
bNoMagicDamage 2003
|
||||
bNoWeaponDamage 2004
|
||||
bNoGemStone 2005
|
||||
bNoCastCancel2 2006
|
||||
bInfiniteEndure 2007
|
||||
bUnbreakableWeapon 2008
|
||||
bUnbreakableArmor 2009
|
||||
bUnbreakableHelm 2010
|
||||
bUnbreakableShield 2011
|
||||
bLongAtkRate 2012
|
||||
bCritAtkRate 2013
|
||||
bCriticalAddRace 2014
|
||||
bNoRegen 2015
|
||||
bAddEffWhenHit 2016
|
||||
bAutoSpellWhenHit 2017
|
||||
bSkillAtk 2018
|
||||
bUnstripable 2019
|
||||
bAddDamageByClass 2020
|
||||
bSPGainValue 2021
|
||||
bIgnoreDefMob 2022
|
||||
bHPLossRate 2023
|
||||
bAddRace2 2024
|
||||
bHPGainValue 2025
|
||||
bSubSize 2026
|
||||
bDamageWhenUnequip 2027
|
||||
bAddItemHealRate 2028
|
||||
bLoseSPWhenUnequip 2029
|
||||
bExpAddRace 2030
|
||||
bSPGainRace 2031
|
||||
bSPSubRace2 2032
|
||||
bAddEffWhenHitShort 2033
|
||||
bUnstripableWeapon 2034
|
||||
bUnstripableArmor 2035
|
||||
bUnstripableHelm 2036
|
||||
bUnstripableShield 2037
|
||||
|
||||
|
||||
Eff_Stone 0
|
||||
Eff_Freeze 1
|
||||
Eff_Stan 2
|
||||
Eff_Sleep 3
|
||||
Eff_Poison 4
|
||||
Eff_Curse 5
|
||||
Eff_Silence 6
|
||||
Eff_Confusion 7
|
||||
Eff_Blind 8
|
||||
Eff_Bleeding 9
|
||||
|
||||
SC_Stone 128
|
||||
SC_Freeze 129
|
||||
SC_Stan 130
|
||||
SC_Sleep 131
|
||||
SC_Poison 132
|
||||
SC_Curse 133
|
||||
SC_Silence 134
|
||||
SC_Confusion 135
|
||||
SC_Blind 136
|
||||
SC_Bleeding 124
|
||||
SC_SpeedPot0 37
|
||||
SC_SpeedPot1 38
|
||||
SC_SpeedPot2 39
|
||||
SC_SpeedPot3 40
|
||||
SC_SpeedUp0 41
|
||||
SC_ATKPot 185
|
||||
SC_MATKPot 186
|
||||
SC_EncPoison 6
|
||||
SC_Holy 17
|
||||
SC_Flame 90
|
||||
SC_Frost 91
|
||||
SC_Lightning 92
|
||||
SC_Seismic 93
|
@ -1,100 +0,0 @@
|
||||
//SourceID,MakeID1,MakeNum1,MakeID2,MakeNum2,MakeID3,MakeNum3,MakeID4,MakeNum4,MakeID5,MakeNum5
|
||||
|
||||
603,1764,50,1768,50
|
||||
604,1769,40
|
||||
609,1761,40
|
||||
713,1770,2
|
||||
714,1757,600,1769,600,1765,600
|
||||
715,1756,300,1768,1
|
||||
716,1762,10,1763,1,1761,1
|
||||
717,1754,300,1759,1
|
||||
724,1761,50,1768,10
|
||||
733,1764,50
|
||||
756,1765,50
|
||||
757,1753,200,1758,5
|
||||
902,1750,7
|
||||
904,1762,3
|
||||
909,1750,4
|
||||
910,1770,12
|
||||
911,1753,8
|
||||
912,1751,50
|
||||
913,1767,1
|
||||
920,1770,15
|
||||
922,1770,30,1753,5,1756,1
|
||||
923,1767,20,1760,10,1758,5
|
||||
937,1767,1
|
||||
939,1762,1
|
||||
947,1770,35
|
||||
952,1750,50
|
||||
956,1770,80,1754,1500
|
||||
957,1762,1,1767,1
|
||||
958,1767,5
|
||||
959,1763,1
|
||||
968,1765,1,1758,5
|
||||
969,1760,50,1765,50
|
||||
984,1765,250
|
||||
985,1753,1000,1758,50
|
||||
990,1752,6000
|
||||
991,1754,1500
|
||||
992,1755,1500
|
||||
993,1756,1500
|
||||
994,1752,1800,1769,5
|
||||
995,1754,4500,1759,5
|
||||
996,1755,4500,1768,5
|
||||
997,1756,4500,1760,5
|
||||
998,1770,100
|
||||
999,1753,100
|
||||
1000,1760,30
|
||||
1001,1760,10
|
||||
1002,1770,50
|
||||
1003,1767,8
|
||||
1010,1770,50
|
||||
1011,1770,200,1751,40
|
||||
1017,1756,300
|
||||
1018,1770,50,1756,60
|
||||
1019,1750,40
|
||||
1021,1770,40,1767,2
|
||||
1027,1750,70,1756,1
|
||||
1031,1764,1
|
||||
1035,1765,1,1770,50
|
||||
1038,1761,2,1770,50
|
||||
1041,1770,80
|
||||
1043,1753,10
|
||||
1044,1762,5
|
||||
1053,1753,3000,1754,10
|
||||
1063,1764,2,1751,40
|
||||
1064,1770,100,1753,50
|
||||
1066,1750,20
|
||||
1067,1750,20
|
||||
1068,1750,20
|
||||
1095,1768,5,1750,100
|
||||
1098,1753,50
|
||||
2257,1751,1000
|
||||
2281,1753,200,1769,40
|
||||
2288,1764,200,1753,300
|
||||
2292,1753,200,1758,40
|
||||
2319,1760,1000
|
||||
2328,1750,700,1770,500
|
||||
2329,1750,1000,1770,700
|
||||
2332,1751,700
|
||||
2333,1751,1000,1757,10
|
||||
2408,1770,700,1753,50
|
||||
2618,1755,1500,1753,100,1764,10
|
||||
5014,1754,6000,1753,200
|
||||
7002,1753,30,1762,5
|
||||
7008,1758,2
|
||||
7010,1753,250,1763,1
|
||||
7018,1769,1000
|
||||
7019,1767,1000
|
||||
7020,1761,1000
|
||||
7021,1760,200
|
||||
7022,1765,1000
|
||||
7023,1764,600,1767,200
|
||||
7024,1764,600,1761,200
|
||||
7025,1758,800,1769,400,1768,800
|
||||
7026,1765,50
|
||||
7027,1767,100
|
||||
7035,1752,3000
|
||||
7036,1754,3000
|
||||
7053,1751,40
|
||||
|
99
db/exp.txt
99
db/exp.txt
@ -1,99 +0,0 @@
|
||||
9,9,9,9,10,10,10,10,30,144,30,11,60,288
|
||||
16,16,16,16,18,18,18,18,43,184,43,20,86,368
|
||||
25,25,25,25,28,28,28,28,58,284,58,31,116,568
|
||||
36,36,36,36,40,40,40,40,76,348,76,44,152,696
|
||||
77,77,77,77,85,85,85,91,116,603,116,100,232,1206
|
||||
112,112,112,112,123,123,123,151,180,887,180,166,360,1774
|
||||
153,153,153,153,168,168,168,205,220,1096,220,226,440,2192
|
||||
200,200,200,200,220,220,220,268,272,1598,272,295,544,3196
|
||||
253,253,253,253,278,278,278,340,336,2540,336,374,672,5080
|
||||
320,320,320,320,400,400,400,0,520,3676,520,0,1040,7352
|
||||
385,385,385,385,481,481,481,0,604,4290,604,0,1208,8580
|
||||
490,490,490,490,613,613,613,0,699,4946,699,0,1398,9892
|
||||
585,585,585,585,731,731,731,0,802,6679,802,0,1604,13358
|
||||
700,700,700,700,875,875,875,0,948,9492,948,0,1896,18984
|
||||
830,830,830,830,1038,1038,1038,0,1125,12770,1125,0,2250,31925
|
||||
970,970,970,970,1213,1213,1213,0,1668,14344,1668,0,3336,35860
|
||||
1120,1120,1120,1120,1400,1400,1400,0,1937,16005,1937,0,3874,40013
|
||||
1260,1260,1260,1260,1575,1575,1575,0,2226,20642,2226,0,4452,51605
|
||||
1420,1420,1420,1420,1775,1775,1775,0,3040,27434,3040,0,6080,68585
|
||||
1620,1620,1620,1620,2268,2268,2268,0,3988,35108,3988,0,7976,87770
|
||||
1860,1860,1860,1860,2604,2604,2604,0,5564,38577,5564,0,11128,96443
|
||||
1990,1990,1990,1990,2786,2786,2786,0,6272,42206,6272,0,12544,105515
|
||||
2240,2240,2240,2240,3136,3136,3136,0,7021,52708,7021,0,14042,131770
|
||||
2504,2504,2504,2504,3506,3506,3506,0,9114,66971,9114,0,18228,167428
|
||||
2950,2950,2950,2950,4130,4130,4130,0,11473,82688,11473,0,28683,206720
|
||||
3426,3426,3426,3426,4796,4796,4796,0,15290,89544,15290,0,38225,223860
|
||||
3934,3934,3934,3934,5508,5508,5508,0,16891,96669,16891,0,42228,241673
|
||||
4474,4474,4474,4474,6264,6264,6264,0,18570,117821,18570,0,46425,294553
|
||||
6889,6889,6889,6889,9645,9645,9645,0,23229,144921,23229,0,58073,362303
|
||||
7995,7995,7995,7995,12392,12392,12392,0,28359,174201,28359,0,70898,479053
|
||||
9174,9174,9174,9174,14220,14220,14220,0,36478,186677,36478,0,91195,513362
|
||||
10425,10425,10425,10425,16159,16159,16159,0,39716,199584,39716,0,99290,548856
|
||||
11748,11748,11748,11748,18209,18209,18209,0,43088,238617,43088,0,107720,656197
|
||||
13967,13967,13967,13967,21649,21649,21649,0,52417,286366,52417,0,131043,787507
|
||||
15775,15775,15775,15775,24451,24451,24451,0,62495,337147,62495,0,156238,927154
|
||||
17678,17678,17678,17678,27401,27401,27401,0,78160,358435,78160,0,195408,985696
|
||||
19677,19677,19677,19677,30499,30499,30499,0,84175,380376,84175,0,210430,1046034
|
||||
21773,21773,21773,21773,33748,33748,33748,0,90404,447685,90404,0,226010,1231134
|
||||
30543,30543,30543,30543,47342,47342,47342,0,107611,526989,107611,0,269028,1449220
|
||||
34212,34212,34212,34212,58160,58160,58160,0,125915,610246,125915,0,314788,1678177
|
||||
38065,38065,38065,38065,64711,64711,64711,0,153941,644736,153941,0,384853,1773024
|
||||
42102,42102,42102,42102,71573,71573,71573,0,191781,793535,191781,0,479453,2182221
|
||||
46323,46323,46323,46323,78749,78749,78749,0,204351,921810,204351,0,510878,2534978
|
||||
53026,53026,53026,53026,90144,90144,90144,0,248352,1106758,248352,0,620880,3043585
|
||||
58419,58419,58419,58419,99312,99312,99312,0,286212,1260955,286212,0,715530,3782865
|
||||
64041,64041,64041,64041,108870,108870,108870,0,386371,1487304,386371,0,965928,4461912
|
||||
69892,69892,69892,69892,118816,118816,118816,0,409795,1557657,409795,0,1024488,4672971
|
||||
75973,75973,75973,75973,129154,129154,129154,0,482092,1990632,482092,0,1205230,5971896
|
||||
102468,102468,102468,102468,174196,174196,174196,0,509596,2083386,509596,0,1273990,6250158
|
||||
115254,115254,115254,115254,213220,213220,213220,0,0,0,982092,0,0,6875174
|
||||
128692,128692,128692,128692,238080,238080,238080,0,0,0,992092,0,0,7562691
|
||||
142784,142784,142784,142784,264150,264150,264150,0,0,0,1002092,0,0,8318960
|
||||
157528,157528,157528,157528,291427,291427,291427,0,0,0,1012092,0,0,9150856
|
||||
178184,178184,178184,178184,329640,329640,329640,0,0,0,1022092,0,0,10065942
|
||||
196300,196300,196300,196300,363155,363155,363155,0,0,0,1032092,0,0,11877812
|
||||
215198,215198,215198,215198,398116,398116,398116,0,0,0,1042092,0,0,14015818
|
||||
234879,234879,234879,234879,434526,434526,434526,0,0,0,1052092,0,0,16538655
|
||||
255341,255341,255341,255341,472381,472381,472381,0,0,0,1062092,0,0,19515624
|
||||
330188,330188,330188,330188,610848,610848,610848,0,0,0,1072092,0,0,23028437
|
||||
365914,365914,365914,365914,731828,731828,731828,0,0,0,1082092,0,0,28094693
|
||||
403224,403224,403224,403224,806448,806448,806448,0,0,0,1092092,0,0,34275525
|
||||
442116,442116,442116,442116,884232,884232,884232,0,0,0,1102092,0,0,41816141
|
||||
482590,482590,482590,482590,965180,965180,965180,0,0,0,1112092,0,0,51015692
|
||||
536948,536948,536948,536948,1073896,1073896,1073896,0,0,0,1122092,0,0,62239144
|
||||
585191,585191,585191,585191,1170382,1170382,1170382,0,0,0,1132092,0,0,79666104
|
||||
635278,635278,635278,635278,1270556,1270556,1270556,0,0,0,1142092,0,0,101972614
|
||||
687211,687211,687211,687211,1374422,1374422,1374422,0,0,0,1152092,0,0,130524946
|
||||
740988,740988,740988,740988,1481976,1481976,1481976,0,0,0,1162092,0,0,167071930
|
||||
925400,925400,925400,925400,1850800,1850800,1850800,0,0,0,1172092,0,0,213852071
|
||||
1473746,1473746,1473746,1473746,3389616,3389616,3389616,0,0,0,1182092,0,0,0
|
||||
1594058,1594058,1594058,1594058,3666333,3666333,3666333,0,0,0,1192092,0,0,0
|
||||
1718928,1718928,1718928,1718928,3953534,3953534,3953534,0,0,0,1202092,0,0,0
|
||||
1848355,1848355,1848355,1848355,4251217,4251217,4251217,0,0,0,1212092,0,0,0
|
||||
1982340,1982340,1982340,1982340,4559382,4559382,4559382,0,0,0,1222092,0,0,0
|
||||
2230113,2230113,2230113,2230113,5129260,5129260,5129260,0,0,0,1232092,0,0,0
|
||||
2386162,2386162,2386162,2386162,5488173,5488173,5488173,0,0,0,1242092,0,0,0
|
||||
2547417,2547417,2547417,2547417,5859059,5859059,5859059,0,0,0,1252092,0,0,0
|
||||
2713878,2713878,2713878,2713878,6241919,6241919,6241919,0,0,0,1262092,0,0,0
|
||||
3206160,3206160,3206160,3206160,7374168,7374168,7374168,0,0,0,1272092,0,0,0
|
||||
3681024,3681024,3681024,3681024,9570662,9570662,9570662,0,0,0,1282092,0,0,0
|
||||
4022472,4022472,4022472,4022472,10458427,10458427,10458427,0,0,0,1292092,0,0,0
|
||||
4377024,4377024,4377024,4377024,11380262,11380262,11380262,0,0,0,1302092,0,0,0
|
||||
4744680,4744680,4744680,4744680,12336168,12336168,12336168,0,0,0,1312092,0,0,0
|
||||
5125440,5125440,5125440,5125440,13326144,13326144,13326144,0,0,0,1322092,0,0,0
|
||||
5767272,5767272,5767272,5767272,14994907,14994907,14994907,0,0,0,1332092,0,0,0
|
||||
6204000,6204000,6204000,6204000,16130400,16130400,16130400,0,0,0,1342092,0,0,0
|
||||
6655464,6655464,6655464,6655464,17304200,17304200,17304200,0,0,0,1352092,0,0,0
|
||||
7121664,7121664,7121664,7121664,18516326,18516326,18516326,0,0,0,1362092,0,0,0
|
||||
7602600,7602600,7602600,7602600,19766760,19766760,19766760,0,0,0,1372092,0,0,0
|
||||
9738720,9738720,9738720,9738720,29216160,29216160,29216160,0,0,0,1382092,0,0,0
|
||||
11649960,11649960,11649960,11649960,34949880,34949880,34949880,0,0,0,1392092,0,0,0
|
||||
13643520,13643520,13643520,13643520,40930560,40930560,40930560,0,0,0,1402092,0,0,0
|
||||
18339300,18339300,18339300,18339300,55017900,55017900,55017900,0,0,0,1412092,0,0,0
|
||||
23836800,23836800,23836800,23836800,71510400,71510400,71510400,0,0,0,1422092,0,0,0
|
||||
35658000,35658000,35658000,35658000,106974000,106974000,106974000,0,0,0,1432092,0,0,0
|
||||
48687000,48687000,48687000,48687000,146061000,146061000,146061000,0,0,0,1442092,0,0,0
|
||||
58135000,58135000,58135000,58135000,174405000,174405000,174405000,0,0,0,1452092,0,0,0
|
||||
99999999,99999999,99999999,99999999,299999997,299999997,299999997,0,0,0,1462092,0,0,0
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
99
db/exp2.txt
99
db/exp2.txt
@ -1,99 +0,0 @@
|
||||
10,9,9,11,60,288,144
|
||||
18,16,16,20,86,368,184
|
||||
28,25,25,31,116,568,284
|
||||
40,36,36,44,152,696,348
|
||||
85,77,77,100,232,1206,603
|
||||
123,112,112,166,360,1774,887
|
||||
168,153,153,226,440,2192,1096
|
||||
220,200,200,295,544,3196,1598
|
||||
278,253,253,374,672,5080,2540
|
||||
400,320,320,0,1040,7352,3676
|
||||
481,385,385,0,1208,8580,4290
|
||||
613,490,490,0,1398,9892,4946
|
||||
731,585,585,0,1604,13358,6679
|
||||
875,700,700,0,1896,18984,9492
|
||||
1038,830,830,0,2250,31925,12770
|
||||
1213,970,970,0,3336,35860,14344
|
||||
1400,1120,1120,0,3874,40013,16005
|
||||
1575,1260,1260,0,4452,51605,20642
|
||||
1775,1420,1420,0,6080,68585,27434
|
||||
2268,1620,1620,0,7976,87770,35108
|
||||
2604,1860,1860,0,11128,96443,38577
|
||||
2786,1990,1990,0,12544,105515,42206
|
||||
3136,2240,2240,0,14042,131770,52708
|
||||
3506,2504,2504,0,18228,167428,66971
|
||||
4136,2950,2950,0,28683,206720,82688
|
||||
4796,3426,3426,0,38225,223860,89544
|
||||
5508,3934,3934,0,42228,241673,96669
|
||||
6264,4474,4474,0,46425,294553,117821
|
||||
9645,6889,6889,0,58073,362303,144921
|
||||
12392,7995,7995,0,70898,479053,174201
|
||||
14220,9174,9174,0,91195,548856,186677
|
||||
16159,10425,10425,0,99290,656197,199584
|
||||
18209,11748,11748,0,107720,787507,238617
|
||||
21649,13967,13967,0,131043,927154,286366
|
||||
24451,15775,15775,0,156238,985696,337147
|
||||
27401,17678,17678,0,195400,1046034,358435
|
||||
30499,19677,19677,0,210438,1231134,380376
|
||||
33748,21773,21773,0,226010,1449220,447685
|
||||
47342,30543,30543,0,269028,1678177,526989
|
||||
58160,34212,34212,0,314788,1773024,610246
|
||||
64711,38065,38065,0,384853,2182221,644736
|
||||
71573,42102,42102,0,479453,2534978,793535
|
||||
78749,46323,46323,0,510878,3043585,921810
|
||||
90144,53026,53026,0,620880,3782865,1106758
|
||||
99312,58419,58419,0,715530,4461912,1260955
|
||||
108870,64041,64041,0,965928,4672971,1487304
|
||||
118816,69892,69892,0,1024488,5971896,1557657
|
||||
129154,75973,75973,0,1205230,6250158,1990632
|
||||
174196,102468,102468,0,1273990,6875174,2083386
|
||||
213220,115254,115254,0,0,7562691,0
|
||||
238080,128692,128692,0,0,8318960,0
|
||||
264150,142784,142784,0,0,9150856,0
|
||||
291427,157528,157528,0,0,10065942,0
|
||||
329640,178184,178184,0,0,11877812,0
|
||||
363155,196300,196300,0,0,14015818,0
|
||||
398116,215198,215198,0,0,16538665,0
|
||||
434526,234879,234879,0,0,19515624,0
|
||||
472381,255341,255341,0,0,23028437,0
|
||||
610848,330188,330188,0,0,28094693,0
|
||||
741828,365914,365914,0,0,34275525,0
|
||||
806448,403224,403224,0,0,41816141,0
|
||||
884232,442116,442116,0,0,51015692,0
|
||||
965180,482590,482590,0,0,62239144,0
|
||||
1073896,536948,536948,0,0,79666104,0
|
||||
1170382,585191,585191,0,0,101972614,0
|
||||
1270556,635278,635278,0,0,130624946,0
|
||||
1374422,687211,687211,0,0,167071930,0
|
||||
1481976,740988,740988,0,0,213852071,0
|
||||
1850800,925400,925400,0,0,213852071,0
|
||||
3389616,1473746,1473746,0,0,0,0
|
||||
3666333,1594058,1594058,0,0,0,0
|
||||
3953534,1718928,1718928,0,0,0,0
|
||||
4251217,1848355,1848355,0,0,0,0
|
||||
4559382,1982340,1982340,0,0,0,0
|
||||
5129260,2230113,2230113,0,0,0,0
|
||||
5488173,2386162,2386162,0,0,0,0
|
||||
5859059,2547417,2547417,0,0,0,0
|
||||
6241919,2713878,2713878,0,0,0,0
|
||||
7374168,3206160,3206160,0,0,0,0
|
||||
9570622,3681024,3681024,0,0,0,0
|
||||
10458427,4022472,4022472,0,0,0,0
|
||||
11380262,4377024,4377024,0,0,0,0
|
||||
12336168,4744680,4744680,0,0,0,0
|
||||
13326144,5125440,5125440,0,0,0,0
|
||||
14994907,5767272,5767272,0,0,0,0
|
||||
16130400,6204000,6204000,0,0,0,0
|
||||
17304206,6655464,6655464,0,0,0,0
|
||||
18586326,7121664,7121664,0,0,0,0
|
||||
19766760,7602600,7602600,0,0,0,0
|
||||
29216160,9738720,9738720,0,0,0,0
|
||||
34949880,11649960,11649960,0,0,0,0
|
||||
40930560,13643520,13643520,0,0,0,0
|
||||
55017900,18339300,18339300,0,0,0,0
|
||||
71510400,23836800,23836800,0,0,0,0
|
||||
106974000,35658000,35658000,0,0,0,0
|
||||
146061000,48687000,48687000,0,0,0,0
|
||||
174405000,58135000,58135000,0,0,0,0
|
||||
299999999,99999999,99999999,0,0,0,0
|
||||
0,0,0,0,0,0,0,0
|
@ -1,50 +0,0 @@
|
||||
// ƒMƒ‹ƒhLvUpŒoŒ±’lƒe<C692>[ƒuƒ‹
|
||||
2000000
|
||||
4000000
|
||||
8000000
|
||||
14000000
|
||||
22000000
|
||||
32000000
|
||||
44000000
|
||||
58000000
|
||||
74000000
|
||||
92000000
|
||||
112000000
|
||||
134000000
|
||||
158000000
|
||||
184000000
|
||||
212000000
|
||||
242000000
|
||||
274000000
|
||||
308000000
|
||||
344000000
|
||||
382000000
|
||||
422000000
|
||||
464000000
|
||||
508000000
|
||||
554000000
|
||||
602000000
|
||||
652000000
|
||||
704000000
|
||||
758000000
|
||||
814000000
|
||||
872000000
|
||||
932000000
|
||||
994000000
|
||||
1058000000
|
||||
1124000000
|
||||
1192000000
|
||||
1262000000
|
||||
1334000000
|
||||
1408000000
|
||||
1484000000
|
||||
1562000000
|
||||
1642000000
|
||||
1724000000
|
||||
1808000000
|
||||
1894000000
|
||||
1999999999
|
||||
1999999999
|
||||
1999999999
|
||||
1999999999
|
||||
1999999999
|
@ -1,4 +0,0 @@
|
||||
// item id,sprite id
|
||||
// Client will use sprite ID to display particular item.
|
||||
// If 0 is used then item will be disabled.
|
||||
2240,2241 //Beard - Grampa Beard
|
@ -1,429 +0,0 @@
|
||||
// 古く青い箱から得られるアイテムを設定。
|
||||
// nameid, item_name(dummy), rate
|
||||
// アイテムID、アイテムの名前(ダミー)、確率(*10000)をした物です。500000なら50%で1000000なら100%です。)
|
||||
// アイテムIDが0の場合確率をアイテムの選択に失敗した時に得られるデフォルトアイテムのIDとして認識します。(複数である場合最後の物だけ有効です。)
|
||||
0,Guard,2102
|
||||
2102,Guard,40000
|
||||
2104,Buckler,20000
|
||||
2106,Shield,10000
|
||||
2108,Mirror Shield,10000
|
||||
2201,Sunglasses,10000
|
||||
2203,Glasses,10000
|
||||
2205,Diver's Goggles,30000
|
||||
2206,Wedding Veil,10000
|
||||
2207,Fancy Flower,10000
|
||||
2209,Ribbon,40000
|
||||
2210,Hair Band,10000
|
||||
2211,Bandana,10000
|
||||
2212,Eye Patch,40000
|
||||
2213,Kitty Band,10000
|
||||
2215,Flower Band,10000
|
||||
2217,Biretta,10000
|
||||
2218,Flu Mask,40000
|
||||
2221,Hat,30000
|
||||
2223,Turban,20000
|
||||
2227,Cap,20000
|
||||
2229,Helm,10000
|
||||
2231,Gemmed Sallet,10000
|
||||
2233,Circlet,10000
|
||||
2236,Santa's Hat,10000
|
||||
2239,Single Glass,30000
|
||||
2241,Granpa Beard,30000
|
||||
2242,Purple Glasses,20000
|
||||
2243,Geek Glasses,20000
|
||||
2244,Big Ribbon,10000
|
||||
2249,Coronet,10000
|
||||
2250,Cute Ribbon,10000
|
||||
2257,Snow Horn,10000
|
||||
2258,Spiky Band,10000
|
||||
2260,Mini Glasses,10000
|
||||
2262,Pierrot Nose,40000
|
||||
2263,Zorro Masque,10000
|
||||
2265,Gangster Mask,10000
|
||||
2267,Cigar,10000
|
||||
2268,Pipe,10000
|
||||
2269,Centimental Flower,10000
|
||||
2270,Centimental Leaf,10000
|
||||
2271,Jack a Dandy,10000
|
||||
2272,Stop Post,10000
|
||||
2273,Doctor Band,10000
|
||||
2275,Red Bandana,10000
|
||||
2276,Eagle Eyes,10000
|
||||
2279,Bomb Wick,10000
|
||||
2284,Antler,10000
|
||||
2287,Pirate Bandana,10000
|
||||
2289,Poo Poo Hat,10000
|
||||
2290,Funeral Hat,10000
|
||||
2291,Masquerade,10000
|
||||
2293,Pretend Murdered,10000
|
||||
2294,Stellar,10000
|
||||
2295,Blinker,10000
|
||||
2296,Binoculars,10000
|
||||
2298,Green Feeler,10000
|
||||
2299,Viking Helm,10000
|
||||
2302,Cotton Shirt,40000
|
||||
2304,Leather Jacket,40000
|
||||
2306,Adventurer's Suit,30000
|
||||
2308,Mantle,30000
|
||||
2310,Coat,20000
|
||||
2311,Mink Coat,10000
|
||||
2313,Padded Armor,10000
|
||||
2315,Chain Mail,10000
|
||||
2317,Full Plate,10000
|
||||
2322,Silk Robe,20000
|
||||
2324,Scapulare,30000
|
||||
2326,Saint's Robe,10000
|
||||
2329,Wooden Mail,30000
|
||||
2331,Tights,10000
|
||||
2333,Silver Robe,10000
|
||||
2336,Thief Clothes,10000
|
||||
2337,Ninja Suit,10000
|
||||
2338,Wedding Dress,10000
|
||||
2339,Pantie,50000
|
||||
2402,Sandals,30000
|
||||
2404,Shoes,20000
|
||||
2406,Boots,10000
|
||||
2407,Crystal Pumps,10000
|
||||
2408,Ball'n'Chain,50000
|
||||
2409,Highheals,10000
|
||||
2502,Hood,40000
|
||||
2504,Muffler,20000
|
||||
2506,Manteau,10000
|
||||
2507,Cape of Old Marquess,10000
|
||||
2508,Ragamuffin Manteau,10000
|
||||
2601,Ring,10000
|
||||
2602,Earring,10000
|
||||
2603,Necklace,10000
|
||||
2604,Glove,10000
|
||||
2605,Brooch,10000
|
||||
2607,Clip,100000
|
||||
2608,Rosary,30000
|
||||
2609,Skull Ring,100000
|
||||
2610,Gold Ring,20000
|
||||
2611,Silver Ring,30000
|
||||
2612,Flower Ring,100000
|
||||
2613,Diamond Ring,10000
|
||||
5008,Puppy Love,10000
|
||||
5009,Safety Helmet,10000
|
||||
5010,Indian Fillet,10000
|
||||
5014,Fin Helm,10000
|
||||
5015,Egg Shell,40000
|
||||
2225,Goggles,10000
|
||||
1117,Katana,40000
|
||||
1152,Slayer,30000
|
||||
1155,Bastard Sword,20000
|
||||
1158,Two-handed Sword,10000
|
||||
1162,Broad Sword,10000
|
||||
1163,Claymore,10000
|
||||
1352,Battle Axe,20000
|
||||
1355,Hammer,20000
|
||||
1358,Buster,10000
|
||||
1361,Two-handed Axe,10000
|
||||
1452,Guisarme,10000
|
||||
1455,Glaive,10000
|
||||
1458,Partizan,10000
|
||||
1461,Trident,10000
|
||||
1464,Halberd,10000
|
||||
1410,Lance,10000
|
||||
1251,Jur,20000
|
||||
1253,Katar,10000
|
||||
1255,Jamadhar,10000
|
||||
1702,Bow,40000
|
||||
1705,Composite Bow,30000
|
||||
1708,Great Bow,20000
|
||||
1718,Hunter Bow,10000
|
||||
1711,Cross Bow,10000
|
||||
1719,Roguemaster's Bow,10000
|
||||
1713,Arbalest,10000
|
||||
1714,Gakkung,10000
|
||||
701,Ora Ora,10000
|
||||
702,Animal Gore,10000
|
||||
703,Hinalle,10000
|
||||
704,Aloe,10000
|
||||
705,Clover,10000
|
||||
706,Four-Leaf Clover,10000
|
||||
707,Singing Plant,10000
|
||||
708,Ment,10000
|
||||
710,Illusion Flower,10000
|
||||
711,Shoot,100000
|
||||
712,Flower,100000
|
||||
713,Empty Bottle,100000
|
||||
714,Emperium,10000
|
||||
715,Yellow Gemstone,70000
|
||||
716,Red Gemstone,70000
|
||||
717,Blue Gemstone,70000
|
||||
718,Garnet,20000
|
||||
719,Amethyst,20000
|
||||
720,Aquamarine,20000
|
||||
721,Emerald,20000
|
||||
722,Pearl,20000
|
||||
723,Ruby,20000
|
||||
724,Cursed Ruby,10000
|
||||
725,Sardonyx,20000
|
||||
726,Sapphire,20000
|
||||
727,Opal,20000
|
||||
728,Topaz,20000
|
||||
729,Zircon,20000
|
||||
730,1 Carat Diamond,20000
|
||||
731,2 Carat Diamond,10000
|
||||
732,3 Carat Diamond,10000
|
||||
733,Cracked Diamond,10000
|
||||
734,Red Frame,30000
|
||||
735,Chung Jah,30000
|
||||
736,China,30000
|
||||
737,Black Ladle,30000
|
||||
738,Pencil Case,20000
|
||||
740,Puppet,10000
|
||||
741,Poring Doll,10000
|
||||
742,Chonchon Doll,10000
|
||||
743,Spore Doll,10000
|
||||
744,Bouquet,100000
|
||||
745,Wedding Bouquet,20000
|
||||
746,Glass Bead,30000
|
||||
747,Crystal Mirror,10000
|
||||
748,Witherless Rose,10000
|
||||
749,Frozen Rose,10000
|
||||
752,Grasshopper Doll,10000
|
||||
753,Yoyo Doll,10000
|
||||
754,Raccoon Doll,10000
|
||||
756,Rough Oridecon,10000
|
||||
757,Rough Elunium,10000
|
||||
901,Danggie,20000
|
||||
902,Tree Root,20000
|
||||
903,Reptile Tongue,20000
|
||||
904,Scorpion Tail,20000
|
||||
905,Stem,20000
|
||||
906,Pointed Scale,20000
|
||||
907,Resin,20000
|
||||
908,Spawn,20000
|
||||
909,Jellopy,100000
|
||||
910,Garlet,50000
|
||||
911,Scell,30000
|
||||
912,Zargon,20000
|
||||
913,Tooth of Bat,20000
|
||||
914,Fluff,20000
|
||||
915,Chrysalis,20000
|
||||
916,Feather of Birds,20000
|
||||
917,Talon,20000
|
||||
918,Sticky Webfoot,20000
|
||||
919,Animal Skin,20000
|
||||
920,Wolf Claw,20000
|
||||
921,Mushroom Spore,20000
|
||||
922,Orc's Fang,20000
|
||||
923,Evil Horn,10000
|
||||
924,Powder of Butterfly,20000
|
||||
925,Bill of Birds,20000
|
||||
926,Snake Scale,20000
|
||||
928,Insect Feeler,20000
|
||||
929,Immortal Heart,20000
|
||||
930,Rotten Bandage,20000
|
||||
931,Orcish Voucher,20000
|
||||
932,Skel-Bone,20000
|
||||
934,Memento,10000
|
||||
935,Shell,20000
|
||||
936,Scale Shell,20000
|
||||
937,Venom Canine,20000
|
||||
938,Sticky Mucus,20000
|
||||
939,Bee Sting,20000
|
||||
940,Grasshopper's Leg,20000
|
||||
942,Yoyo Tail,20000
|
||||
943,Solid Shell,10000
|
||||
944,Horseshoe,20000
|
||||
945,Raccoon Leaf,20000
|
||||
946,Snail's Shell,20000
|
||||
947,Horn,20000
|
||||
948,Bear's Footskin,20000
|
||||
949,Feather,20000
|
||||
950,Heart of Mermaid,20000
|
||||
951,Fin,20000
|
||||
952,Cactus Needle,20000
|
||||
953,Stone Heart,20000
|
||||
954,Shining Scale,20000
|
||||
955,Worm Peeling,20000
|
||||
956,Gill,20000
|
||||
957,Decayed Nail,20000
|
||||
958,Horrendous Mouth,10000
|
||||
959,Stinky Scale,20000
|
||||
960,Nipper,20000
|
||||
961,Conch,20000
|
||||
962,Tentacle,20000
|
||||
963,Sharp Scale,20000
|
||||
968,Heroic Emblem,10000
|
||||
969,Gold,10000
|
||||
970,Alcohol,10000
|
||||
971,Detrimindexta,10000
|
||||
972,Karvodailnirol,10000
|
||||
973,Counteragent,10000
|
||||
974,Mixture,10000
|
||||
975,Scarlet Dyestuffs,10000
|
||||
976,Lemon Dyestuffs,10000
|
||||
978,Cobaltblue Dyestuff,10000
|
||||
979,Darkgreen Dyestuff,10000
|
||||
980,Orange Dyestuff,10000
|
||||
981,Violet Dyestuff,10000
|
||||
982,White Dyestuff,10000
|
||||
983,Black Dyestuff,10000
|
||||
984,Oridecon,10000
|
||||
985,Elunium,10000
|
||||
986,Anvil,30000
|
||||
987,Oridecon Anvil,10000
|
||||
988,Golden Anvil,10000
|
||||
989,Emperium Anvil,10000
|
||||
990,Red Blood,30000
|
||||
991,Crystal Blue,30000
|
||||
992,Wind of Verdure,30000
|
||||
993,Green Live,30000
|
||||
994,Flame Heart,10000
|
||||
995,Mystic Frozen,10000
|
||||
996,Rough Wind,10000
|
||||
997,Great Nature,10000
|
||||
998,Iron,100000
|
||||
999,Steel,30000
|
||||
1000,Star Crumb,30000
|
||||
1001,Star Dust,100000
|
||||
1002,Iron Ore,200000
|
||||
1003,Coal,50000
|
||||
1004,Chivalry Emblem,10000
|
||||
1005,Hammer of Blacksmith,10000
|
||||
1006,Old Magic Book,10000
|
||||
1007,Necklace of Wisdom,10000
|
||||
1008,Necklace of Oblivion,10000
|
||||
1009,Hand of God,10000
|
||||
1010,Phracon,200000
|
||||
1011,Emveretarcon,50000
|
||||
1012,Frill,20000
|
||||
1013,Rainbow Shell,20000
|
||||
1014,Ant Jaw,20000
|
||||
1015,Tongue,10000
|
||||
1016,Rat Tail,20000
|
||||
1017,Mole Whiskers,20000
|
||||
1018,Mole Claw,20000
|
||||
1019,Trunk,20000
|
||||
1020,Black Hair,20000
|
||||
1021,Dokkaebi Horn,20000
|
||||
1022,Nine Tails,20000
|
||||
1023,Fish Tail,20000
|
||||
1024,Squid Ink,20000
|
||||
1025,Cobweb,20000
|
||||
1026,Acorn,20000
|
||||
1027,Porcupine Quill,20000
|
||||
1028,Mane,20000
|
||||
1029,Tiger Skin,10000
|
||||
1030,Tiger's Footskin,10000
|
||||
1031,Mantis Scythe,20000
|
||||
1032,Maneater Blossom,20000
|
||||
1033,Maneater Root,20000
|
||||
1034,Blue Hair,20000
|
||||
1035,Dragon Canine,20000
|
||||
1036,Dragon Scale,20000
|
||||
1037,Dragon Tail,20000
|
||||
1038,Little Evil Horn,20000
|
||||
1039,Little Evil Wing,20000
|
||||
1040,Elder Pixie's Moustache,20000
|
||||
1041,Lantern,20000
|
||||
1042,Bug Leg,20000
|
||||
1043,Orc Claw,20000
|
||||
1044,Zenorc's Fang,20000
|
||||
1045,Cultish Masque,20000
|
||||
1046,Scorpion Nipper,20000
|
||||
1047,Dead Medusa,20000
|
||||
1048,Horrendous Hair,20000
|
||||
1049,Skirt of Virgin,10000
|
||||
1050,Tendon,20000
|
||||
1051,Detonator,20000
|
||||
1052,Single Cell,20000
|
||||
1053,Ancient Tooth,20000
|
||||
1054,Ancient Lips,20000
|
||||
1055,Earthworm Peeling,20000
|
||||
1056,Grit,20000
|
||||
1057,Moth Dust,20000
|
||||
1058,Moth Wings,20000
|
||||
1059,Fabric,20000
|
||||
1060,Golden Hair,20000
|
||||
1061,Witched Starsand,20000
|
||||
1062,Jack o' Pumpkin,20000
|
||||
1063,Fang,20000
|
||||
1064,Reins,20000
|
||||
1065,Trap,50000
|
||||
501,Red Potion,50000
|
||||
502,Orange Potion,50000
|
||||
503,Yellow Potion,50000
|
||||
504,White Potion,50000
|
||||
505,Blue Potion,30000
|
||||
506,Green Potion,50000
|
||||
507,Red Herb,110000
|
||||
508,Yellow Herb,100000
|
||||
509,White Herb,100000
|
||||
510,Blue Herb,50000
|
||||
511,Green Herb,100000
|
||||
512,Apple,100000
|
||||
513,Banana,90000
|
||||
514,Grape,100000
|
||||
515,Carrot,100000
|
||||
516,Sweet Potato,100000
|
||||
517,Meat,50000
|
||||
518,Honey,20000
|
||||
519,Milk,20000
|
||||
520,Hinalle Leaflet,20000
|
||||
521,Aloe Leaflet,20000
|
||||
523,Holy Water,30000
|
||||
525,Panacea,20000
|
||||
526,Royal Jelly,10000
|
||||
528,Monster's Feed,30000
|
||||
529,Candy,20000
|
||||
530,Candy Cane,20000
|
||||
531,Apple Juice,30000
|
||||
532,Banana Juice,30000
|
||||
533,Grape Juice,30000
|
||||
534,Carrot Juice,30000
|
||||
535,Pumpkin,50000
|
||||
601,Fly Wing,100000
|
||||
602,Butterfly Wing,100000
|
||||
603,Old Blue Box,400000
|
||||
604,Dead Branch,10000
|
||||
605,Anodyne,20000
|
||||
606,Aloevera,20000
|
||||
607,Yggdrasilberry,10000
|
||||
608,Yggdrasil Seed,10000
|
||||
610,Yggdrasil Leaf,10000
|
||||
611,Magnifier,100000
|
||||
612,Mini Furnace,50000
|
||||
613,Iron Hammer,30000
|
||||
614,Golden Hammer,20000
|
||||
615,Oridecon Hammer,10000
|
||||
1102,Sword,10000
|
||||
1105,Falchion,10000
|
||||
1108,Blade,10000
|
||||
1111,Rapier,10000
|
||||
1114,Scimiter,10000
|
||||
1120,Tsurugi,10000
|
||||
1125,Ring Pommel Saber,10000
|
||||
1127,Saber,10000
|
||||
1128,Haedonggum,10000
|
||||
1129,Flamberge,10000
|
||||
1202,Knife,10000
|
||||
1205,Cutter,10000
|
||||
1208,Main Gauche,10000
|
||||
1211,Dirk,10000
|
||||
1214,Dagger,10000
|
||||
1217,Stiletto,10000
|
||||
1220,Gladius,10000
|
||||
1226,Damascus,10000
|
||||
1302,Axe,10000
|
||||
1402,Javelin,10000
|
||||
1405,Spear,10000
|
||||
1408,Pike,10000
|
||||
1502,Club,10000
|
||||
1505,Mace,10000
|
||||
1508,Smasher,10000
|
||||
1511,Flail,10000
|
||||
1514,Morning Star,10000
|
||||
1517,Sword Mace,10000
|
||||
1520,Chain,10000
|
||||
1550,Book,10000
|
||||
1551,Bible,10000
|
||||
1602,Rod,10000
|
||||
1605,Wand,10000
|
||||
1608,Staff,10000
|
||||
1611,Arc Wand,10000
|
||||
1613,Mighty Staff,10000
|
@ -1,317 +0,0 @@
|
||||
// Fixed [Lupus] (removed extra row which made all albums empty)
|
||||
// 古いカード帖から得られるアイテムを設定。
|
||||
// ItemID ItemName(Dummy) Rate
|
||||
// アイテムID、アイテムの名前(ダミー)、確率(*10000)をした物です。500000なら50%で1000000なら100%です。)
|
||||
// アイテムIDが0の場合確率をアイテムの選択に失敗した時に得られるデフォルトアイテムのIDとして認識します。(複数である場合最後の物だけ有効です。),,,
|
||||
//
|
||||
|
||||
0,Poring Card,4001
|
||||
4001,Poring Card,70000
|
||||
4002,Fabre Card,70000
|
||||
4003,Pupa Card,70000
|
||||
4004,Drops Card,70000
|
||||
4005,Santa Poring Card,10000
|
||||
4006,Lunatic Card,70000
|
||||
4007,Pecopeco Egg Card,40000
|
||||
4008,Picky Card,10000
|
||||
4009,Chonchon Card,70000
|
||||
4010,Willow Card,70000
|
||||
4011,Picky Egg Card,70000
|
||||
4012,Thief Bug Egg Card,50000
|
||||
4013,Andre Egg Card,50000
|
||||
4014,Roda Frog Card,50000
|
||||
4015,Condor Card,50000
|
||||
4016,Thief Bug Card,50000
|
||||
4017,Savage Babe Card,50000
|
||||
4019,Hornet Card,50000
|
||||
4020,Farmiliar Card,50000
|
||||
4021,Rocker Card,50000
|
||||
4022,Spore Card,50000
|
||||
4023,Baby Desert Wolf Card,50000
|
||||
4024,Plankton Card,50000
|
||||
4025,Skeleton Card,50000
|
||||
4026,Female Thiefbug Card,30000
|
||||
4027,Kukre Card,30000
|
||||
4028,Tarou Card,30000
|
||||
4029,Wolf Card,30000
|
||||
4030,Mandragora Card,30000
|
||||
4031,Pecopeco Card,30000
|
||||
4032,Ambernite Card,30000
|
||||
4033,Poporing Card,30000
|
||||
4034,Worm Tail Card,30000
|
||||
4035,Hydra Card,30000
|
||||
4036,Muka Card,30000
|
||||
4037,Snake Card,30000
|
||||
4038,Zombie Card,30000
|
||||
4039,Stainer Card,30000
|
||||
4040,Creamy Card,30000
|
||||
4041,Coco Card,30000
|
||||
4042,Steel Chonchon Card,30000
|
||||
4043,Andre Card,30000
|
||||
4044,Smokie Card,10000
|
||||
4045,Horn Card,30000
|
||||
4046,Martin Card,30000
|
||||
4047,Ghostring Card,10000
|
||||
4048,Poison Spore Card,30000
|
||||
4049,Vadon Card,30000
|
||||
4050,Male Thiefbug Card,30000
|
||||
4051,Yoyo Card,30000
|
||||
4052,Elder Willow Card,30000
|
||||
4053,Vitata Card,10000
|
||||
4054,Angeling Card,10000
|
||||
4055,Marina Card,30000
|
||||
4056,Dustiness Card,30000
|
||||
4057,Metaller Card,20000
|
||||
4058,Thara Frog Card,20000
|
||||
4060,Goblin Card,20000
|
||||
4061,Cornutus Card,20000
|
||||
4062,Anacondaq Card,20000
|
||||
4063,Caramel Card,20000
|
||||
4064,Zerom Card,20000
|
||||
4065,Kaho Card,20000
|
||||
4066,Orc Warrior Card,20000
|
||||
4067,Megalodon Card,20000
|
||||
4068,Scorpion Card,20000
|
||||
4069,Drainliar Card,20000
|
||||
4070,Eggyra Card,20000
|
||||
4071,Orc Zombie Card,20000
|
||||
4072,Golem Card,20000
|
||||
4073,Pirate Skeleton Card,20000
|
||||
4074,BigFoot Card,20000
|
||||
4075,Argos Card,20000
|
||||
4076,Magnolia Card,20000
|
||||
4077,Phen Card,20000
|
||||
4078,Savage Card,20000
|
||||
4079,Mantis Card,20000
|
||||
4080,Flora Card,10000
|
||||
4081,Hode Card,20000
|
||||
4082,Desert Wolf Card,10000
|
||||
4083,Rafflesia Card,10000
|
||||
4084,Marine Sphere Card,10000
|
||||
4085,Orc Skeleton Card,10000
|
||||
4086,Soldier Skeleton Card,10000
|
||||
4087,Giearth Card,10000
|
||||
4088,Frilldora Card,10000
|
||||
4089,Swordfish Card,10000
|
||||
4090,Munak Card,10000
|
||||
4091,Kobold Card,10000
|
||||
4092,Skel Worker Card,10000
|
||||
4093,Obeaune Card,10000
|
||||
4094,Archer Skeleton Card,10000
|
||||
4095,Marse Card,10000
|
||||
4096,Zenorc Card,10000
|
||||
4097,Matyr Card,10000
|
||||
4098,Dokebi Card,10000
|
||||
4099,Pasana Card,10000
|
||||
4100,Sohee Card,10000
|
||||
4101,Sandman Card,10000
|
||||
4102,Whisper Card,10000
|
||||
4103,Horong Card,10000
|
||||
4104,Requiem Card,10000
|
||||
4105,Marc Card,10000
|
||||
4106,Mummy Card,10000
|
||||
4107,Verit Card,10000
|
||||
4108,Myst Card,10000
|
||||
4109,Jakk Card,10000
|
||||
4110,Ghoul Card,10000
|
||||
4111,Strouf Card,10000
|
||||
4112,Marduk Card,10000
|
||||
4113,Marionette Card,10000
|
||||
4114,Argiope Card,10000
|
||||
4115,Hunter Fly Card,10000
|
||||
4116,Isis Card,10000
|
||||
4117,Sidewinder Card,10000
|
||||
4118,Earth Petit Card,10000
|
||||
4119,Bathory Card,10000
|
||||
4120,Sky Petit Card,10000
|
||||
4122,Deviruchi Card,10000
|
||||
4124,Medusa Card,10000
|
||||
4125,Deviace Card,10000
|
||||
4126,Minorous Card,10000
|
||||
4127,Nightmare Card,10000
|
||||
4129,Baphomet Jr Card,10000
|
||||
4130,Scorpion King Card,10000
|
||||
4133,Raydric Card,10000
|
||||
4136,Khalitzburg Card,10000
|
||||
4139,Joker Card,10000
|
||||
4140,Knight Of Abyss Card,10000
|
||||
4141,Evil Druid Card,10000
|
||||
|
||||
// New Cards
|
||||
//============================================
|
||||
// the released ones are uncommented for now
|
||||
|
||||
4149,Gargoyle Card,10000
|
||||
4150,Goat Card,10000
|
||||
4151,Gajomart Card,10000
|
||||
4152,Galapago Card,10000
|
||||
4153,Crab Card,10000
|
||||
//4154,Dumpling Child Card,10000
|
||||
4155,Goblin Leader Card,10000
|
||||
4156,Goblin Steamrider Card,10000
|
||||
4157,Goblin Archer Card,10000
|
||||
4158,Sky Deleter Card,10000
|
||||
4159,Nine Tail Card,10000
|
||||
4160,Firelock Soldier Card,10000
|
||||
4161,Grand Peco Card,10000
|
||||
4162,Grizzly Card,10000
|
||||
4163,Gryphon Card,10000
|
||||
4164,Gullinbursti Card,10000
|
||||
4165,Gig Card,10000
|
||||
4166,Nightmare Terror Card,10000
|
||||
4167,Neraid Card,10000
|
||||
4169,Dark Illusion Card,10000
|
||||
4170,Dark Frame Card,10000
|
||||
4171,Dark Priest Card,10000
|
||||
4172,The Paper Card,10000
|
||||
4173,Demon Pungus Card,10000
|
||||
4174,Deviling Card,10000
|
||||
4175,Poisonous Toad Card,10000
|
||||
4176,Dullahan Card,10000
|
||||
4177,Dryad Card,10000
|
||||
4178,Dragon Tail Card,10000
|
||||
4179,Dragon Fly Card,5000
|
||||
4180,Driller Card,10000
|
||||
4181,Disguise Card,10000
|
||||
4182,Diabolic Card,10000
|
||||
4183,Vagabond Wolf Card,5000
|
||||
4184,Lava Golem Card,10000
|
||||
4185,Rideword Card,10000
|
||||
4186,Raggler Card,10000
|
||||
4187,Raydric Archer Card,10000
|
||||
4188,Leib Olmai,10000
|
||||
4189,Wraith Dead Card,10000
|
||||
4190,Wraith Card,10000
|
||||
4191,Loli Ruri Card,10000
|
||||
4192,Rotar Zairo Card,10000
|
||||
4193,Lude Card,10000
|
||||
4194,Rybio Card,10000
|
||||
4195,Leaf Cat Card,10000
|
||||
4196,Marin Card,10000
|
||||
4197,Mastering Card,10000
|
||||
4198,Maya Purple Card,10000
|
||||
4199,Merman Card,10000
|
||||
4200,Megalith Card,10000
|
||||
4201,Majoruros Card,10000
|
||||
4202,Civil Servant Card,10000
|
||||
4203,Mutant Dragonoid Card,10000
|
||||
4204,Mini Demon Card,10000
|
||||
4205,Mimic Card,10000
|
||||
4206,Mystcase Card,10000
|
||||
4207,Mysteltainn Card,10000
|
||||
4208,Miyabi Ningyo Card,10000
|
||||
4209,Violy Card,10000
|
||||
4210,Wanderer Card,10000
|
||||
4211,Vocal Card,5000
|
||||
4212,Bongun Card,10000
|
||||
4213,Brilight Card,10000
|
||||
4214,Bloody Murderer Card,10000
|
||||
4215,Blazer Card,10000
|
||||
4216,Sasquatch Card,10000
|
||||
4217,Enchanted Peach Tree Card,10000
|
||||
4218,Succubus Card,10000
|
||||
4219,Sage Worm Card,10000
|
||||
4220,Solider Card,10000
|
||||
4221,Skeleton General Card,10000
|
||||
4222,Skel Prisoner Card,10000
|
||||
4223,Stalactic Golem Card,10000
|
||||
4224,Stem Worm Card,10000
|
||||
4225,Stone Shooter Card,10000
|
||||
4226,Sting Card,10000
|
||||
4227,Spring Rabbit Card,10000
|
||||
4228,Sleeper Card,10000
|
||||
4229,Clock Tower Manager Card,10000
|
||||
4230,Shinobi Card,10000
|
||||
//4231,Increase Soil Card,10000
|
||||
//4232,Hermit Plant Card,10000
|
||||
4233,Baby Leopard Card,10000
|
||||
4234,Anolian Card,10000
|
||||
4235,Cookie Xmas Card,10000
|
||||
4237,Owl Duke Card,10000
|
||||
4238,Owl Baron Card,10000
|
||||
4239,Iron Fist Card,10000
|
||||
4240,Arclouze Card,10000
|
||||
4241,Archangeling Card,10000
|
||||
4242,Apocalipse Card,10000
|
||||
4243,Antonio Card,10000
|
||||
4244,Alarm Card,10000
|
||||
4245,Am Mut Card,10000
|
||||
4246,Assulter Card,10000
|
||||
4247,Aster Card,10000
|
||||
4248,Ancient Mummy Card,10000
|
||||
4249,Ancient Worm Card,10000
|
||||
4250,Executioner Card,10000
|
||||
4251,Elder Card,10000
|
||||
4252,Alligator Card,10000
|
||||
4253,Alice Card,10000
|
||||
4254,Tirfing Card,10000
|
||||
4255,Orc Lady Card,10000
|
||||
4256,Orc Archer Card,10000
|
||||
4257,Wild Rose Card,10000
|
||||
4258,Evil Nymph Card,10000
|
||||
4259,Wooden Golem Card,10000
|
||||
4260,Wootan Shooter Card,10000
|
||||
4261,Wootan Fighter Card,10000
|
||||
//4262,Taoist Hermit Card,10000
|
||||
4264,Wind Ghost Card,10000
|
||||
//4265,Li Me Mang Ryang Card,10000
|
||||
4266,Eclipse Card,5000
|
||||
4267,Explosion Card,10000
|
||||
4268,Incubus Card,10000
|
||||
4269,Injustice Card,10000
|
||||
4270,Giant Spider Card,10000
|
||||
4271,Giant Hornet Card,10000
|
||||
4272,Dancing Dragon Card,10000
|
||||
4273,Shellfish Card,10000
|
||||
4274,Zombie Master Card,10000
|
||||
4275,Zombie Prisoner Card,10000
|
||||
4277,Zherlthsh Card,10000
|
||||
4278,Gibbet Card,10000
|
||||
4279,Earth Deleter Card,10000
|
||||
4280,Geographer Card,10000
|
||||
4281,Zipper Bear Card,10000
|
||||
4282,Tengu Card,10000
|
||||
4284,Chepet Card,10000
|
||||
4285,Choco Card,10000
|
||||
4286,Karakasa Card,10000
|
||||
4287,Kapha Card,10000
|
||||
4288,Carat Card,10000
|
||||
4289,Caterpillar Card,10000
|
||||
4290,Cat'o'Nine Tail Card,10000
|
||||
4291,Kobold Leader Card,10000
|
||||
4292,Kobold Archer Card,10000
|
||||
4293,Cookie Card,10000
|
||||
4294,Quve Card,10000
|
||||
4295,Kraben Card,10000
|
||||
4296,Cramp Card,10000
|
||||
4297,Cruiser Card,10000
|
||||
4298,Creamy Fear Card,10000
|
||||
4299,Clock Card,10000
|
||||
4300,Chimera Card,10000
|
||||
4301,Killer Mantis Card,10000
|
||||
//isn't Tao Gunka a MVP?
|
||||
//4302,Tao Gunka Card,10000
|
||||
4304,Tamruan Card,10000
|
||||
4306,Toad Card,10000
|
||||
4307,Beetle King Card,10000
|
||||
4308,Tri Joint Card,10000
|
||||
4309,Parasite Card,10000
|
||||
4310,Panzer Goblin Card,10000
|
||||
4311,Permeter Card,10000
|
||||
4312,Seal Card,10000
|
||||
4313,Punk Card,10000
|
||||
4314,Penomena Card,10000
|
||||
4315,Pest Card,10000
|
||||
4316,False Angel Card,10000
|
||||
4317,Mobster Card,10000
|
||||
4319,Freezer Card,10000
|
||||
4320,Bloody Knight Card,10000
|
||||
4321,Heirozoist Card,10000
|
||||
4322,High Orc Card,10000
|
||||
4323,Garm Baby Card,10000
|
||||
4325,Harpy Card,10000
|
||||
4326,Sea Otter Card,10000
|
||||
4327,Bloody Butterfly Card,10000
|
||||
4328,Hyegun Card,10000
|
||||
4329,Phendark Card,10000
|
||||
4331,Heater Card,10000
|
1930
db/item_db.txt
1930
db/item_db.txt
File diff suppressed because it is too large
Load Diff
@ -1,6 +0,0 @@
|
||||
//ID,Name,Name,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Gender,Loc,wLV,eLV,View,{UseScript},{EquipScript}
|
||||
//Elements: 0 Nothing, 1 Water, 2 Earth ,3 Fire, 4 Wind, 5 Poison, 6 Saint, 7 Darkness, 8 Sense, 9 Immortality
|
||||
|
||||
// Custom Items go here
|
||||
//=============================================================
|
||||
0,DEFAULT,Default,0,20,,10,,,,,0,2,0,0,,,{},{}
|
@ -1,24 +0,0 @@
|
||||
// 鉱石発見スキルでドロップされる鉱石
|
||||
// item ID, Jname (dummy), 確率を 1 万倍 (100% なら 1000000)
|
||||
// 0 はデフォルト項目
|
||||
0,Iron Ore,1002
|
||||
714,Emperium,30000
|
||||
756,Rough Oridecon,200000
|
||||
757,Rough Elunium,200000
|
||||
969,Gold,20000
|
||||
984,Oridecon,100000
|
||||
985,Elunium,100000
|
||||
990,Red Blood,300000
|
||||
991,Crystal Blue,300000
|
||||
992,Wind of Verdure,300000
|
||||
993,Green Live,300000
|
||||
994,Flame Heart,150000
|
||||
995,Mystic Frozen,150000
|
||||
996,Rough Wind,150000
|
||||
997,Great Nature,150000
|
||||
998,Iron,800000
|
||||
999,Steel,500000
|
||||
1002,Iron Ore,1000000
|
||||
1003,Coal,600000
|
||||
1010,Phracon,950000
|
||||
1011,Emveretarcon,550000
|
@ -1,80 +0,0 @@
|
||||
// プレゼントボックスから得られるアイテムを設定。
|
||||
// nameid, item_name(dummy), rate
|
||||
// アイテムID、アイテムの名前(ダミー)、確率(*10000)をした物です。500000なら50%で1000000なら100%です。)
|
||||
// アイテムIDが0の場合確率をアイテムの選択に失敗した時に得られるデフォルトアイテムのIDとして認識します。(複数である場合最後の物だけ有効です。)
|
||||
0,Rough Oridecon,756
|
||||
756,Rough Oridecon,50000
|
||||
757,Rough Elunium,20000
|
||||
984,Oridecon,20000
|
||||
985,Elunium,10000
|
||||
714,Emperium,10000
|
||||
999,Steel,10000
|
||||
1000,Star Crumb,10000
|
||||
994,Flame Heart,10000
|
||||
995,Mystic Frozen,10000
|
||||
996,Rough Wind,10000
|
||||
997,Great Nature,10000
|
||||
975,Scarlet Dyestuffs,10000
|
||||
976,Lemon Dyestuffs,10000
|
||||
978,Cobaltblue Dyestuff,10000
|
||||
979,Darkgreen Dyestuff,10000
|
||||
980,Orange Dyestuff,10000
|
||||
981,Violet Dyestuff,10000
|
||||
982,White Dyestuff,10000
|
||||
983,Black Dyestuff,10000
|
||||
969,Gold,10000
|
||||
718,Garnet,10000
|
||||
719,Amethyst,10000
|
||||
720,Aquamarine,10000
|
||||
721,Emerald,10000
|
||||
722,Pearl,10000
|
||||
723,Ruby,10000
|
||||
724,Cursed Ruby,10000
|
||||
725,Sardonyx,10000
|
||||
726,Sapphire,10000
|
||||
727,Opal,10000
|
||||
728,Topaz,10000
|
||||
729,Zircon,10000
|
||||
730,1 Carat Diamond,10000
|
||||
731,2 Carat Diamond,10000
|
||||
732,3 Carat Diamond,10000
|
||||
733,Cracked Diamond,10000
|
||||
734,Red Frame,10000
|
||||
735,Chung Jah,10000
|
||||
736,China,10000
|
||||
737,Black Ladle,10000
|
||||
738,Pencil Case,10000
|
||||
739,Rouge,10000
|
||||
740,Puppet,10000
|
||||
741,Poring Doll,10000
|
||||
742,Chonchon Doll,10000
|
||||
743,Spore Doll,10000
|
||||
744,Bouquet,10000
|
||||
745,Wedding Bouquet,10000
|
||||
746,Glass Bead,10000
|
||||
747,Crystal Mirror,10000
|
||||
748,Witherless Rose,10000
|
||||
749,Frozen Rose,10000
|
||||
750,Baphomet Doll,10000
|
||||
751,Osiris Doll,10000
|
||||
752,Grasshopper Doll,10000
|
||||
753,Yoyo Doll,10000
|
||||
754,Raccoon Doll,10000
|
||||
706,Four-Leaf Clover,10000
|
||||
4005,Santa Poring Card,10000
|
||||
7034,Red Socks with Holes,10000
|
||||
501,Red Potion,10000
|
||||
502,Orange Potion,10000
|
||||
503,Yellow Potion,10000
|
||||
504,White Potion,10000
|
||||
505,Blue Potion,10000
|
||||
506,Green Potion,10000
|
||||
526,Royal Jelly,10000
|
||||
529,Candy,10000
|
||||
530,Candy Cane,10000
|
||||
537,Pet Food,10000
|
||||
538,Well-baked Cookie,10000
|
||||
539,Piece of Cake,10000
|
||||
603,Old Blue Box,10000
|
||||
617,Old Violet Box,10000
|
||||
644,Gift Box,190000
|
@ -1,7 +0,0 @@
|
||||
// The equipment/items restriction file
|
||||
// here equipment at PvP and GvG
|
||||
// where it is possible to restrict, the prescribed form: <item id>,<mode>
|
||||
// mode = 1- So with PvP restriction, 2- GvG restriction, 3- PvP and GvG which restriction
|
||||
|
||||
//1201,1 you can't use KNIFE(ID 1201) on PvP
|
||||
//608,3 you can't use Yggdrasil Seed(ID 608) on both PvP & GvG
|
@ -1,5 +0,0 @@
|
||||
// 古い巻物から得られるアイテムを設定。
|
||||
// nameid, item_name(dummy), rate
|
||||
// アイテムID、アイテムの名前(ダミー)、確率(*10000)をした物です。500000なら50%で1000000なら100%です。)
|
||||
// アイテムIDが0の場合確率をアイテムの選択に失敗した時に得られるデフォルトアイテムのIDとして認識します。(複数である場合最後の物だけ有効です。)
|
||||
0,Jellopy,909
|
@ -1,279 +0,0 @@
|
||||
// 古い紫色の箱から得られるアイテムを設定。
|
||||
// nameid, item_name(dummy), rate
|
||||
// アイテムID、アイテムの名前(ダミー)、確率(*10000)をした物です。500000なら50%で1000000なら100%です。)
|
||||
// アイテムIDが0の場合確率をアイテムの選択に失敗した時に得られるデフォルトアイテムのIDとして認識します。(複数である場合最後の物だけ有効です。)
|
||||
0,Guard,2102
|
||||
2102,Guard,10000
|
||||
2104,Buckler,10000
|
||||
2106,Shield,10000
|
||||
2108,Mirror Shield,10000
|
||||
2202,Sunglasses,10000
|
||||
2204,Glasses,10000
|
||||
2207,Fancy Flower,10000
|
||||
2209,Ribbon,10000
|
||||
2213,Kitty Band,10000
|
||||
2215,Flower Band,10000
|
||||
2217,Biretta,10000
|
||||
2221,Hat,10000
|
||||
2223,Turban,10000
|
||||
2227,Cap,10000
|
||||
2229,Helm,10000
|
||||
2231,Gemmed Sallet,10000
|
||||
2233,Circlet,10000
|
||||
2236,Santa's Hat,10000
|
||||
2244,Big Ribbon,10000
|
||||
2249,Coronet,10000
|
||||
2250,Cute Ribbon,10000
|
||||
2257,Snow Horn,10000
|
||||
2258,Spiky Band,10000
|
||||
2262,Pierrot Nose,10000
|
||||
2263,Zorro Masque,10000
|
||||
2265,Gangster Mask,10000
|
||||
2269,Centimental Flower,10000
|
||||
2270,Centimental Leaf,10000
|
||||
2271,Jack a Dandy,10000
|
||||
2272,Stop Post,10000
|
||||
2273,Doctor Band,10000
|
||||
2275,Red Bandana,10000
|
||||
2276,Eagle Eyes,10000
|
||||
2279,Bomb Wick,10000
|
||||
2284,Antler,10000
|
||||
2287,Pirate Bandana,10000
|
||||
2289,Poo Poo Hat,10000
|
||||
2290,Funeral Hat,10000
|
||||
2291,Masquerade,10000
|
||||
2293,Pretend Murdered,10000
|
||||
2294,Stellar,10000
|
||||
2295,Blinker,10000
|
||||
2296,Binoculars,10000
|
||||
2298,Green Feeler,10000
|
||||
2299,Viking Helm,10000
|
||||
2302,Cotton Shirt,10000
|
||||
2304,Leather Jacket,10000
|
||||
2306,Adventurer's Suit,10000
|
||||
2308,Mantle,10000
|
||||
2310,Coat,10000
|
||||
2311,Mink Coat,10000
|
||||
2313,Padded Armor,10000
|
||||
2315,Chain Mail,10000
|
||||
2317,Full Plate,10000
|
||||
2322,Silk Robe,10000
|
||||
2324,Scapulare,10000
|
||||
2326,Saint's Robe,10000
|
||||
2329,Wooden Mail,10000
|
||||
2331,Tights,10000
|
||||
2333,Silver Robe,10000
|
||||
2336,Thief Clothes,10000
|
||||
2337,Ninja Suit,10000
|
||||
2338,Wedding Dress,10000
|
||||
2339,Pantie,10000
|
||||
2402,Sandals,10000
|
||||
2404,Shoes,10000
|
||||
2407,Crystal Pumps,10000
|
||||
2408,Ball'n'Chain,10000
|
||||
2409,Highheals,10000
|
||||
2502,Hood,10000
|
||||
2504,Muffler,10000
|
||||
2506,Manteau,10000
|
||||
2507,Cape of Old Marquess,10000
|
||||
2508,Ragamuffin Manteau,10000
|
||||
2601,Ring,10000
|
||||
2602,Earring,10000
|
||||
2603,Necklace,10000
|
||||
2604,Glove,10000
|
||||
2605,Brooch,10000
|
||||
2607,Clip,10000
|
||||
2608,Rosary,10000
|
||||
2609,Skull Ring,10000
|
||||
2610,Gold Ring,10000
|
||||
2611,Silver Ring,10000
|
||||
2612,Flower Ring,10000
|
||||
2613,Diamond Ring,10000
|
||||
5008,Puppy Love,10000
|
||||
5009,Safety Helmet,10000
|
||||
5010,Indian Fillet,10000
|
||||
5014,Fin Helm,10000
|
||||
5015,Egg Shell,10000
|
||||
2225,Goggles,10000
|
||||
1117,Katana,10000
|
||||
1152,Slayer,10000
|
||||
1155,Bastard Sword,10000
|
||||
1158,Two-handed Sword,10000
|
||||
1162,Broad Sword,10000
|
||||
1163,Claymore,10000
|
||||
1352,Battle Axe,10000
|
||||
1355,Hammer,10000
|
||||
1358,Buster,10000
|
||||
1361,Two-handed Axe,10000
|
||||
1452,Guisarme,10000
|
||||
1455,Glaive,10000
|
||||
1458,Partizan,10000
|
||||
1461,Trident,10000
|
||||
1464,Halberd,10000
|
||||
1410,Lance,10000
|
||||
1251,Jur,10000
|
||||
1253,Katar,10000
|
||||
1255,Jamadhar,10000
|
||||
1702,Bow,10000
|
||||
1705,Composite Bow,10000
|
||||
1718,Hunter Bow,10000
|
||||
1711,Cross Bow,10000
|
||||
1719,Roguemaster's Bow,10000
|
||||
1713,Arbalest,10000
|
||||
1714,Gakkung,10000
|
||||
701,Ora Ora,10000
|
||||
702,Animal Gore,10000
|
||||
703,Hinalle,10000
|
||||
704,Aloe,10000
|
||||
706,Four-Leaf Clover,10000
|
||||
707,Singing Plant,10000
|
||||
708,Ment,10000
|
||||
710,Illusion Flower,10000
|
||||
714,Emperium,10000
|
||||
715,Yellow Gemstone,10000
|
||||
716,Red Gemstone,10000
|
||||
717,Blue Gemstone,10000
|
||||
718,Garnet,10000
|
||||
719,Amethyst,10000
|
||||
720,Aquamarine,10000
|
||||
721,Emerald,10000
|
||||
722,Pearl,10000
|
||||
723,Ruby,10000
|
||||
724,Cursed Ruby,10000
|
||||
725,Sardonyx,10000
|
||||
726,Sapphire,10000
|
||||
727,Opal,10000
|
||||
728,Topaz,10000
|
||||
729,Zircon,10000
|
||||
730,1 Carat Diamond,10000
|
||||
731,2 Carat Diamond,10000
|
||||
732,3 Carat Diamond,10000
|
||||
733,Cracked Diamond,10000
|
||||
734,Red Frame,10000
|
||||
735,Chung Jah,10000
|
||||
736,China,10000
|
||||
737,Black Ladle,10000
|
||||
738,Pencil Case,10000
|
||||
740,Puppet,10000
|
||||
741,Poring Doll,10000
|
||||
742,Chonchon Doll,10000
|
||||
743,Spore Doll,10000
|
||||
745,Wedding Bouquet,10000
|
||||
747,Crystal Mirror,10000
|
||||
748,Witherless Rose,10000
|
||||
749,Frozen Rose,10000
|
||||
752,Grasshopper Doll,10000
|
||||
753,Yoyo Doll,10000
|
||||
754,Raccoon Doll,10000
|
||||
756,Rough Oridecon,10000
|
||||
757,Rough Elunium,10000
|
||||
909,Jellopy,10000
|
||||
910,Garlet,10000
|
||||
911,Scell,10000
|
||||
912,Zargon,10000
|
||||
931,Orcish Voucher,10000
|
||||
934,Memento,10000
|
||||
968,Heroic Emblem,10000
|
||||
969,Gold,10000
|
||||
970,Alcohol,10000
|
||||
971,Detrimindexta,10000
|
||||
972,Karvodailnirol,10000
|
||||
973,Counteragent,10000
|
||||
974,Mixture,10000
|
||||
975,Scarlet Dyestuffs,10000
|
||||
976,Lemon Dyestuffs,10000
|
||||
978,Cobaltblue Dyestuff,10000
|
||||
979,Darkgreen Dyestuff,10000
|
||||
980,Orange Dyestuff,10000
|
||||
981,Violet Dyestuff,10000
|
||||
982,White Dyestuff,10000
|
||||
983,Black Dyestuff,10000
|
||||
984,Oridecon,10000
|
||||
985,Elunium,10000
|
||||
986,Anvil,10000
|
||||
987,Oridecon Anvil,10000
|
||||
988,Golden Anvil,10000
|
||||
989,Emperium Anvil,10000
|
||||
990,Red Blood,10000
|
||||
991,Crystal Blue,10000
|
||||
992,Wind of Verdure,10000
|
||||
993,Green Live,10000
|
||||
994,Flame Heart,10000
|
||||
995,Mystic Frozen,10000
|
||||
996,Rough Wind,10000
|
||||
997,Great Nature,10000
|
||||
998,Iron,10000
|
||||
999,Steel,10000
|
||||
1000,Star Crumb,10000
|
||||
1001,Star Dust,10000
|
||||
1002,Iron Ore,10000
|
||||
1003,Coal,10000
|
||||
1004,Chivalry Emblem,10000
|
||||
1005,Hammer of Blacksmith,10000
|
||||
1006,Old Magic Book,10000
|
||||
1007,Necklace of Wisdom,10000
|
||||
1008,Necklace of Oblivion,10000
|
||||
1009,Hand of God,10000
|
||||
1010,Phracon,10000
|
||||
1011,Emveretarcon,10000
|
||||
1065,Trap,10000
|
||||
501,Red Potion,10000
|
||||
502,Orange Potion,10000
|
||||
503,Yellow Potion,10000
|
||||
504,White Potion,10000
|
||||
505,Blue Potion,10000
|
||||
506,Green Potion,10000
|
||||
518,Honey,10000
|
||||
520,Hinalle Leaflet,10000
|
||||
521,Aloe Leaflet,20000
|
||||
525,Panacea,10000
|
||||
526,Royal Jelly,10000
|
||||
529,Candy,10000
|
||||
530,Candy Cane,10000
|
||||
603,Old Blue Box,400000
|
||||
604,Dead Branch,90000
|
||||
605,Anodyne,10000
|
||||
606,Aloevera,10000
|
||||
607,Yggdrasilberry,10000
|
||||
608,Yggdrasil Seed,10000
|
||||
610,Yggdrasil Leaf,10000
|
||||
612,Mini Furnace,50000
|
||||
613,Iron Hammer,10000
|
||||
614,Golden Hammer,10000
|
||||
615,Oridecon Hammer,10000
|
||||
1102,Sword,10000
|
||||
1105,Falchion,10000
|
||||
1108,Blade,10000
|
||||
1111,Rapier,10000
|
||||
1114,Scimiter,10000
|
||||
1120,Tsurugi,10000
|
||||
1125,Ring Pommel Saber,10000
|
||||
1127,Saber,10000
|
||||
1128,Haedonggum,10000
|
||||
1129,Flamberge,10000
|
||||
1202,Knife,10000
|
||||
1205,Cutter,10000
|
||||
1208,Main Gauche,10000
|
||||
1211,Dirk,10000
|
||||
1214,Dagger,10000
|
||||
1217,Stiletto,10000
|
||||
1220,Gladius,10000
|
||||
1226,Damascus,10000
|
||||
1302,Axe,10000
|
||||
1402,Javelin,10000
|
||||
1405,Spear,10000
|
||||
1408,Pike,10000
|
||||
1502,Club,10000
|
||||
1505,Mace,10000
|
||||
1508,Smasher,10000
|
||||
1511,Flail,10000
|
||||
1514,Morning Star,10000
|
||||
1517,Sword Mace,10000
|
||||
1520,Chain,10000
|
||||
1550,Book,10000
|
||||
1551,Bible,10000
|
||||
1602,Rod,10000
|
||||
1605,Wand,10000
|
||||
1608,Staff,10000
|
||||
1611,Arc Wand,10000
|
||||
1613,Mighty Staff,10000
|
@ -1,70 +0,0 @@
|
||||
//Rows: NOV,SWO,MAG,ARC,ACO,MER,THI,KNI,PRI,WIZ,BLA,HUN,ASS,KNIp,CRU,MON,SAG,ROG,ALC,BAR,DAN,CRUp,WED,SNV
|
||||
//weg,hpfac,hpmul,spfac,fist ,dagge,1hswr,2hswr,1hspr,2hspr,1haxe,2haxe,mace ,??? ,Rod ,Bow ,Knuck,Instu,whip ,Book ,Katar
|
||||
20000,0 ,500 ,100 ,500 ,650 ,700 ,2000 ,2000 ,2000 ,800 ,2000 ,700 ,700 ,650 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
28000,70 ,500 ,200 ,400 ,500 ,550 ,600 ,650 ,700 ,700 ,750 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
22000,30 ,500 ,600 ,500 ,600 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
26000,50 ,500 ,200 ,400 ,600 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,700 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
24000,40 ,500 ,500 ,400 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,600 ,600 ,600 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
28000,40 ,500 ,300 ,400 ,600 ,700 ,2000 ,2000 ,2000 ,700 ,750 ,700 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
24000,50 ,500 ,200 ,400 ,500 ,650 ,2000 ,2000 ,2000 ,800 ,2000 ,2000 ,2000 ,2000 ,800 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
28000,150 ,500 ,300 ,400 ,500 ,500 ,550 ,600 ,600 ,700 ,700 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
26000,75 ,500 ,800 ,400 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,600 ,600 ,600 ,2000 ,2000 ,2000 ,2000 ,600 ,2000
|
||||
24000,55 ,500 ,900 ,500 ,575 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,625 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
30000,90 ,500 ,400 ,400 ,600 ,650 ,2000 ,2000 ,2000 ,650 ,650 ,675 ,675 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
27000,85 ,500 ,400 ,400 ,600 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,600 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
24000,110 ,500 ,400 ,400 ,500 ,650 ,2000 ,2000 ,2000 ,800 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,500
|
||||
28000,150 ,500 ,300 ,400 ,500 ,500 ,550 ,600 ,600 ,700 ,700 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
28000,110 ,700 ,470 ,400 ,500 ,500 ,550 ,600 ,600 ,700 ,700 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
26000,90 ,650 ,470 ,400 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,575 ,575 ,575 ,2000 ,475 ,2000 ,2000 ,2000 ,2000
|
||||
24000,75 ,500 ,700 ,450 ,525 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,625 ,2000 ,2000 ,2000 ,2000 ,550 ,2000
|
||||
24000,85 ,500 ,500 ,400 ,500 ,550 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,650 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
30000,90 ,500 ,400 ,400 ,550 ,575 ,2000 ,2000 ,2000 ,675 ,700 ,650 ,650 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
27000,75 ,300 ,600 ,400 ,550 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,650 ,2000 ,575 ,2000 ,2000 ,2000
|
||||
27000,75 ,300 ,600 ,400 ,550 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,650 ,2000 ,2000 ,575 ,2000 ,2000
|
||||
28000,110 ,700 ,470 ,400 ,500 ,500 ,550 ,600 ,600 ,700 ,700 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
20000,0 ,500 ,100 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
20000,0 ,500 ,100 ,500 ,650 ,700 ,2000 ,2000 ,2000 ,800 ,2000 ,700 ,700 ,650 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
20000,0 ,500 ,100 ,500 ,650 ,700 ,2000 ,2000 ,2000 ,800 ,2000 ,700 ,700 ,650 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
28000,70 ,500 ,200 ,400 ,500 ,550 ,600 ,650 ,700 ,700 ,750 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
22000,30 ,500 ,600 ,500 ,600 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
26000,50 ,500 ,200 ,400 ,600 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,700 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
24000,40 ,500 ,500 ,400 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,600 ,600 ,600 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
28000,40 ,500 ,300 ,400 ,600 ,700 ,2000 ,2000 ,2000 ,700 ,750 ,700 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
24000,50 ,500 ,200 ,400 ,500 ,650 ,2000 ,2000 ,2000 ,800 ,2000 ,2000 ,2000 ,2000 ,800 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
28000,195 ,500 ,390 ,400 ,500 ,500 ,550 ,600 ,600 ,700 ,700 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
26000,97.5 ,500 ,1040 ,400 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,600 ,600 ,600 ,2000 ,2000 ,2000 ,2000 ,600 ,2000
|
||||
24000,71.5 ,500 ,1170 ,500 ,575 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,625 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
30000,117 ,500 ,520 ,400 ,600 ,650 ,2000 ,2000 ,2000 ,650 ,650 ,675 ,675 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
27000,110.5,500 ,520 ,400 ,600 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,600 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
24000,143 ,500 ,520 ,400 ,500 ,650 ,2000 ,2000 ,2000 ,800 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,500
|
||||
28000,195 ,500 ,390 ,400 ,500 ,500 ,550 ,600 ,600 ,700 ,700 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
28000,143 ,700 ,611 ,400 ,500 ,500 ,550 ,600 ,600 ,700 ,700 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
26000,117 ,650 ,611 ,400 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,575 ,575 ,575 ,2000 ,475 ,2000 ,2000 ,2000 ,2000
|
||||
24000,97.5 ,500 ,910 ,450 ,525 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,625 ,2000 ,2000 ,2000 ,2000 ,550 ,2000
|
||||
24000,110.5,500 ,650 ,400 ,500 ,550 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,650 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
30000,117 ,500 ,520 ,400 ,550 ,575 ,2000 ,2000 ,2000 ,675 ,700 ,650 ,650 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
27000,97.5 ,300 ,780 ,400 ,550 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,650 ,2000 ,575 ,2000 ,2000 ,2000
|
||||
27000,97.5 ,300 ,780 ,400 ,550 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,650 ,2000 ,2000 ,575 ,2000 ,2000
|
||||
28000,143 ,700 ,611 ,400 ,500 ,500 ,550 ,600 ,600 ,700 ,700 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
20000,0 ,500 ,100 ,500 ,650 ,700 ,2000 ,2000 ,2000 ,800 ,2000 ,700 ,700 ,650 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
28000,70 ,500 ,200 ,400 ,500 ,550 ,600 ,650 ,700 ,700 ,750 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
22000,30 ,500 ,600 ,500 ,600 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
26000,50 ,500 ,200 ,400 ,600 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,700 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
24000,40 ,500 ,500 ,400 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,600 ,600 ,600 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
28000,40 ,500 ,300 ,400 ,600 ,700 ,2000 ,2000 ,2000 ,700 ,750 ,700 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
24000,50 ,500 ,200 ,400 ,500 ,650 ,2000 ,2000 ,2000 ,800 ,2000 ,2000 ,2000 ,2000 ,800 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
28000,150 ,500 ,300 ,400 ,500 ,500 ,550 ,600 ,600 ,700 ,700 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
26000,75 ,500 ,800 ,400 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,600 ,600 ,600 ,2000 ,2000 ,2000 ,2000 ,600 ,2000
|
||||
24000,55 ,500 ,900 ,500 ,575 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,625 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
30000,90 ,500 ,400 ,400 ,600 ,650 ,2000 ,2000 ,2000 ,650 ,650 ,675 ,675 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
27000,85 ,500 ,400 ,400 ,600 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,600 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
24000,110 ,500 ,400 ,400 ,500 ,650 ,2000 ,2000 ,2000 ,800 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,500
|
||||
28000,150 ,500 ,300 ,400 ,500 ,500 ,550 ,600 ,600 ,700 ,700 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
28000,110 ,700 ,470 ,400 ,500 ,500 ,550 ,600 ,600 ,700 ,700 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
26000,90 ,650 ,470 ,400 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,575 ,575 ,575 ,2000 ,475 ,2000 ,2000 ,2000 ,2000
|
||||
24000,75 ,500 ,700 ,450 ,525 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,625 ,2000 ,2000 ,2000 ,2000 ,550 ,2000
|
||||
24000,85 ,500 ,500 ,400 ,500 ,550 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,650 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
30000,90 ,500 ,400 ,400 ,550 ,575 ,2000 ,2000 ,2000 ,675 ,700 ,650 ,650 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
||||
27000,75 ,300 ,600 ,400 ,550 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,650 ,2000 ,575 ,2000 ,2000 ,2000
|
||||
27000,75 ,300 ,600 ,400 ,550 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,650 ,2000 ,2000 ,575 ,2000 ,2000
|
||||
28000,110 ,700 ,470 ,400 ,500 ,500 ,550 ,600 ,600 ,700 ,700 ,650 ,700 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000 ,2000
|
@ -1,26 +0,0 @@
|
||||
// job_bonus 0-non 1-str 2-agi 3-vit 4-int 5-dex 6-luk
|
||||
//x NV,SW,MG,AC,AL,MC,TF,KN,PR,WZ,BS,HT,AS,KNp,CR,MO,SA,RG,AM,BA,DC,CRp
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
0,1,0,0,0,3,0,0,0,5,0,0,0,1,0,0,0,3,0,0,0,5,0,0,0,6,0,0,0,2,0,0,1,0,0,5,0,3,0,1,0,3,0,6,0,2,1,0,1,1
|
||||
0,4,0,0,0,5,0,0,0,5,0,0,0,4,0,0,0,2,0,0,0,4,0,0,0,2,0,0,0,6,0,0,4,0,0,5,0,4,0,2,0,6,0,4,0,4,2,0,6,4
|
||||
0,5,0,0,0,1,0,0,0,4,0,0,0,5,0,0,0,5,0,0,0,6,0,0,0,2,0,0,0,5,0,0,2,0,0,5,0,1,0,1,0,5,0,6,0,3,4,0,2,5
|
||||
0,6,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,2,0,0,0,1,0,0,0,3,0,0,4,0,0,5,0,6,0,2,0,1,0,3,0,4,5,0,1,6
|
||||
0,3,0,0,0,5,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,1,0,0,0,4,0,0,0,3,0,0,2,0,0,6,0,5,0,1,0,5,0,1,0,6,3,0,1,5
|
||||
0,2,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,1,0,0,2,0,0,2,0,1,0,6,0,5,0,3,0,6,1,0,5,2
|
||||
1,2,6,5,3,1,1,1,0,2,5,3,4,2,0,5,2,0,1,0,0,3,0,0,1,0,6,5,3,0,5,0,1,0,0,5,2,6,0,3,1,0,3,5,0,1,1,0,5,0,0,1,2,0,0,1,1,3,0,2,0,5,0,1,2,0,4,3,0,1
|
||||
4,0,2,3,1,0,4,2,0,0,4,1,5,0,0,5,0,0,2,4,1,3,4,4,0,5,0,5,2,3,1,0,0,4,0,0,5,1,0,6,0,2,5,0,1,5,4,0,6,3,3,0,0,0,2,5,4,3,0,1,4,5,0,0,2,4,3,2,0,4
|
||||
4,5,3,0,4,0,0,2,5,4,0,6,0,4,0,0,5,2,4,1,0,5,5,4,0,2,0,4,3,0,5,4,0,2,0,0,4,4,4,1,6,0,5,0,0,4,3,0,4,2,0,0,3,0,4,2,6,0,4,1,5,4,0,0,2,3,5,0,2,4
|
||||
5,1,1,4,0,5,2,6,3,0,0,5,3,0,4,6,1,0,2,2,0,4,5,0,0,1,0,6,3,0,2,0,1,4,0,2,0,5,6,0,5,0,0,6,6,0,5,3,0,4,0,1,0,0,0,5,5,2,0,3,4,5,0,2,3,6,6,0,0,5
|
||||
5,2,5,5,4,2,0,1,0,2,2,3,0,6,0,5,5,0,0,4,2,5,0,1,6,5,0,2,0,5,6,3,2,0,5,6,0,2,0,5,0,4,2,0,1,5,0,2,0,6,5,0,0,4,3,0,6,2,0,5,1,6,0,0,4,0,0,0,5,6
|
||||
2,1,6,2,2,0,1,6,3,5,0,1,0,0,2,6,0,6,0,2,1,0,5,2,2,6,0,0,1,0,2,2,2,6,0,0,5,1,5,0,0,2,5,0,0,2,3,6,0,1,2,0,5,1,0,2,5,0,0,0,5,2,0,5,6,1,0,0,3,5
|
||||
1,2,6,5,3,1,1,1,0,2,5,3,4,3,0,5,2,0,1,0,0,3,0,0,1,0,6,5,3,0,5,0,1,0,0,5,2,6,0,3,1,0,3,5,0,1,1,0,5,0,0,1,2,0,0,1,1,3,0,2,0,5,0,1,2,0,4,3,0,1
|
||||
3,1,2,0,0,5,4,2,3,1,0,5,0,4,3,2,5,1,0,0,3,0,5,2,0,1,0,0,4,3,0,0,1,0,0,5,2,0,6,1,0,3,4,0,5,0,0,1,3,0,0,2,3,4,1,0,5,0,6,2,4,0,3,1,4,0,6,5,4,2
|
||||
1,4,3,2,0,5,0,0,1,0,4,2,6,0,3,5,1,0,0,2,2,5,0,3,0,0,1,0,2,5,0,0,4,6,0,0,1,5,3,0,0,3,0,5,2,6,4,1,0,5,0,2,5,0,0,4,0,3,1,5,0,2,0,4,1,1,5,3,4,2
|
||||
4,4,2,0,1,0,3,5,0,0,4,2,0,4,0,5,0,1,0,5,6,4,2,3,0,5,1,0,5,4,0,2,0,5,0,1,5,4,3,0,4,0,2,0,1,5,0,0,4,2,0,5,0,2,5,1,4,0,0,2,0,5,3,4,0,6,0,4,2,4
|
||||
1,2,0,6,4,3,0,0,2,5,1,2,0,0,3,5,5,0,0,6,2,1,0,6,0,5,2,0,5,0,6,1,0,2,0,0,5,5,0,0,2,3,1,4,2,0,1,0,5,6,0,5,1,0,0,5,4,2,6,5,0,1,3,2,0,5,1,0,0,2
|
||||
5,0,6,0,2,1,4,6,3,5,0,0,4,0,5,0,0,2,0,6,0,4,5,0,6,0,2,0,0,4,1,0,3,6,5,0,0,2,0,0,5,5,5,0,6,4,5,0,5,0,6,6,1,2,0,5,5,0,4,6,3,0,5,6,0,1,2,4,6,5
|
||||
2,5,0,2,1,0,5,4,2,1,6,0,2,0,5,3,0,6,1,0,4,0,5,2,0,6,0,4,0,5,0,2,1,0,0,2,0,0,5,5,4,0,5,0,1,0,6,0,2,5,0,0,2,1,0,5,5,2,3,0,5,1,5,0,2,5,0,2,4,1
|
||||
5,1,0,2,0,1,0,4,5,0,2,2,2,5,5,0,3,5,0,1,0,5,5,0,2,4,6,5,0,0,2,0,5,0,1,0,0,2,4,0,5,0,5,0,5,0,2,0,5,1,0,2,4,3,0,0,2,5,0,4,2,2,6,0,5,1,2,0,5,2
|
||||
3,1,2,0,0,5,4,2,3,1,0,5,0,4,3,2,5,1,0,0,3,0,5,2,0,1,0,0,4,3,0,0,1,0,0,5,2,0,6,1,0,3,4,0,5,0,0,1,3,0,0,2,3,4,1,0,5,0,6,2,4,0,3,1,4,0,6,5,4,2
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
@ -1,71 +0,0 @@
|
||||
// job_bonus 0-non 1-str 2-agi 3-vit 4-int 5-dex 6-luk
|
||||
//x NV,SW,MG,AC,AL,MC,TF,KN,PR,WZ,BS,HT,AS,KNp,CR,MO,SA,RG,AM,BA,DC,CRp
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
0,1,0,0,0,3,0,0,0,5,0,0,0,1,0,0,0,3,0,0,0,5,0,0,0,6,0,0,0,2,0,0,1,0,0,5,0,3,0,1,0,3,0,6,0,2,1,0,1,1
|
||||
0,4,0,0,0,5,0,0,0,5,0,0,0,4,0,0,0,2,0,0,0,4,0,0,0,2,0,0,0,6,0,0,4,0,0,5,0,4,0,2,0,6,0,4,0,4,2,0,6,4
|
||||
0,5,0,0,0,1,0,0,0,4,0,0,0,5,0,0,0,5,0,0,0,6,0,0,0,2,0,0,0,5,0,0,2,0,0,5,0,1,0,1,0,5,0,6,0,3,4,0,2,5
|
||||
0,6,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,2,0,0,0,1,0,0,0,3,0,0,4,0,0,5,0,6,0,2,0,1,0,3,0,4,5,0,1,6
|
||||
0,3,0,0,0,5,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,1,0,0,0,4,0,0,0,3,0,0,2,0,0,6,0,5,0,1,0,5,0,1,0,6,3,0,1,5
|
||||
0,2,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,1,0,0,2,0,0,2,0,1,0,6,0,5,0,3,0,6,1,0,5,2
|
||||
3,0,3,1,6,0,0,3,0,1,5,3,2,0,1,0,3,3,5,6,1,0,3,0,0,0,1,6,3,0,5,0,1,0,0,3,6,2,0,5,0,0,3,0,0,1,1,5,5,0
|
||||
6,0,6,1,0,2,3,4,4,6,1,0,0,3,0,5,1,0,0,5,6,4,0,0,5,0,1,0,2,0,6,5,0,3,1,3,2,0,6,0,0,4,4,0,3,0,0,2,0,6
|
||||
4,5,0,4,5,2,0,0,4,2,0,1,5,0,6,0,0,4,0,0,0,4,0,2,0,5,0,0,4,0,4,5,4,2,0,6,0,3,5,4,2,0,2,0,4,2,2,4,0,4
|
||||
5,0,1,5,5,0,3,1,5,0,6,5,3,0,0,1,0,0,5,3,4,0,1,0,0,5,0,5,2,0,1,3,0,4,0,5,3,2,5,5,0,0,0,1,0,6,5,0,3,0
|
||||
5,0,4,5,6,1,0,5,0,1,1,2,0,5,6,0,3,0,2,2,5,0,3,0,0,0,5,0,6,0,2,0,5,4,0,0,0,5,2,0,4,6,5,1,0,4,2,0,5,0
|
||||
2,2,2,4,0,3,0,3,5,0,1,0,0,4,2,2,2,2,2,2,2,0,0,5,1,0,1,0,0,5,5,1,0,0,0,0,0,4,0,5,5,4,0,0,1,5,0,1,0,5
|
||||
3,0,3,1,6,0,0,3,0,1,5,3,2,0,1,0,3,3,5,6,1,0,3,0,0,0,1,6,3,0,5,0,1,0,0,3,6,2,0,5,0,0,3,0,0,1,1,5,5,0
|
||||
6,6,6,6,6,0,1,0,4,0,1,3,0,5,3,0,1,0,0,4,4,3,1,0,1,0,0,5,0,2,0,1,0,5,0,2,0,4,0,3,3,0,0,4,0,3,0,1,0,3
|
||||
1,1,0,5,0,2,3,0,0,2,0,1,1,6,0,4,0,2,0,3,0,5,2,0,3,1,1,0,0,5,0,6,3,0,2,0,0,4,0,6,3,0,5,2,0,3,0,0,1,1
|
||||
4,0,2,3,0,2,0,4,0,0,3,0,2,0,4,0,6,3,0,5,0,2,0,4,5,0,5,0,0,4,0,5,2,0,6,0,4,0,5,6,0,1,0,1,4,1,1,1,0,4
|
||||
2,3,5,0,1,3,2,0,3,0,5,0,0,3,3,2,0,5,0,5,0,0,2,0,1,0,1,0,2,1,0,0,5,5,0,1,0,4,2,0,0,1,4,0,2,0,4,0,4,5
|
||||
4,5,5,0,0,1,0,5,4,0,2,0,5,2,1,0,4,0,5,3,5,0,4,4,5,1,0,5,4,0,3,0,0,1,0,3,0,4,0,2,0,0,1,0,2,0,0,0,2,2
|
||||
5,2,1,0,4,6,5,0,6,2,2,0,4,0,5,0,3,0,5,6,4,0,0,2,0,0,0,1,0,2,0,5,3,0,2,0,0,5,0,4,6,0,3,0,0,5,4,2,0,5
|
||||
6,2,1,0,4,5,6,0,5,2,2,0,4,0,6,0,3,0,6,5,4,0,0,2,0,0,0,1,0,2,0,6,3,0,2,0,0,6,0,4,5,0,3,0,0,6,4,2,0,6
|
||||
6,6,6,6,6,0,1,0,4,0,1,3,0,5,3,0,1,0,0,4,4,3,1,0,1,0,0,5,0,2,0,1,0,5,0,2,0,4,0,3,3,0,0,4,0,3,0,1,0,3
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
0,6,5,0,2,3,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
0,1,0,0,0,3,0,0,0,5,0,0,0,1,0,0,0,3,0,0,0,5,0,0,0,6,0,0,0,2,0,0,1,0,0,5,0,3,0,1,0,3,0,6,0,2,1,0,1,1
|
||||
0,4,0,0,0,5,0,0,0,5,0,0,0,4,0,0,0,2,0,0,0,4,0,0,0,2,0,0,0,6,0,0,4,0,0,5,0,4,0,2,0,6,0,4,0,4,2,0,6,4
|
||||
0,5,0,0,0,1,0,0,0,4,0,0,0,5,0,0,0,5,0,0,0,6,0,0,0,2,0,0,0,5,0,0,2,0,0,5,0,1,0,1,0,5,0,6,0,3,4,0,2,5
|
||||
0,6,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,2,0,0,0,1,0,0,0,3,0,0,4,0,0,5,0,6,0,2,0,1,0,3,0,4,5,0,1,6
|
||||
0,3,0,0,0,5,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,1,0,0,0,4,0,0,0,3,0,0,2,0,0,6,0,5,0,1,0,5,0,1,0,6,3,0,1,5
|
||||
0,2,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,1,0,0,2,0,0,2,0,1,0,6,0,5,0,3,0,6,1,0,5,2
|
||||
1,2,6,5,3,1,1,1,0,2,5,3,4,2,0,5,2,0,1,0,0,3,0,0,1,0,6,5,3,0,5,0,1,0,0,5,2,6,0,3,1,0,3,5,0,1,1,0,5,0,0,1,2,0,0,1,1,3,0,2,0,5,0,1,2,0,4,3,0,1
|
||||
4,0,2,3,1,0,4,2,0,0,1,5,0,0,5,0,0,2,4,1,3,4,4,0,5,0,5,5,2,3,1,0,0,4,0,0,5,1,0,6,0,2,5,0,1,5,4,0,6,3,3,0,0,0,2,5,4,3,0,1,4,5,0,0,2,4,3,2,0,4
|
||||
4,5,3,0,4,0,0,2,5,4,0,6,0,4,0,0,5,2,4,1,0,5,5,4,0,2,0,4,3,0,5,4,0,2,0,0,4,4,4,1,6,0,5,0,0,4,3,0,4,2,0,0,3,0,4,2,6,0,4,1,5,4,0,0,2,3,5,0,2,4
|
||||
5,1,1,4,0,5,2,6,3,0,0,5,3,0,4,6,1,0,2,2,0,4,5,0,0,1,0,6,3,0,2,5,1,4,0,2,0,5,6,0,5,0,0,6,6,0,5,3,0,4,0,1,0,0,0,5,0,0,0,3,4,5,0,2,0,6,6,0,0,5
|
||||
5,2,5,5,4,2,0,1,0,2,2,3,0,6,0,5,5,0,0,4,2,5,0,1,6,5,0,2,0,5,6,3,2,0,5,6,0,2,0,5,0,4,2,0,1,5,0,2,0,5,4,0,0,4,3,0,6,2,0,5,1,6,0,0,4,0,0,0,5,6
|
||||
2,1,6,2,2,0,1,6,3,5,0,1,0,0,2,6,0,6,0,2,1,0,5,2,2,6,0,0,5,0,2,2,2,6,0,0,5,1,5,0,0,2,5,0,0,2,3,6,0,1,2,0,5,1,0,2,5,0,0,0,5,2,0,5,6,1,0,0,3,6
|
||||
1,2,6,5,3,1,1,1,0,2,5,3,4,2,0,5,2,0,1,0,0,3,0,0,1,0,6,5,3,0,5,0,1,0,0,5,2,6,0,3,1,0,3,5,0,1,1,0,5,0,0,1,2,0,0,1,1,3,0,2,0,5,0,1,2,0,4,3,0,1
|
||||
3,1,2,0,0,5,4,2,3,1,0,5,0,4,3,2,6,1,0,0,3,0,6,2,0,1,0,0,5,4,0,0,1,0,0,6,2,0,6,1,0,3,4,0,5,0,0,1,3,0,0,2,3,4,1,0,5,0,6,2,4,0,3,1,4,0,6,5,3,2
|
||||
1,4,3,2,0,5,0,0,1,0,4,2,6,0,3,5,1,0,0,2,2,5,0,3,0,0,1,0,2,5,0,0,4,6,0,0,1,5,3,0,0,3,0,4,2,6,4,1,0,5,0,2,5,0,0,4,0,3,1,5,0,2,0,4,1,1,5,3,4,2
|
||||
4,4,2,0,1,0,3,5,0,0,4,2,0,4,0,5,0,1,0,5,6,4,2,3,0,5,1,0,5,4,0,2,0,5,0,1,5,4,3,0,4,0,2,0,1,5,0,0,4,2,0,5,0,2,5,1,4,0,0,2,0,5,3,4,0,6,0,4,2,4
|
||||
1,2,0,6,4,3,0,0,2,5,1,2,0,0,3,5,5,0,0,6,2,1,0,6,0,5,2,0,5,0,6,1,0,2,0,0,5,5,0,0,2,3,1,4,2,0,1,0,5,6,0,5,1,0,0,5,4,2,6,5,0,1,3,2,0,5,1,0,0,2
|
||||
5,0,6,0,2,1,4,6,3,5,0,0,4,0,5,0,0,2,0,6,0,4,5,0,6,0,2,0,0,4,1,0,3,6,5,0,0,2,0,0,5,5,5,0,6,4,5,0,5,0,6,6,1,2,0,5,5,0,4,6,3,0,5,6,0,1,2,4,6,5
|
||||
2,5,0,2,1,0,5,4,2,1,6,0,2,0,5,3,0,6,1,0,4,0,5,2,0,6,0,4,0,5,0,2,1,0,0,2,0,0,5,5,4,0,5,0,1,0,6,0,2,5,0,0,2,1,0,5,5,2,3,0,5,1,5,0,2,4,0,2,4,1
|
||||
5,1,0,2,0,1,0,4,5,0,2,2,2,5,5,0,3,5,0,1,0,5,5,0,2,4,6,5,0,0,2,0,5,0,1,0,0,2,4,0,5,0,5,0,5,0,2,0,5,1,0,2,4,3,0,0,2,5,0,4,2,2,6,0,5,1,2,0,5,2
|
||||
3,1,2,0,0,5,4,2,3,1,0,5,0,4,3,2,6,1,0,0,3,0,6,2,0,1,0,0,5,4,0,0,1,0,0,6,2,0,6,1,0,3,4,0,5,0,0,1,3,0,0,2,3,4,1,0,5,0,6,2,4,0,3,1,4,0,6,5,3,2
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
0,1,0,0,0,3,0,0,0,5,0,0,0,1,0,0,0,3,0,0,0,5,0,0,0,6,0,0,0,2,0,0,1,0,0,5,0,3,0,1,0,3,0,6,0,2,1,0,1,1
|
||||
0,4,0,0,0,5,0,0,0,5,0,0,0,4,0,0,0,2,0,0,0,4,0,0,0,2,0,0,0,6,0,0,4,0,0,5,0,4,0,2,0,6,0,4,0,4,2,0,6,4
|
||||
0,5,0,0,0,1,0,0,0,4,0,0,0,5,0,0,0,5,0,0,0,6,0,0,0,2,0,0,0,5,0,0,2,0,0,5,0,1,0,1,0,5,0,6,0,3,4,0,2,5
|
||||
0,6,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,2,0,0,0,1,0,0,0,3,0,0,4,0,0,5,0,6,0,2,0,1,0,3,0,4,5,0,1,6
|
||||
0,3,0,0,0,5,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,1,0,0,0,4,0,0,0,3,0,0,2,0,0,6,0,5,0,1,0,5,0,1,0,6,3,0,1,5
|
||||
0,2,0,0,0,1,0,0,0,5,0,0,0,3,0,0,0,4,0,0,0,5,0,0,0,6,0,0,0,1,0,0,2,0,0,2,0,1,0,6,0,5,0,3,0,6,1,0,5,2
|
||||
3,0,3,1,6,0,0,3,0,1,5,3,2,0,1,0,3,3,5,6,1,0,3,0,0,0,1,6,3,0,5,0,1,0,0,3,6,2,0,5,0,0,3,0,0,1,1,5,5,0
|
||||
6,0,6,1,0,2,3,4,4,6,1,0,0,3,0,5,1,0,0,5,6,4,0,0,5,0,1,0,2,0,6,5,0,3,1,3,2,0,6,0,0,4,4,0,3,0,0,2,0,6
|
||||
4,5,0,4,5,2,0,0,4,2,0,1,5,0,6,0,0,4,0,0,0,4,0,2,0,5,0,0,4,0,4,5,4,2,0,6,0,3,5,4,2,0,2,0,4,2,2,4,0,4
|
||||
5,0,1,5,5,0,3,1,5,0,6,5,3,0,0,1,0,0,5,3,4,0,1,0,0,5,0,5,2,0,1,3,0,4,0,5,3,2,5,5,0,0,0,1,0,6,5,0,3,0
|
||||
5,0,4,5,6,1,0,5,0,1,1,2,0,5,6,0,3,0,2,2,5,0,3,0,0,0,5,0,6,0,2,0,5,4,0,0,0,5,2,0,4,6,5,1,0,4,2,0,5,0
|
||||
2,2,2,4,0,3,0,3,5,0,1,0,0,4,2,2,2,2,2,2,2,0,0,5,1,0,1,0,0,5,5,1,0,0,0,0,0,4,0,5,5,4,0,0,1,5,0,1,0,5
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
6,6,6,6,6,0,1,0,4,0,1,3,0,5,3,0,1,0,0,4,4,3,1,0,1,0,0,5,0,2,0,1,0,5,0,2,0,4,0,3,3,0,0,4,0,3,0,1,0,3
|
||||
1,1,0,5,0,2,3,0,0,2,0,1,1,6,0,4,0,2,0,3,0,5,2,0,3,1,1,0,0,5,0,6,3,0,2,0,0,4,0,6,3,0,5,2,0,3,0,0,1,1
|
||||
4,0,2,3,0,2,0,4,0,0,3,0,2,0,4,0,6,3,0,5,0,2,0,4,5,0,5,0,0,4,0,5,2,0,6,0,4,0,5,6,0,1,0,1,4,1,1,1,0,4
|
||||
2,3,5,0,1,3,2,0,3,0,5,0,0,3,3,2,0,5,0,5,0,0,2,0,1,0,1,0,2,1,0,0,5,5,0,1,0,4,2,0,0,1,4,0,2,0,4,0,4,5
|
||||
4,5,5,0,0,1,0,5,4,0,2,0,5,2,1,0,4,0,5,3,5,0,4,4,5,1,0,5,4,0,3,0,0,1,0,3,0,4,0,2,0,0,1,0,2,0,0,0,2,2
|
||||
5,2,1,0,4,6,5,0,6,2,2,0,4,0,5,0,3,0,5,6,4,0,0,2,0,0,0,1,0,2,0,5,3,0,2,0,0,5,0,4,6,0,3,0,0,5,4,2,0,5
|
||||
6,2,1,0,4,5,6,0,5,2,2,0,4,0,6,0,3,0,6,5,4,0,0,2,0,0,0,1,0,2,0,6,3,0,2,0,0,6,0,4,5,0,3,0,0,6,4,2,0,6
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
@ -1,47 +0,0 @@
|
||||
// for mobs
|
||||
// mob_id,sprite_id,equip #
|
||||
// Use another mob's sprite for a monster. 0 for sprite will disable mob.
|
||||
// 1001-2000 must be used for now as any other ID is invalid.
|
||||
// Mob must have an equipment it's pet counterpart can use or it will cause problems. If no equip use 0.
|
||||
// The following if a player sprite is used
|
||||
// MobID,SpriteID,Sex,Hair,Hair_Color,Weapon,Shield,Head_Top,Head_Middle,Head_Bottom,Option,Dye_Color
|
||||
|
||||
//1002,1039 //Poring,Baphomet (Make Porings look like Baphomet)
|
||||
|
||||
// eAthena Dev Team
|
||||
// Valaris
|
||||
1900,12,1,1,1,16,0,67,12,54,16,1
|
||||
// Valaris Worshiping
|
||||
1901,6,1,1,1,1,2,67,12,54,0,1
|
||||
// MC Cameri
|
||||
1902,14,1,6,6,16,14,0,0,0,32,3
|
||||
1920,1047,0
|
||||
1921,1093,0
|
||||
|
||||
// eAthena Custom Equipped Mobs
|
||||
1970,1002,10013
|
||||
1971,1011,10002
|
||||
1972,1014,10017
|
||||
1973,1019,10010
|
||||
1974,1023,10009
|
||||
1975,1026,10008
|
||||
1976,1029,10006
|
||||
1977,1031,10013
|
||||
1978,1035,10002
|
||||
1979,1042,10002
|
||||
1980,1049,10012
|
||||
1981,1052,10014
|
||||
1982,1056,10019
|
||||
1983,1057,10018
|
||||
1984,1058,10014
|
||||
1985,1063,10007
|
||||
1986,1077,10017
|
||||
1987,1101,10001
|
||||
1988,1107,10003
|
||||
1989,1109,10004
|
||||
1990,1110,10005
|
||||
1991,1113,10013
|
||||
1992,1155,10011
|
||||
1993,1167,10015
|
||||
1994,1170,10016
|
||||
1995,1188,10020
|
@ -1,25 +0,0 @@
|
||||
// mob_branch.txtのMVPBOSS版
|
||||
// MobID, MobName(Dummy), Rate
|
||||
// モンスターID、モンスターの名前(ダミー)、確率(*10000)をした物です。500000なら50%で1000000なら100%です。)
|
||||
// モンスターIDが0の場合確率をモンスターの選択に失敗した時に召還されるモンスターのIDとして認識します。(複数である場合最後の物だけ有効です。)
|
||||
// クライアント側で未実装のものを書くとクライアントが重力エラー
|
||||
// そしてその敵がキャラクターの付近にいる間ログインできないので注意。
|
||||
|
||||
0,Baphomet,1039
|
||||
1038,Osiris,1000000
|
||||
1039,Baphomet,1000000
|
||||
1046,Doppelganger,1000000
|
||||
1059,Mistress,1000000
|
||||
1086,Golden Thief Bug,1000000
|
||||
1087,Orc Hero,1000000
|
||||
1112,Drake,1000000
|
||||
1115,Eddga,1000000
|
||||
1147,Maya,1000000
|
||||
1150,Moonlight,1000000
|
||||
1157,Pharaoh,1000000
|
||||
1159,Phreeoni,1000000
|
||||
1190,Orc Lord,1000000
|
||||
1272,Dark Lord,1000000
|
||||
1312,Turtle General,1000000
|
||||
1373,Lord of Death,1000000
|
||||
1492,Incantation Samurai,1000000
|
@ -1,358 +0,0 @@
|
||||
// 古木の枝で召喚できるモンスターを設定
|
||||
// MobID, MobDBName, MobName(Dummy), Rate
|
||||
// モンスターID、モンスターの名前(ダミー)、確率(*10000)をした物です。500000なら50%で1000000なら100%です。)
|
||||
// モンスターIDが0の場合確率をモンスターの選択に失敗した時に召還されるモンスターのIDとして認識します。(複数である場合最後の物だけ有効です。)
|
||||
// クライアント側で未実装のものを書くとクライアントが重力エラー
|
||||
// そしてその敵がキャラクターの付近にいる間ログインできないので注意。
|
||||
|
||||
// Never add an MVP Monster in the DB (Only SAGE's Hocus Pocus on Alchemyst's Flora can make MVP)
|
||||
|
||||
0,SCORPION,Scorpion,1001
|
||||
1001,Scorpion,1000000
|
||||
1002,Poring,1000000
|
||||
1004,Hornet,1000000
|
||||
1005,Familiar,1000000
|
||||
1007,Fabre,1000000
|
||||
1008,Pupa,1000000
|
||||
1009,Condor,1000000
|
||||
1010,Willow,1000000
|
||||
1011,ChonChon,1000000
|
||||
1012,Roda Frog,1000000
|
||||
1013,Wolf,1000000
|
||||
1014,Spore,1000000
|
||||
1015,Zombie,1000000
|
||||
1016,Skeleton Archer,1000000
|
||||
1018,Creamy,1000000
|
||||
1019,PecoPeco,1000000
|
||||
1020,Mandragora,1000000
|
||||
//1022,Werewolf,1000000
|
||||
1023,Orc Warrior,1000000
|
||||
1024,Worm Tail,1000000
|
||||
1025,Boa,1000000
|
||||
1026,Munak,1000000
|
||||
1027,Raptice,1000000
|
||||
1028,Skeleton Soldier,1000000
|
||||
1029,Isis,1000000
|
||||
1030,Anacondaq,1000000
|
||||
1031,Poporing,1000000
|
||||
1032,Verit,1000000
|
||||
1033,Elder Willow,1000000
|
||||
1034,Thara Frog,1000000
|
||||
1035,Hunter Fly,1000000
|
||||
1036,Ghoul,1000000
|
||||
1037,Sidewinder,1000000
|
||||
//1038,Osiris,1000000
|
||||
//1039,Baphomet,1000000
|
||||
1040,Golem,1000000
|
||||
1041,Mummy,1000000
|
||||
1042,Steel ChonChon,1000000
|
||||
1044,Obeaune,1000000
|
||||
1045,Marc,1000000
|
||||
//1046,Doppelganger,1000000
|
||||
1047,PecoPeco Egg,1000000
|
||||
1048,Thief Bug Egg,1000000
|
||||
1049,Picky,1000000
|
||||
1050,Shell Picky,1000000
|
||||
1051,Thief Bug Larva,1000000
|
||||
1052,Rocker,1000000
|
||||
1053,Thief Bug Female,1000000
|
||||
1054,Thief Bug Male,1000000
|
||||
1055,Muka,1000000
|
||||
1056,Smokie,1000000
|
||||
1057,Yoyo,1000000
|
||||
1058,Metaller,1000000
|
||||
//1059,Mistress,1000000
|
||||
1060,Bigfoot,1000000
|
||||
1061,Nightmare,1000000
|
||||
1062,Santa Poring,1000000
|
||||
1063,Lunatic,1000000
|
||||
1064,Megalodon,1000000
|
||||
1065,Strouf,1000000
|
||||
1066,Vadon,1000000
|
||||
1067,Cornutus,1000000
|
||||
1068,Hydra,1000000
|
||||
1069,Swordfish,1000000
|
||||
1070,Kukre,1000000
|
||||
1071,Pirate Skeleton,1000000
|
||||
1076,Skeleton,1000000
|
||||
1077,Poison Spore,1000000
|
||||
1078,Red Plant,1000000
|
||||
1079,Blue Plant,1000000
|
||||
1080,Green Plant,1000000
|
||||
1081,Yellow Plant,1000000
|
||||
1083,Shining Plant,1000000
|
||||
1084,Black Mushroom,1000000
|
||||
1085,Red Mushroom,1000000
|
||||
//1086,Golden Thief Bug,1000000
|
||||
//1087,Orc Hero,1000000
|
||||
1088,Vocal,1000000
|
||||
1089,Toad,1000000
|
||||
1090,Mastering,1000000
|
||||
1091,Dragonfly,1000000
|
||||
1092,Vagabond Wolf,1000000
|
||||
1093,Eclipse,1000000
|
||||
1094,Ambernite,1000000
|
||||
1095,Andre,1000000
|
||||
1096,Angeling,1000000
|
||||
1097,Ant Egg,1000000
|
||||
1099,Argiope,1000000
|
||||
1100,Argos,1000000
|
||||
1101,Baphomet Jr.,1000000
|
||||
1102,Bathory,1000000
|
||||
1103,Caramel,1000000
|
||||
1104,Coco,1000000
|
||||
1105,Deniro,1000000
|
||||
1106,Desert Wolf,1000000
|
||||
1107,Desert Wolf Puppy,1000000
|
||||
1108,Deviace,1000000
|
||||
1109,Deviruchi,1000000
|
||||
1110,Dokebi,1000000
|
||||
1111,Drainliar,1000000
|
||||
//1112,Drake,1000000
|
||||
1113,Drops,1000000
|
||||
1114,Dustiness,1000000
|
||||
//1115,Eddga,1000000
|
||||
1116,Eggyra,1000000
|
||||
1117,Evil Druid,1000000
|
||||
1118,Flora,1000000
|
||||
1119,Frilldora,1000000
|
||||
1120,Ghostring,1000000
|
||||
1121,Giearth,1000000
|
||||
1122,Goblin,1000000
|
||||
1123,Goblin,1000000
|
||||
1124,Goblin,1000000
|
||||
1125,Goblin,1000000
|
||||
1126,Goblin,1000000
|
||||
1127,Hode,1000000
|
||||
1128,Horn,1000000
|
||||
1129,Horong,1000000
|
||||
1130,Jakk,1000000
|
||||
1131,Joker,1000000
|
||||
1132,Khalitzburg,1000000
|
||||
1133,Kobold,1000000
|
||||
1134,Kobold,1000000
|
||||
1135,Kobold,1000000
|
||||
1138,Magnolia,1000000
|
||||
1139,Mantis,1000000
|
||||
1140,Marduk,1000000
|
||||
1141,Marina,1000000
|
||||
1142,Marine Sphere,1000000
|
||||
1143,Marionette,1000000
|
||||
1144,Marse,1000000
|
||||
1145,Martin,1000000
|
||||
1146,Matyr,1000000
|
||||
//1147,Maya,1000000
|
||||
1148,Medusa,1000000
|
||||
1149,Minorous,1000000
|
||||
//1150,Moonlight Flower,1000000
|
||||
1151,Myst,1000000
|
||||
1152,Orc Skeleton,1000000
|
||||
1153,Orc Zombie,1000000
|
||||
1154,Pasana,1000000
|
||||
1155,Earth Petite,1000000
|
||||
1156,Sky Petite,1000000
|
||||
//1157,Pharaoh,1000000
|
||||
1158,Phen,1000000
|
||||
//1159,Phreeoni,1000000
|
||||
1160,Piere,1000000
|
||||
1161,Plankton,1000000
|
||||
1162,Rafflesia,1000000
|
||||
1163,Raydric,1000000
|
||||
1164,Requiem,1000000
|
||||
1165,Sandman,1000000
|
||||
1166,Savage,1000000
|
||||
1167,Savage Babe,1000000
|
||||
1169,Skeleton Worker,1000000
|
||||
1170,Sohee,1000000
|
||||
1174,Stainer,1000000
|
||||
1175,Tarou,1000000
|
||||
1176,Vitata,1000000
|
||||
1177,Zenorc,1000000
|
||||
1178,Zerom,1000000
|
||||
1179,Whisper,1000000
|
||||
1180,Nine-Tail,1000000
|
||||
1182,Thief Mushroom,1000000
|
||||
1183,Angry ChonChon,1000000
|
||||
1184,Angry Fabre,1000000
|
||||
1185,Whisper,1000000
|
||||
1186,Giant Whisper,1000000
|
||||
1188,Bon Gun,1000000
|
||||
1189,Orc Archer,1000000
|
||||
//1190,Orc Lord,1000000
|
||||
1191,Mimic,1000000
|
||||
1192,Wraith,1000000
|
||||
1193,Alarm,1000000
|
||||
1194,Arclouse,1000000
|
||||
1195,Rideword,1000000
|
||||
1196,Skeleton Prisoner,1000000
|
||||
1197,Zombie Prisoner,1000000
|
||||
1199,Punk,1000000
|
||||
1200,Zherlthsh,1000000
|
||||
1201,Rybio,1000000
|
||||
1202,Phendark,1000000
|
||||
1204,Tyrfing,1000000
|
||||
1205,Executioner,1000000
|
||||
1206,Anolian,1000000
|
||||
1207,Sting,1000000
|
||||
1208,Wanderer,1000000
|
||||
1209,Cramp,1000000
|
||||
1211,Brilight,1000000
|
||||
1212,Iron Fist,1000000
|
||||
1213,High Orc,1000000
|
||||
1214,Choco,1000000
|
||||
1215,Stem Worm,1000000
|
||||
1216,Penomena,1000000
|
||||
1219,Knight of Abyss,1000000
|
||||
1242,Marin,1000000
|
||||
1243,Sasquatch,1000000
|
||||
1245,Christmas Goblin,1000000
|
||||
1246,Christmas Cookie,1000000
|
||||
1247,Antonio,1000000
|
||||
1248,Cruiser,1000000
|
||||
1249,Myst Case,1000000
|
||||
1250,Chepet,1000000
|
||||
//1251,Stormy Knight,1000000
|
||||
//1252,Garm,1000000
|
||||
1253,Gargoyle,1000000
|
||||
1254,Raggler,1000000
|
||||
1255,Neraid,1000000
|
||||
1256,Pest,1000000
|
||||
1257,Injustice,1000000
|
||||
1258,Goblin Archer,1000000
|
||||
1259,Gryphon,1000000
|
||||
1260,Dark Frame,1000000
|
||||
1261,Wild Rose,1000000
|
||||
1262,Mutant Dragonoid,1000000
|
||||
1263,Wind Ghost,1000000
|
||||
1264,Merman,1000000
|
||||
1265,Cookie,1000000
|
||||
1266,Aster,1000000
|
||||
1267,Carat,1000000
|
||||
1268,Blood Knight,1000000
|
||||
1269,Clock,1000000
|
||||
1270,Tower Keeper,1000000
|
||||
1271,Alligator,1000000
|
||||
//1272,Dark Lord,1000000
|
||||
1273,Orc Lady,1000000
|
||||
1274,Megalith,1000000
|
||||
1275,Alice,1000000
|
||||
1276,Raydric Archer,1000000
|
||||
1277,Greatest General,1000000
|
||||
1278,Stalactite Golem,1000000
|
||||
1280,Steam Goblin,1000000
|
||||
1281,Sageworm,1000000
|
||||
1282,Kobold Archer,1000000
|
||||
1283,Chimera,1000000
|
||||
1289,Maya Purple,1000000
|
||||
1290,Skeleton General,1000000
|
||||
1291,Wraith Dead,1000000
|
||||
1292,Mini Demon,1000000
|
||||
1293,Creamy Fear,1000000
|
||||
1294,Killer Mantis,1000000
|
||||
1295,Owl Baron,1000000
|
||||
1296,Kobold Leader,1000000
|
||||
1297,Ancient Mummy,1000000
|
||||
1298,Zombie Master,1000000
|
||||
1299,Goblin Leader,1000000
|
||||
1300,Caterpillar,1000000
|
||||
1301,Am Mut,1000000
|
||||
1302,Dark Illusion,1000000
|
||||
1303,Giant Hornet,1000000
|
||||
1304,Giant Spider,1000000
|
||||
1305,Ancient Worm,1000000
|
||||
1306,Leib Olmai,1000000
|
||||
1307,Cat'o'Nine Tails,1000000
|
||||
1308,Panzer Goblin,1000000
|
||||
1309,Gajomart,1000000
|
||||
1310,Majoruros,1000000
|
||||
1311,Gullinbursti,1000000
|
||||
//1312,Turtle General,1000000
|
||||
1313,Mobster,1000000
|
||||
1314,Perimeter,1000000
|
||||
1315,Assaulter,1000000
|
||||
1316,Solider,1000000
|
||||
1317,Seal,1000000
|
||||
1318,Heater,1000000
|
||||
1319,Freezer,1000000
|
||||
1320,Owl Duke,1000000
|
||||
1321,Dragon Tail,1000000
|
||||
1322,Spring Rabbit,1000000
|
||||
1323,Sea Otter,1000000
|
||||
1364,Assaulter,1000000
|
||||
1365,Apocalypse,1000000
|
||||
1366,Lava Golem,1000000
|
||||
1367,Blazer,1000000
|
||||
1368,Geographer,1000000
|
||||
1369,Grand Peco,1000000
|
||||
1370,Succubus,1000000
|
||||
1371,Fake Angel,1000000
|
||||
1372,Goat,1000000
|
||||
//1373,Lord of Death,1000000
|
||||
1374,Incubus,1000000
|
||||
1375,The Paper,1000000
|
||||
1376,Harpy,1000000
|
||||
1377,Elder,1000000
|
||||
1378,Demon Pungus,1000000
|
||||
1379,Nightmare Terror,1000000
|
||||
1380,Driller,1000000
|
||||
1381,Grizzly,1000000
|
||||
1382,Diabolic,1000000
|
||||
1383,Explosion,1000000
|
||||
1384,Sky Deleter,1000000
|
||||
1385,Earth Deleter,1000000
|
||||
1386,Sleeper,1000000
|
||||
1387,Gig,1000000
|
||||
1388,Archangeling,1000000
|
||||
//1389,Dracula,1000000
|
||||
1390,Violy,1000000
|
||||
1391,Galapago,1000000
|
||||
1392,Rotar Zairo,1000000
|
||||
1400,Karakasa,1000000
|
||||
1401,Shinobi,1000000
|
||||
1402,Poison Toad,1000000
|
||||
1403,Antique Firelock,1000000
|
||||
1404,Miyabi Doll,1000000
|
||||
1405,Tengu,1000000
|
||||
1406,Kapha,1000000
|
||||
1408,Bloody Butterfly,1000000
|
||||
1409,Dumpling Child,1000000
|
||||
1410,Enchanted Peach Tree,1000000
|
||||
1412,Taoist Hermit,1000000
|
||||
1413,Hermit Plant,1000000
|
||||
1415,Baby Leopard,1000000
|
||||
1416,Evil Nymph,1000000
|
||||
1417,Zipper Bear,1000000
|
||||
//1418,Evil Snake Lord,1000000
|
||||
//1492,Incantation Samurai,1000000
|
||||
1493,Dryad,1000000
|
||||
1494,Beetle King,1000000
|
||||
1495,Stone Shooter,1000000
|
||||
1497,Wooden Golem,1000000
|
||||
1498,Wootan Shooter,1000000
|
||||
1499,Wootan Fighter,1000000
|
||||
1500,Parasite,1000000
|
||||
1502,Fire Poring,1000000
|
||||
1503,Gibbet,1000000
|
||||
1504,Dullahan,1000000
|
||||
1505,Loli Ruri,1000000
|
||||
1506,Disguise,1000000
|
||||
1507,Bloody Murderer,1000000
|
||||
1508,Quve,1000000
|
||||
1509,Lude,1000000
|
||||
1510,Hylozoist,1000000
|
||||
//1511,Amon Ra,1000000
|
||||
1512,Hyegun,1000000
|
||||
1513,Civil Servant,1000000
|
||||
1514,Dancing Dragon,1000000
|
||||
1515,Hatii Baby,1000000
|
||||
1516,Increase Soil,1000000
|
||||
1517,Li Me Mang Ryang,1000000
|
||||
//1518,Bacsojin,1000000
|
||||
1519,Chung E,1000000
|
||||
1520,Boiled Rice,1000000
|
||||
1582,Deviling,1000000
|
||||
1583,Tao Gunka,1000000
|
||||
1584,Tamruan,1000000
|
||||
1585,Mime Monkey,1000000
|
||||
1586,Leaf Cat,1000000
|
||||
1587,Kraben,1000000
|
535
db/mob_db.txt
535
db/mob_db.txt
@ -1,535 +0,0 @@
|
||||
//ID,Name,JName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,ADelay,aMotion,dMotion,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper,MEXP,ExpPer,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per
|
||||
//
|
||||
1001,SCORPION,Scorpion,24,1109,0,287,176,1,80,135,30,0,1,24,24,5,52,5,10,12,0,4,23,149,200,1564,864,576,990,70,904,5500,757,57,943,210,7041,100,508,200,625,20,0,0,0,0,4068,1,0,0,0,0,0,0,0,0
|
||||
1002,PORING,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1003,TESTEGG,Test Egg,2,10,0,10000,10000,0,3,9,99,0,1,99,1,1,1,1,10,12,0,4,22,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1004,HORNET,Hornet,8,169,0,19,15,1,22,27,5,5,1,20,8,10,17,5,10,12,0,4,24,137,150,1292,792,216,992,50,939,5500,909,3500,1208,15,511,350,518,100,0,0,0,0,0,0,4019,10,0,0,0,0,0,0,0,0
|
||||
1005,FARMILIAR,Familiar,8,155,0,28,15,1,20,28,0,0,1,12,8,5,28,1,10,12,0,2,27,133,150,1276,576,384,913,5500,1105,20,2209,15,601,50,514,100,507,700,645,50,0,0,0,0,4020,1,0,0,0,0,0,0,0,0
|
||||
1006,THIEF_BUG_LARVA,Thief Bug Larva,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1007,FABRE,Fabre,2,63,0,3,2,1,7,10,0,0,1,2,4,1,7,5,10,12,0,4,22,129,400,1672,672,480,914,6500,949,500,1502,80,721,5,511,700,705,1000,1501,200,0,0,0,0,4002,15,0,0,0,0,0,0,0,0
|
||||
1008,PUPA,Pupa,2,427,0,2,4,0,1,2,0,20,1,1,1,1,1,20,10,12,0,4,22,128,1000,1001,1,1,1010,80,915,5500,938,600,2102,2,935,1000,938,600,1002,200,0,0,0,0,4003,7,0,0,0,0,0,0,0,0
|
||||
1009,CONDOR,Condor,5,92,0,6,5,1,11,14,0,0,1,13,5,1,13,10,10,12,1,2,24,137,150,1148,648,480,917,6500,1702,150,715,80,1750,5500,517,400,916,2000,0,0,0,0,0,0,4015,2,0,0,0,0,0,0,0,0
|
||||
1010,WILLOW,Willow,4,95,0,5,4,1,9,12,5,15,1,4,8,30,9,10,10,12,1,3,22,129,200,1672,672,432,902,6500,1019,100,907,600,516,700,1068,3500,0,0,1066,2000,0,0,0,0,4010,7,0,0,0,0,0,0,0,0
|
||||
1011,CHONCHON,ChonChon,4,67,0,5,4,1,10,13,10,0,1,10,4,5,12,2,10,12,0,4,24,129,200,1076,576,480,998,50,935,6500,909,1500,1205,55,601,100,742,5,1002,150,0,0,0,0,4009,5,0,0,0,0,0,0,0,0
|
||||
1012,RODA_FROG,Roda Frog,5,133,0,6,5,1,11,14,0,5,1,5,5,5,10,5,10,12,1,5,21,129,200,2016,816,288,918,5500,908,500,511,300,721,7,713,2000,0,0,0,0,0,0,0,0,4014,5,0,0,0,0,0,0,0,0
|
||||
1013,WOLF,Wolf,12,405,0,45,32,1,37,46,0,0,1,12,24,15,30,20,10,12,1,2,22,137,200,1054,54,432,1011,20,920,5500,2308,10,517,650,528,1050,919,5500,0,0,0,0,0,0,4029,5,0,0,0,0,0,0,0,0
|
||||
1014,SPORE,Spore,9,327,0,22,17,1,24,29,0,5,1,9,9,1,14,5,10,12,1,3,21,129,200,1872,672,288,921,5000,507,800,510,50,743,5,2220,40,921,5,0,0,0,0,0,0,4022,5,0,0,0,0,0,0,0,0
|
||||
1015,ZOMBIE,Zombie,15,534,0,50,33,1,67,79,0,10,1,8,7,1,15,1,10,12,1,1,29,133,400,2612,912,288,957,5500,724,5,938,1000,958,50,727,55,0,0,0,0,0,0,0,0,4038,1,0,0,0,0,0,0,0,0
|
||||
1016,ARCHER_SKELETON,Skeleton Archer,31,3040,0,483,283,9,128,153,0,0,1,8,14,5,90,5,10,12,1,1,29,133,300,2864,864,576,932,4500,756,70,2285,4,1708,35,1752,1000,501,800,1701,150,0,0,0,0,4094,1,0,0,0,0,0,0,0,0
|
||||
1017,THIEF_BUG_FEMALE,Thief Bug Female,10,170,0,35,18,1,33,40,5,5,1,15,10,5,23,5,10,12,1,4,27,139,200,988,288,768,955,3500,910,250,1108,15,928,200,507,400,716,50,1002,400,0,0,0,0,4026,7,0,0,0,0,0,0,0,0
|
||||
1018,CREAMY,Creamy,16,595,0,105,70,1,53,64,0,30,1,40,16,15,16,55,10,12,0,4,24,129,150,1136,720,840,924,5500,2322,10,518,150,602,100,2207,2,712,500,0,0,0,0,0,0,4040,3,0,0,0,0,0,0,0,0
|
||||
1019,PECOPECO,PecoPeco,13,531,0,85,36,1,35,46,0,0,1,13,13,25,27,9,10,12,2,2,23,153,200,1564,864,576,925,5500,2402,20,508,50,507,900,1604,100,0,0,0,0,0,0,0,0,4031,3,0,0,0,0,0,0,0,0
|
||||
1020,MANDRAGORA,Mandragora,12,405,0,45,32,4,26,35,0,25,1,12,24,1,36,15,10,12,1,3,62,132,1000,1768,768,576,993,50,905,5500,1405,30,511,350,711,300,706,1,0,0,0,0,0,0,4030,1,0,0,0,0,0,0,0,0
|
||||
1021,THIEF_BUG_MALE,Thief Bug Male,19,583,0,223,93,1,76,88,15,5,1,29,16,5,36,1,10,12,1,4,27,141,300,988,288,768,1011,40,928,5500,955,1500,1152,10,508,90,729,5,1116,50,0,0,0,0,4050,1,0,0,0,0,0,0,0,0
|
||||
1022,WEREWOLF,Werewolf,80,28600,0,11813,7289,2,2560,3280,65,35,1,97,60,1,135,52,10,10,2,0,40,181,200,1500,768,652,999,500,1034,4000,984,500,985,500,7017,800,714,380,1912,300,0,0,0,0,4091,50,0,0,0,0,0,0,0,0
|
||||
1023,ORC_WARRIOR,Orc Warrior,24,1400,0,261,160,1,104,126,10,5,1,24,48,25,34,10,10,12,1,7,22,133,200,1864,864,288,998,210,931,5500,756,40,2267,3,1352,10,1304,5,1301,100,0,0,0,0,4066,1,0,0,0,0,0,0,0,0
|
||||
1024,WORM_TAIL,Worm Tail,14,426,0,59,40,2,42,51,5,10,1,14,28,5,46,5,10,12,1,3,22,145,200,1048,48,192,993,60,1011,25,906,5500,1408,30,508,70,721,5,10015,10,0,0,0,0,4034,5,0,0,0,0,0,0,0,0
|
||||
1025,BOA,Boa,15,471,0,72,48,1,46,55,0,0,1,15,15,10,35,5,10,12,1,2,22,129,200,1576,576,576,926,5500,1117,15,507,900,1011,35,937,800,954,1,0,0,0,0,0,0,4037,1,0,0,0,0,0,0,0,0
|
||||
1026,MUNAK,Munak,30,2872,0,361,218,1,180,230,0,0,1,15,20,5,46,15,10,12,1,1,29,133,200,2468,768,288,901,5500,2264,1,2404,15,609,20,2337,1,2305,100,1558,5,0,0,0,0,4090,3,0,0,0,0,0,0,0,0
|
||||
1027,RAPTICE,Raptice,17,600,0,100,55,1,0,0,5,10,5,20,20,0,28,10,10,12,1,2,22,129,200,2000,1000,500,909,7000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1028,SOLDIER_SKELETON,Skeleton Soldier,29,2334,0,372,226,1,221,245,10,15,1,15,22,5,40,15,10,12,1,1,29,133,200,2276,576,432,932,5500,756,60,1214,12,501,700,934,10,1201,150,1216,50,0,0,0,0,4086,1,0,0,0,0,0,0,0,0
|
||||
1029,ISIS,Isis,43,4828,0,2396,993,1,423,507,10,35,1,65,43,30,72,15,10,12,2,6,27,149,200,1384,768,336,936,5500,2233,5,2603,1,733,150,732,20,954,1000,731,5,0,0,0,0,4116,1,0,0,0,0,0,0,0,0
|
||||
1030,ANACONDAQ,Anacondaq,23,1109,0,300,149,1,124,157,0,0,1,23,28,10,36,5,10,12,1,2,25,145,200,1576,576,576,1011,50,937,5500,1455,10,926,1500,936,200,508,150,756,38,0,0,0,0,4062,1,0,0,0,0,0,0,0,0
|
||||
1031,POPORING,Poporing,14,344,0,81,44,1,59,72,0,10,1,14,14,1,19,15,10,12,1,3,25,131,300,1672,672,480,938,5500,910,1500,511,500,514,200,729,5,0,0,0,0,0,0,0,0,4033,5,0,0,0,0,0,0,0,0
|
||||
1032,VERIT,Verit,38,5272,0,835,517,1,389,469,0,5,1,19,38,1,38,20,10,12,1,1,29,131,250,2468,768,480,929,5500,912,700,930,1100,509,550,512,0,2612,200,639,20,0,0,0,0,4107,1,0,0,0,0,0,0,0,0
|
||||
1033,ELDER_WILLOW,Elder Willow,20,693,0,163,101,1,58,70,10,30,1,20,25,35,38,30,10,12,1,3,43,133,200,1452,672,432,990,50,907,5500,1019,3500,757,37,2329,30,516,1000,0,0,0,0,0,0,4052,1,0,0,0,0,0,0,0,0
|
||||
1034,THARA_FROG,Thara Frog,22,2152,0,219,138,1,105,127,0,10,1,22,22,5,34,10,10,12,1,5,41,129,200,2016,816,288,1011,45,908,5500,911,600,509,30,725,5,918,2000,0,0,0,0,0,0,4058,1,0,0,0,0,0,0,0,0
|
||||
1035,HUNTER_FLY,Hunter Fly,42,5242,0,1517,952,1,246,333,25,15,1,105,32,15,72,30,10,12,0,4,44,133,150,676,576,480,996,30,999,100,943,5500,912,1300,756,129,2259,1,1226,2,0,0,0,0,4115,1,0,0,0,0,0,0,0,0
|
||||
1036,GHOUL,Ghoul,39,5118,0,882,541,1,420,500,5,20,1,20,29,1,33,20,10,12,1,11,49,133,250,2456,912,504,958,5500,756,110,509,670,506,800,2609,60,934,150,1260,1,0,0,0,0,4110,2,0,0,0,0,0,0,0,0
|
||||
1037,SIDEWINDER,Sidewinder,43,4929,0,1996,993,1,240,320,5,10,1,43,40,15,115,20,10,12,1,2,25,149,200,1576,576,576,954,5500,912,1400,756,134,1120,2,937,2500,926,5000,509,1000,0,0,0,0,4117,1,0,0,0,0,0,0,0,0
|
||||
1038,OSIRIS,Osiris,78,415400,0,71500,28600,1,780,2880,10,25,1,75,62,37,86,40,10,10,1,1,89,181,100,1072,672,384,617,2000,1232,150,2235,200,1255,600,1009,1000,985,3500,984,3900,0,0,0,0,4144,1,7710,5000,603,4000,608,3000,751,500
|
||||
1039,BAPHOMET,Baphomet,81,668000,0,107250,37895,2,3220,4040,35,45,1,152,96,85,120,95,10,10,2,6,67,181,100,1068,768,576,1466,200,2256,200,2607,800,714,500,617,3000,984,4300,985,5600,0,0,0,0,4147,1,13000,5000,608,1000,750,400,923,3800
|
||||
1040,GOLEM,Golem,25,3900,0,465,94,1,175,187,40,0,1,15,25,0,15,0,10,12,2,0,60,145,300,1608,816,396,999,150,953,5500,912,220,757,61,1003,120,715,200,998,350,0,0,0,0,4072,3,0,0,0,0,0,0,0,0
|
||||
1041,MUMMY,Mummy,37,5176,0,488,314,1,305,360,0,10,1,19,32,0,63,20,10,12,1,1,49,133,300,1772,72,384,930,5500,756,100,934,550,2604,1,2611,10,525,250,502,450,0,0,0,0,4106,1,0,0,0,0,0,0,0,0
|
||||
1042,STEEL_CHONCHON,Steel ChonChon,17,530,0,109,71,1,54,65,15,0,1,43,17,5,33,10,10,12,0,4,24,139,150,1076,576,480,992,70,999,30,910,2400,935,3500,943,30,998,200,1002,500,0,0,0,0,4042,1,0,0,0,0,0,0,0,0
|
||||
1043,SEAHORES,Seahorse,18,1452,0,122,78,3,100,150,15,7,1,1,1,1,1,1,10,10,0,5,22,129,200,1500,800,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1044,OBEAUNE,Obeaune,31,3952,0,644,407,1,141,165,0,40,1,31,31,55,74,85,10,12,1,5,41,149,200,1872,672,288,995,13,950,5500,5014,1,2326,10,720,10,951,500,748,25,0,0,0,0,4093,2,0,0,0,0,0,0,0,0
|
||||
1045,MARC,Marc,36,6900,0,988,625,1,220,280,5,10,1,36,36,20,56,30,10,12,1,5,41,133,150,1272,72,480,995,18,956,5500,756,95,951,1000,720,10,717,200,509,600,0,0,0,0,4105,1,0,0,0,0,0,0,0,0
|
||||
1046,DOPPELGANGER,Doppelganger,72,249000,0,51480,10725,1,1340,1590,60,35,1,90,90,35,125,65,10,10,1,6,67,181,100,480,480,288,2258,350,2317,250,1162,220,1168,150,1411,550,985,3800,984,2700,0,0,0,0,4142,1,5340,5000,724,1500,505,6000,724,1500
|
||||
1047,PECOPECO_EGG,PecoPeco Egg,3,420,0,4,4,0,1,2,20,20,1,1,1,0,1,20,10,12,0,0,60,128,1000,1001,1,1,1010,250,935,1500,2102,2,501,400,501,400,713,1800,736,10,0,0,0,0,4007,2,0,0,0,0,0,0,0,0
|
||||
1048,THIEF_BUG_EGG,Thief Bug Egg,4,48,0,8,4,0,13,17,20,0,1,6,4,0,14,20,10,12,0,4,27,128,1000,701,1,1,1010,300,915,5000,2102,2,938,600,716,100,737,10,1002,350,0,0,0,0,4012,7,0,0,0,0,0,0,0,0
|
||||
1049,PICKY,Picky,3,80,0,4,3,1,9,12,0,0,1,3,3,5,10,30,10,12,0,2,23,129,200,988,288,168,916,6500,949,700,2302,150,507,550,519,300,715,50,0,0,0,0,0,0,4008,10,0,0,0,0,0,0,0,0
|
||||
1050,SHELL_PICKY,Shell Picky,4,83,0,5,4,1,8,11,20,0,1,3,3,10,11,20,10,12,0,2,23,129,200,988,288,168,916,6500,949,700,5015,10,507,600,519,300,715,50,10012,10,0,0,0,0,4011,10,0,0,0,0,0,0,0,0
|
||||
1051,THIEF_BUG,Thief Bug Larva,6,126,0,17,5,1,18,24,5,0,1,6,6,0,11,0,10,12,0,0,60,139,150,1288,288,768,955,2500,2304,80,507,350,909,2000,2303,120,1002,350,0,0,0,0,0,0,4016,10,0,0,0,0,0,0,0,0
|
||||
1052,ROCKER,Rocker,9,198,0,20,16,1,24,29,5,10,1,9,18,10,14,15,10,12,1,4,22,129,200,1864,864,540,940,5000,909,5500,2298,4,1402,80,520,10,752,5,703,3,0,0,0,0,4021,10,0,0,0,0,0,0,0,0
|
||||
1053,THIEF_BUG_,Thief Bug Female,10,170,0,35,18,1,33,40,5,5,1,15,10,5,23,5,10,12,1,4,27,139,200,988,288,768,955,3500,910,250,1108,15,928,200,507,400,716,50,1002,400,0,0,0,0,4026,7,0,0,0,0,0,0,0,0
|
||||
1054,THIEF_BUG__,Thief Bug Male,19,583,0,223,93,1,76,88,15,5,1,29,16,5,36,1,10,12,1,4,27,141,300,988,288,768,1011,40,928,5500,955,1500,1152,10,508,90,729,5,1116,50,0,0,0,0,4050,1,0,0,0,0,0,0,0,0
|
||||
1055,MUKA,Muka,15,570,0,72,48,1,40,49,5,5,1,15,30,5,20,10,10,12,2,3,22,129,300,1960,960,384,993,70,952,5500,713,2000,511,400,507,1000,1451,50,1002,350,0,0,0,0,4036,2,0,0,0,0,0,0,0,0
|
||||
1056,SMOKIE,Smokie,18,641,0,134,86,1,61,72,0,10,1,18,36,25,26,35,10,12,0,2,22,145,200,1576,576,420,945,5500,919,5500,516,800,2213,2,754,2,912,6,729,3,0,0,0,0,4044,1,0,0,0,0,0,0,0,0
|
||||
1057,YOYO,Yoyo,19,879,0,148,93,1,71,82,0,0,1,24,30,35,32,55,10,12,0,2,22,139,200,1054,54,384,942,5500,513,1500,508,100,919,5000,753,5,756,24,0,0,0,0,0,0,4051,1,0,0,0,0,0,0,0,0
|
||||
1058,METALLER,Metaller,22,926,0,241,152,1,131,159,15,30,1,22,22,20,49,50,10,12,1,4,23,139,200,1708,1008,540,990,60,940,6500,911,400,757,49,707,20,935,3000,0,0,0,0,0,0,4057,1,0,0,0,0,0,0,0,0
|
||||
1059,MISTRESS,Mistress,74,212000,0,39325,27170,1,880,1110,40,60,1,165,60,95,70,130,10,12,0,4,84,181,100,1148,648,300,1413,150,518,10000,2249,250,616,1000,7018,10,985,4400,984,3300,0,0,0,0,4132,1,2569,5000,996,1500,526,4000,722,3000
|
||||
1060,BIGFOOT,Bigfoot,25,1619,0,310,188,1,198,220,10,0,1,25,55,15,20,25,10,12,2,2,22,145,300,1260,192,192,948,5500,2289,5,919,5000,740,80,516,1500,518,400,756,43,0,0,0,0,4074,1,0,0,0,0,0,0,0,0
|
||||
1061,NIGHTMARE,Nightmare,49,4437,0,1729,1787,1,447,529,0,40,1,74,25,15,64,10,10,12,2,6,68,149,150,1816,816,432,944,5500,510,500,2608,2,603,30,505,100,1261,1,984,60,0,0,0,0,4127,1,0,0,0,0,0,0,0,0
|
||||
1062,SANTA_PORING,Santa Poring,3,69,0,4,5,1,12,16,0,0,1,14,3,10,12,90,10,12,1,3,26,129,400,1672,672,480,529,2000,530,1000,507,1000,512,1000,2236,100,741,10,0,0,0,0,0,0,4005,1,0,0,0,0,0,0,0,0
|
||||
1063,LUNATIC,Lunatic,3,60,0,6,2,1,9,12,0,20,1,3,3,10,8,60,10,12,0,2,60,129,200,1456,456,336,705,6500,949,1000,2262,4,1102,100,512,600,515,1100,622,20,0,0,0,0,4006,15,0,0,0,0,0,0,0,0
|
||||
1064,MEGALODON,Megalodon,24,1648,0,215,132,1,155,188,0,15,1,12,24,0,26,5,10,12,1,1,29,129,200,2492,792,432,959,5500,932,1500,510,80,717,120,719,10,603,2,624,20,0,0,0,0,4067,1,0,0,0,0,0,0,0,0
|
||||
1065,STROUF,Strouf,40,9952,0,1238,752,1,200,350,5,50,1,40,45,72,43,65,10,12,2,5,61,133,150,1872,672,384,951,5500,756,115,2241,2,1461,2,949,3000,720,20,956,1500,0,0,0,0,4111,1,0,0,0,0,0,0,0,0
|
||||
1066,VADON,Vadon,19,1017,0,135,85,1,74,85,20,0,1,19,16,10,36,15,10,12,0,5,21,145,300,1632,432,540,991,35,960,5500,910,3000,2313,5,943,100,757,34,717,50,0,0,0,0,4049,1,0,0,0,0,0,0,0,0
|
||||
1067,CORNUTUS,Cornutus,23,1620,0,240,149,1,109,131,30,0,1,23,23,5,36,12,10,12,0,5,21,145,200,1248,48,480,991,45,961,5500,911,800,757,53,2106,5,943,1000,717,100,0,0,0,0,4061,3,0,0,0,0,0,0,0,0
|
||||
1068,HYDRA,Hydra,14,660,0,59,40,7,22,28,0,40,1,14,14,0,40,2,10,12,0,3,41,132,1000,800,432,600,1011,25,962,5500,938,1500,971,20,525,5,517,700,0,0,0,0,0,0,4035,1,0,0,0,0,0,0,0,0
|
||||
1069,SWORDFISH,Swordfish,30,4299,0,529,319,1,168,199,5,20,1,30,30,41,62,30,10,12,2,5,41,133,200,1968,768,384,995,10,963,5500,756,33,2257,2,757,45,1117,25,956,600,0,0,0,0,4089,1,0,0,0,0,0,0,0,0
|
||||
1070,KUKRE,Kukre,11,507,0,38,28,1,28,37,15,0,1,11,11,5,16,2,10,12,0,5,21,131,150,1776,576,288,991,30,955,5500,910,400,528,500,507,650,928,450,623,20,0,0,0,0,4027,5,0,0,0,0,0,0,0,0
|
||||
1071,PIRATE_SKELETON,Pirate Skeleton,25,1676,0,233,142,1,145,178,10,15,1,13,25,5,25,10,10,12,1,1,29,133,200,1754,554,288,932,3000,2287,15,1125,25,2211,250,1104,250,756,43,628,20,0,0,0,0,4073,1,0,0,0,0,0,0,0,0
|
||||
1072,KAHO,Kaho,24,1141,0,287,176,1,128,156,0,50,1,24,24,25,44,5,10,12,1,6,83,133,200,1700,1000,500,994,30,1003,100,953,3000,911,1000,757,10,716,100,970,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1073,CRAB,Crab,20,2451,0,163,101,1,71,81,35,0,1,20,15,1,36,15,7,12,0,5,21,129,200,992,792,360,964,5500,960,1500,7049,700,1001,13,512,0,512,0,757,37,0,0,0,0,4153,1,0,0,0,0,0,0,0,0
|
||||
1074,SHELLFISH,Shellfish,15,920,0,66,44,1,35,42,35,0,1,12,8,1,32,5,10,12,0,5,21,145,200,864,864,384,965,5500,966,1000,7049,500,1056,1000,1001,10,512,0,757,18,0,0,0,0,4273,1,0,0,0,0,0,0,0,0
|
||||
1075,TURTLE,Turtle,3,77,0,0,0,1,1,2,35,0,1,1,1,1,1,1,7,12,0,5,22,129,200,500,500,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1076,SKELETON,Skeleton,10,234,0,18,14,1,39,47,10,5,1,5,10,1,12,1,10,12,1,1,29,145,200,2228,528,576,1010,90,932,800,1505,80,909,3000,507,850,2609,30,0,0,0,0,0,0,4025,7,0,0,0,0,0,0,0,0
|
||||
1077,POISON_SPORE,Poison Spore,19,665,0,186,93,1,89,101,0,0,1,19,25,1,24,1,10,12,1,3,25,133,200,1672,672,288,7033,5500,2221,20,511,550,510,50,972,30,921,1200,912,6,0,0,0,0,4048,2,0,0,0,0,0,0,0,0
|
||||
1078,RED_PLANT,Red Plant,1,10,0,0,0,1,1,2,100,99,1,1,1,1,1,1,7,12,0,3,22,64,2000,1,1,1,507,5500,712,1000,711,1000,905,500,906,300,914,500,708,50,2269,2,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1079,BLUE_PLANT,Blue Plant,1,10,0,0,0,1,1,2,100,99,1,1,1,1,1,1,7,12,0,3,22,64,2000,1,1,1,510,5500,712,1000,711,1000,905,500,906,300,522,50,514,1000,2270,2,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1080,GREEN_PLANT,Green Plant,1,10,0,0,0,1,1,2,100,99,1,1,1,1,1,1,7,12,0,3,22,64,2000,1,1,1,511,7000,712,1000,621,20,905,3000,906,1500,704,50,521,50,2270,2,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1081,YELLOW_PLANT,Yellow Plant,1,10,0,0,0,1,1,2,100,99,1,1,1,1,1,1,7,12,0,3,22,64,2000,1,1,1,508,5500,712,1000,711,1000,905,500,906,300,707,5,914,500,2269,2,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1082,WHITE_PLANT,White Plant,1,10,0,0,0,1,1,2,100,99,1,1,1,1,1,1,7,12,0,3,22,64,2000,1,1,1,509,5500,712,1000,631,20,905,3000,906,1500,521,50,703,50,2269,2,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1083,SHINING_PLANT,Shining Plant,1,20,0,0,0,1,1,2,100,99,1,1,1,1,1,90,7,12,0,3,26,64,2000,1,1,1,510,5500,508,1000,509,1000,710,5,608,20,518,500,607,50,714,1,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1084,BLACK_MUSHROOM,Black Mushroom,1,15,0,0,0,1,1,2,100,99,1,1,1,1,1,1,7,12,0,3,22,64,2000,1,1,1,970,50,971,50,630,20,949,2000,991,800,921,5500,921,5500,7033,5500,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1085,RED_MUSHROOM,Red Mushroom,1,15,0,0,0,1,1,2,100,99,1,1,1,1,1,1,7,12,0,3,22,64,2000,1,1,1,970,50,972,50,630,20,949,2000,990,1000,921,5500,921,5500,7033,5500,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1086,GOLDEN_BUG,Golden Thief Bug,64,126000,0,14300,7150,1,870,1145,60,45,1,75,35,45,85,150,10,12,2,4,43,187,100,768,768,480,969,1000,1524,150,2246,250,10016,500,714,300,984,2000,985,2000,0,0,0,0,4128,1,1250,5000,2610,2000,701,1000,2610,2000
|
||||
1087,ORC_HERO,Orc Hero,77,295700,0,58630,32890,1,2257,2542,40,45,1,91,99,70,105,90,10,10,2,7,42,181,150,1678,780,648,968,10000,10018,500,1366,150,2106,250,1124,10,984,3700,985,4700,0,0,0,0,4143,1,4500,5000,725,2000,607,1500,999,5000
|
||||
1088,VOCAL,Vocal,18,3016,0,110,88,1,71,82,10,30,1,28,26,30,53,40,10,10,1,4,22,181,200,1080,648,480,2247,50,940,8000,721,1000,752,1500,912,700,645,3000,532,60,0,0,4021,60,4211,1,0,0,0,0,0,0,0,0
|
||||
1089,TOAD,Toad,10,5065,0,100,50,1,26,32,0,0,1,5,10,10,10,25,10,10,1,5,21,181,200,1236,336,432,2244,50,518,2000,729,1000,746,1500,970,100,971,100,0,0,0,0,4014,5,4306,1,0,0,0,0,0,0,0,0
|
||||
1090,MASTERING,Mastering,2,2415,0,30,10,1,18,24,0,10,1,2,2,0,17,60,10,10,1,3,21,181,300,1072,672,480,2257,200,619,50,722,1000,741,1500,512,8000,512,8000,531,4000,0,0,4001,100,4197,1,0,0,0,0,0,0,0,0
|
||||
1091,DRAGONFLY,Dragon Fly,8,2400,0,88,44,1,22,27,40,0,1,20,8,15,17,5,10,10,0,4,24,181,100,1076,576,480,2245,200,501,8000,719,1500,742,2000,2607,200,625,50,533,3000,0,0,4009,40,4179,1,0,0,0,0,0,0,0,0
|
||||
1092,VAGABOND_WOLF,Vagabond Wolf,24,12240,0,247,176,1,135,159,10,0,1,45,48,20,50,65,10,10,1,2,22,181,150,1048,648,432,2248,200,920,8000,728,1500,919,5500,725,11,517,8000,626,50,0,0,4029,40,4183,1,0,0,0,0,0,0,0,0
|
||||
1093,ECLIPSE,Eclipse,6,1800,0,60,55,1,20,26,0,40,1,36,6,0,11,80,10,10,0,2,60,181,200,1456,456,336,2250,200,515,8000,727,1200,746,1500,706,30,622,50,534,5000,0,0,4006,70,4266,1,0,0,0,0,0,0,0,0
|
||||
1094,AMBERNITE,Ambernite,13,495,0,57,38,1,39,46,30,0,1,13,13,5,18,5,10,12,2,4,21,145,400,2048,648,648,991,35,946,5500,910,1200,935,3000,943,2,757,14,1002,250,0,0,0,0,4032,5,0,0,0,0,0,0,0,0
|
||||
1095,ANDRE,Andre,17,688,0,109,71,1,60,71,10,0,1,17,24,20,26,20,10,12,0,4,22,139,300,1288,288,384,955,5500,910,1000,938,500,993,40,1001,4,1002,450,757,28,0,0,0,0,4043,1,0,0,0,0,0,0,0,0
|
||||
1096,ANGELING,Angeling,20,55000,0,163,144,1,120,195,0,70,1,50,20,75,68,200,10,10,1,8,86,181,200,1272,672,672,2254,100,2324,60,610,500,2282,1,504,1000,512,250,714,40,0,0,0,0,4054,1,0,0,0,0,0,0,0,0
|
||||
1097,ANT_EGG,Ant Egg,4,420,0,5,4,0,1,2,20,20,1,1,1,1,1,20,10,12,0,0,60,128,1000,1001,1,1,1010,320,935,2500,909,2000,938,650,713,2000,1002,300,0,0,0,0,0,0,4013,2,0,0,0,0,0,0,0,0
|
||||
1098,ANUBIS,Anubis,55,12359,0,2906,2700,1,688,812,0,45,1,69,55,75,95,95,10,12,1,8,26,181,200,2000,1000,500,2602,5,504,600,2601,5,1007,15,0,0,0,0,0,0,0,0,0,0,4138,1,0,0,0,0,0,0,0,0
|
||||
1099,ARGIOPE,Argiope,41,4382,0,1797,849,1,395,480,30,0,1,41,31,10,56,30,10,12,2,4,25,149,300,1792,792,336,1042,5500,912,1200,757,175,2406,5,511,1500,719,10,0,0,0,0,0,0,4114,1,0,0,0,0,0,0,0,0
|
||||
1100,ARGOS,Argos,25,1117,0,388,188,1,158,191,15,0,1,25,25,5,32,15,10,12,2,4,25,149,300,1468,468,768,1025,5500,911,1200,1042,500,757,61,511,670,508,250,10017,15,0,0,0,0,4075,2,0,0,0,0,0,0,0,0
|
||||
1101,BAPHOMET_JR,Baphomet Jr.,50,8578,0,2706,1480,1,487,590,15,25,1,75,55,1,93,45,10,12,0,6,27,149,100,868,480,120,923,500,984,63,1464,2,607,50,610,100,503,300,2405,50,0,0,0,0,4129,1,0,0,0,0,0,0,0,0
|
||||
1102,BATHORY,Bathory,44,5415,0,2503,1034,1,198,398,0,60,1,76,24,85,65,15,10,12,1,7,27,149,100,1504,840,900,1001,200,1061,5500,2252,3,1611,5,1000,30,1006,15,637,20,0,0,0,0,4119,1,0,0,0,0,0,0,0,0
|
||||
1103,CARAMEL,Caramel,23,1424,0,264,162,1,90,112,5,5,1,23,46,5,38,10,10,12,0,2,22,145,200,1604,840,756,1027,5500,2310,5,919,5500,1455,10,1405,15,1408,20,0,0,0,0,0,0,4063,1,0,0,0,0,0,0,0,0
|
||||
1104,COCO,Coco,17,817,0,120,78,1,56,67,0,0,1,17,34,20,24,10,10,12,0,2,22,145,150,1864,864,1008,1026,5500,2502,20,914,3000,919,2500,516,500,2402,25,0,0,0,0,0,0,4041,1,0,0,0,0,0,0,0,0
|
||||
1105,DENIRO,Deniro,19,760,0,135,85,1,68,79,15,0,1,19,30,20,43,10,10,12,0,4,22,139,150,1288,288,576,955,6000,910,3000,938,1200,990,45,1001,8,1002,550,757,34,0,0,0,0,4043,1,0,0,0,0,0,0,0,0
|
||||
1106,DESERT_WOLF,Desert Wolf,27,1716,0,427,266,1,169,208,0,10,1,27,45,15,56,10,10,12,1,2,23,141,200,1120,420,288,1253,5,7030,5500,2311,1,517,1200,920,2000,756,53,1217,140,0,0,0,0,4082,1,0,0,0,0,0,0,0,0
|
||||
1107,DESERT_WOLF_B,Desert Wolf Puppy,9,164,0,20,16,1,30,36,0,0,1,9,9,5,21,40,10,12,0,2,23,137,300,1600,900,240,1010,85,919,5500,2306,60,517,600,2301,200,0,0,0,0,0,0,0,0,4023,10,0,0,0,0,0,0,0,0
|
||||
1108,DEVIACE,Deviace,47,19192,0,2105,1329,1,514,674,10,20,1,47,62,48,62,25,10,12,1,5,81,145,400,1680,480,384,995,25,1053,5500,1054,1000,5011,2,971,100,1256,3,756,161,0,0,0,0,4125,1,0,0,0,0,0,0,0,0
|
||||
1109,DEVIRUCHI,Deviruchi,46,7360,0,2662,1278,1,475,560,10,25,1,69,40,55,87,30,10,12,0,6,27,149,150,980,600,384,1038,5500,1039,400,0,0,1458,2,1009,5,912,1500,756,154,0,0,0,0,4122,1,0,0,0,0,0,0,0,0
|
||||
1110,DOKEBI,Dokebi,33,2697,0,889,455,1,197,249,0,10,1,50,40,35,69,40,10,12,0,6,27,145,250,1156,456,384,1021,5500,757,112,1517,2,1613,1,969,1,1501,300,1005,5,0,0,0,0,4098,1,0,0,0,0,0,0,0,0
|
||||
1111,DRAINLIAR,Drainliar,24,1162,0,431,176,1,74,84,0,0,1,36,24,1,78,1,10,12,0,2,47,149,250,1276,576,384,1011,60,913,3000,725,20,507,1000,7006,5500,7006,1500,756,40,0,0,0,0,4069,1,0,0,0,0,0,0,0,0
|
||||
1112,DRAKE,Drake,70,326666,0,28600,22880,1,1800,2100,20,35,1,80,49,75,79,50,10,12,1,1,29,181,400,620,420,360,1127,600,1125,950,1135,150,1128,400,5019,300,985,3200,984,2300,0,0,0,0,4137,1,4300,5000,504,5000,719,500,504,5000
|
||||
1113,DROPS,Drops,3,55,0,4,3,1,10,13,0,0,1,3,3,1,12,15,10,12,1,3,23,131,400,1452,672,480,909,7500,1602,80,938,500,512,1100,713,1700,741,5,620,20,0,0,0,0,4004,10,0,0,0,0,0,0,0,0
|
||||
1114,DUSTINESS,Dustiness,21,1044,0,218,140,1,80,102,0,10,1,53,17,1,38,5,10,12,0,4,44,145,150,1004,504,384,1057,5500,1058,500,2291,4,928,2000,1001,10,507,1200,0,0,0,0,0,0,4056,2,0,0,0,0,0,0,0,0
|
||||
1115,EDDGA,Eddga,65,152000,0,25025,12870,1,1215,1565,15,15,1,70,85,66,90,85,10,12,2,2,23,181,300,872,1344,432,1133,150,2268,250,518,10000,1258,500,1030,250,985,2300,984,1700,0,0,0,0,4123,1,6179,5000,1029,5000,1030,1000,994,3000
|
||||
1116,EGGYRA,Eggyra,24,633,0,215,220,1,85,107,20,25,1,36,24,1,32,1,10,12,1,0,48,145,200,1816,816,288,911,1000,5015,20,7032,550,507,1000,643,300,645,250,757,57,0,0,0,0,4070,1,0,0,0,0,0,0,0,0
|
||||
1117,EVIL_DRUID,Evil Druid,58,16506,0,2890,1827,1,420,670,5,60,1,29,58,80,68,30,10,12,2,1,89,149,300,2276,576,336,2217,10,1615,1,2508,2,1551,10,610,200,609,10,509,2000,0,0,0,0,4141,1,0,0,0,0,0,0,0,0
|
||||
1118,FLORA,Flora,26,2092,0,357,226,3,242,273,10,35,1,26,35,5,43,80,10,12,2,3,22,132,1000,1432,432,576,1032,5500,2253,3,704,10,521,50,629,20,905,2000,748,1,0,0,0,0,4080,1,0,0,0,0,0,0,0,0
|
||||
1119,FRILLDORA,Frilldora,30,2023,0,529,319,1,200,239,0,10,1,30,38,15,53,30,10,12,1,2,23,145,300,1540,720,432,1012,5500,757,90,903,1500,721,15,715,200,501,800,912,120,0,0,0,0,4088,1,0,0,0,0,0,0,0,0
|
||||
1120,GHOSTRING,Ghostring,18,73300,0,101,108,1,82,122,0,60,1,27,18,45,72,30,10,12,1,6,88,181,300,1220,1080,648,1059,5500,2274,100,2336,50,604,500,603,10,714,30,2335,150,0,0,0,0,4047,1,0,0,0,0,0,0,0,0
|
||||
1121,GIEARTH,Giearth,29,2252,0,495,301,1,154,185,10,50,1,29,46,60,64,105,10,12,0,6,22,145,200,1848,1296,432,997,30,1003,150,1040,5500,2286,1,2227,10,1001,100,0,0,0,0,0,0,4087,1,0,0,0,0,0,0,0,0
|
||||
1122,GOBLIN_1,Goblin 1,25,1176,0,310,188,1,118,140,10,5,1,53,25,20,38,10,10,12,1,7,24,149,100,1120,620,240,998,270,911,1200,756,43,2297,3,1211,10,2104,5,501,800,0,0,0,0,4060,1,0,0,0,0,0,0,0,0
|
||||
1123,GOBLIN_2,Goblin 2,24,1034,0,287,176,1,88,100,10,5,1,24,24,15,66,10,10,12,1,7,23,149,150,1320,620,240,998,250,911,1000,5010,3,1511,10,2104,1,501,550,508,120,0,0,0,0,4060,1,0,0,0,0,0,0,0,0
|
||||
1124,GOBLIN_3,Goblin 3,24,1034,0,357,176,1,132,165,10,5,1,24,24,15,24,10,10,12,1,7,25,141,250,1624,624,240,998,230,911,1000,2275,3,512,0,2104,1,501,550,508,120,0,0,0,0,4060,1,0,0,0,0,0,0,0,0
|
||||
1125,GOBLIN_4,Goblin 4,23,1359,0,264,164,1,109,131,10,5,1,23,46,15,36,10,10,12,1,7,22,141,200,1624,624,240,993,100,998,170,911,800,2263,3,1508,10,2104,1,501,500,0,0,0,0,4060,1,0,0,0,0,0,0,0,0
|
||||
1126,GOBLIN_5,Goblin 5,22,1952,0,241,152,1,105,127,10,5,1,22,22,15,32,10,10,12,1,7,21,141,300,3074,1874,480,998,150,911,800,1605,15,2104,1,508,100,501,500,508,120,0,0,0,0,4060,1,0,0,0,0,0,0,0,0
|
||||
1127,HODE,Hode,26,2282,0,393,248,1,146,177,0,30,1,26,42,5,49,40,10,12,1,2,42,129,200,1480,480,720,993,120,1055,5500,757,70,938,3000,1001,30,7021,1,632,20,0,0,0,0,4081,2,0,0,0,0,0,0,0,0
|
||||
1128,HORN,Horn,18,659,0,134,86,1,58,69,10,0,1,18,28,10,47,15,10,12,1,4,22,145,200,1528,528,288,993,80,1011,35,947,5500,1452,15,935,5500,943,70,0,0,0,0,0,0,4045,1,0,0,0,0,0,0,0,0
|
||||
1129,HORONG,Horong,34,1939,0,786,479,1,275,327,99,50,1,34,10,1,50,1,10,12,0,0,83,141,400,1888,1152,828,953,6500,912,500,2279,5,1752,10000,757,118,633,20,970,50,0,0,0,0,4103,1,0,0,0,0,0,0,0,0
|
||||
1130,JAKK,Jakk,38,3581,0,1113,688,1,315,382,5,30,1,38,38,43,75,45,10,12,1,0,43,149,200,1180,480,648,1062,5500,912,900,985,31,2331,5,1008,5,535,1000,0,0,0,0,0,0,4109,2,0,0,0,0,0,0,0,0
|
||||
1131,JOKER,Joker,57,12450,0,3706,2362,1,621,738,10,35,1,143,47,75,98,175,10,12,2,7,84,149,100,1364,864,432,912,2000,616,2,641,20,502,1000,1259,1,984,100,0,0,0,0,0,0,4139,1,0,0,0,0,0,0,0,0
|
||||
1132,KHALITZBURG,Khalitzburg,63,19276,0,4378,2750,1,875,1025,45,10,1,65,48,5,73,40,10,12,2,1,29,149,350,528,1000,396,932,8000,985,191,5017,1,2108,2,1004,10,504,1000,1127,2,0,0,0,0,4136,1,0,0,0,0,0,0,0,0
|
||||
1133,KOBOLD_1,Kobold 1,36,3893,0,988,625,1,265,318,15,10,1,90,36,30,52,20,10,12,1,7,44,141,150,1028,528,360,999,100,1034,5500,912,700,985,25,1220,2,2104,5,0,0,0,0,0,0,4091,1,0,0,0,0,0,0,0,0
|
||||
1134,KOBOLD_2,Kobold 2,31,2179,0,806,407,1,262,324,15,10,1,31,31,20,46,20,10,12,1,7,45,141,200,1528,528,360,999,100,1034,5500,912,200,2104,3,502,100,2101,100,0,0,0,0,0,0,4091,1,0,0,0,0,0,0,0,0
|
||||
1135,KOBOLD_3,Kobold 3,31,2179,0,644,407,1,186,216,15,10,1,31,31,20,88,20,10,12,1,7,43,141,300,1228,528,360,990,35,999,100,1034,5500,912,200,512,0,2104,3,502,100,0,0,0,0,4091,1,0,0,0,0,0,0,0,0
|
||||
1136,KOBOLD_4,Kobold 4,30,3503,0,481,290,1,168,199,15,10,1,30,30,20,50,20,10,12,1,7,41,141,200,2200,1000,500,999,50,1034,5500,912,100,1355,5,2104,3,502,100,1301,150,0,0,0,0,4091,1,0,0,0,0,0,0,0,0
|
||||
1137,KOBOLD_5,Kobold 5,30,2462,0,481,290,1,168,199,15,10,1,30,60,20,45,20,10,12,1,7,42,141,200,2000,1000,500,999,40,1034,5500,912,100,1514,5,2104,3,502,100,1501,150,0,0,0,0,4091,1,0,0,0,0,0,0,0,0
|
||||
1138,MAGNOLIA,Magnolia,26,3195,0,393,248,1,120,151,5,30,1,26,26,0,39,5,10,12,0,6,21,131,250,1560,360,360,7031,5500,910,800,911,100,912,10,737,20,508,250,0,0,0,0,0,0,4076,1,0,0,0,0,0,0,0,0
|
||||
1139,MANTIS,Mantis,26,2472,0,393,248,1,118,149,10,0,1,26,24,5,45,15,10,12,1,4,22,149,200,1528,660,432,993,110,1031,5500,911,1400,757,70,943,250,721,10,501,650,0,0,0,0,4079,1,0,0,0,0,0,0,0,0
|
||||
1140,MARDUK,Marduk,40,4214,0,1238,752,1,315,382,0,60,1,40,20,79,78,20,10,12,2,7,23,149,300,1540,840,504,994,35,1045,4500,1608,10,2617,1,1614,3,1006,8,642,20,0,0,0,0,4112,1,0,0,0,0,0,0,0,0
|
||||
1141,MARINA,Marina,21,2087,0,218,140,1,84,106,0,5,1,21,21,1,36,10,10,12,0,3,41,129,400,2280,1080,864,1052,5000,938,1500,991,45,995,2,717,200,631,20,0,0,0,0,0,0,4055,1,0,0,0,0,0,0,0,0
|
||||
1142,MARINE_SPHERE,Marine Sphere,28,3518,0,461,284,1,120,320,0,40,1,28,28,1,33,50,10,12,0,3,21,0,800,1201,1,1,1050,5500,1051,500,1520,10,720,10,717,150,10003,10,0,0,0,0,0,0,4084,3,0,0,0,0,0,0,0,0
|
||||
1143,MARIONETTE,Marionette,41,3222,0,1078,1276,1,355,422,0,25,1,62,36,44,69,45,10,12,0,6,68,149,300,1480,480,1056,1060,5500,2294,5,2605,1,1008,10,1520,15,2407,1,656,200,0,0,0,0,4113,1,0,0,0,0,0,0,0,0
|
||||
1144,MARSE,Marse,31,5034,0,586,370,1,211,252,0,5,1,31,25,5,52,30,10,12,0,5,41,145,300,1956,756,528,1024,5500,962,3000,717,200,720,10,995,12,1007,5,656,200,0,0,0,0,4095,2,0,0,0,0,0,0,0,0
|
||||
1145,MARTIN,Martin,18,1109,0,134,86,1,52,63,0,5,1,18,30,15,15,5,10,12,0,2,42,129,300,1480,480,480,1017,6500,1018,500,1251,10,2225,5,5009,1,10010,10,2224,15,0,0,0,0,4046,2,0,0,0,0,0,0,0,0
|
||||
1146,MATYR,Matyr,31,2585,0,967,407,1,134,160,0,0,1,47,38,5,64,5,10,12,1,2,27,149,150,432,432,360,2618,10,528,5000,919,5500,537,400,757,100,656,200,0,0,0,0,0,0,4097,1,0,0,0,0,0,0,0,0
|
||||
1147,MAYA,Maya,81,169000,0,42900,17875,1,1800,2070,60,25,1,97,76,95,82,105,10,12,2,4,82,181,100,864,1000,480,10006,500,2615,200,2234,200,639,500,7020,10,985,3500,984,2500,0,0,0,0,4146,1,10500,5000,730,2000,603,3000,617,2000
|
||||
1148,MEDUSA,Medusa,79,22408,0,6876,4697,1,827,1100,48,38,1,74,50,57,77,69,10,12,1,6,40,149,180,2000,1000,500,1048,6000,522,2500,702,200,2610,150,722,250,7062,3500,1007,3,0,0,0,0,4124,1,0,0,0,0,0,0,0,0
|
||||
1149,MINOROUS,Minorous,52,7431,0,2750,1459,1,590,770,15,5,1,42,61,66,52,25,10,12,2,2,43,149,200,1360,960,432,941,5500,756,196,1361,2,1005,10,516,1500,1301,200,657,150,0,0,0,0,4126,1,0,0,0,0,0,0,0,0
|
||||
1150,MOONLIGHT,Moonlight Flower,67,120000,0,27500,14300,1,1200,1700,10,55,1,99,55,82,95,120,10,10,1,6,63,181,150,1276,576,288,5008,1000,1234,100,1525,150,10008,500,985,2600,984,1900,638,500,0,0,0,0,4131,1,1250,5000,1022,5000,504,1500,728,500
|
||||
1151,MYST,Myst,38,3745,0,1391,688,1,365,445,0,40,1,38,18,1,53,10,10,12,2,0,25,149,200,1576,576,384,5005,2,1019,800,10005,10,756,65,757,97,605,20,0,0,0,0,0,0,4108,2,0,0,0,0,0,0,0,0
|
||||
1152,ORC_SKELETON,Orc Skeleton,28,2278,0,315,194,1,190,236,10,10,1,14,18,1,30,15,10,12,1,1,29,133,200,2420,720,648,922,5500,932,3500,757,80,2299,2,1358,10,506,50,0,0,0,0,0,0,4085,1,0,0,0,0,0,0,0,0
|
||||
1153,ORC_ZOMBIE,Orc Zombie,24,1568,0,196,120,1,151,184,5,10,1,12,24,1,24,5,10,12,1,1,29,133,400,2852,1152,840,1043,5500,938,3000,714,1,0,0,0,0,0,0,0,0,0,0,0,0,4071,2,0,0,0,0,0,0,0,0
|
||||
1154,PASANA,Pasana,61,8289,0,4087,2135,1,513,682,29,35,1,73,50,61,69,43,10,12,1,7,43,149,165,1700,1000,500,7110,4500,7121,2500,757,20,1105,500,1217,150,0,0,0,0,0,0,0,0,4099,1,0,0,0,0,0,0,0,0
|
||||
1155,EARTH_PETIT,Earth Petite,44,6881,0,1677,1034,1,360,427,30,30,1,44,62,69,79,60,10,12,1,9,22,149,200,1624,620,384,1035,5500,1037,300,756,140,509,1000,1510,150,912,1500,606,15,0,0,0,0,4118,1,0,0,0,0,0,0,0,0
|
||||
1156,SKY_PETIT,Sky Petite,45,5747,0,1758,1075,1,300,355,20,45,1,113,45,69,73,80,10,12,1,9,24,149,150,1420,1080,528,1036,5500,1037,300,985,61,509,1000,602,500,912,1500,606,15,0,0,0,0,4120,1,0,0,0,0,0,0,0,0
|
||||
1157,PHARAOH,Pharaoh,93,445997,0,114990,41899,1,2267,3015,67,70,1,93,100,104,89,112,10,12,2,7,67,181,125,2000,1000,500,7113,6000,7114,2500,1136,100,2327,150,5002,500,1552,300,984,4500,0,0,0,0,4148,1,4060,5000,607,6000,526,2000,732,1000
|
||||
1158,PHEN,Phen,26,3347,0,357,226,1,138,150,0,15,1,26,26,1,88,75,10,12,1,5,41,145,150,2544,1344,1152,1023,5500,963,2000,720,5,517,1000,951,500,756,25,0,0,0,0,0,0,4077,1,0,0,0,0,0,0,0,0
|
||||
1159,PHREEONI,Phreeoni,69,188000,0,32175,16445,1,880,1530,10,20,1,85,78,35,130,60,10,10,2,2,60,181,200,1020,1020,288,1015,10000,1223,500,1236,150,1014,5000,2288,300,985,2900,984,2100,0,0,0,0,4121,1,2700,5000,1008,500,730,1000,1000,4000
|
||||
1160,PIERE,Piere,18,733,0,122,78,1,64,75,15,0,1,18,26,20,27,15,10,12,0,4,22,139,200,1288,288,576,955,5700,910,1100,938,600,992,15,1001,5,1002,500,757,31,0,0,0,0,4043,1,0,0,0,0,0,0,0,0
|
||||
1161,PLANKTON,Plankton,10,354,0,23,18,1,26,31,0,5,1,10,10,1,15,1,10,12,0,3,61,129,400,2208,1008,324,1052,5500,910,300,938,700,970,2,713,1000,630,20,645,50,0,0,0,0,4024,1,0,0,0,0,0,0,0,0
|
||||
1162,RAFFLESIA,Rafflesia,27,1950,0,388,242,1,105,120,20,10,1,27,54,1,76,27,10,10,0,3,22,133,200,1000,2652,1056,1033,5500,911,1600,706,2,708,10,703,10,711,550,509,30,0,0,0,0,4083,1,0,0,0,0,0,0,0,0
|
||||
1163,RAYDRIC,Raydric,52,8613,0,3410,1795,1,830,930,40,15,1,47,42,5,69,26,10,12,2,7,47,149,150,824,780,420,985,106,2266,1,2315,2,1158,2,1116,100,1004,10,7054,5500,0,0,0,0,4133,1,0,0,0,0,0,0,0,0
|
||||
1164,REQUIEM,Requiem,35,3089,0,800,458,1,220,272,0,15,1,53,35,5,57,2,10,12,1,7,27,133,400,1516,816,432,603,35,714,1,912,2500,958,3500,934,1500,2308,10,0,0,0,0,0,0,4104,1,0,0,0,0,0,0,0,0
|
||||
1165,SANDMAN,Sandman,34,3413,0,810,492,1,180,205,10,25,1,34,58,38,60,5,10,12,1,0,62,133,250,1672,720,288,997,35,1056,5500,757,118,7043,200,1001,200,1257,2,728,2,0,0,0,0,4101,2,0,0,0,0,0,0,0,0
|
||||
1166,SAVAGE,Savage,26,2092,0,357,226,1,120,150,10,5,1,26,54,10,37,15,10,12,2,2,42,145,150,1960,960,384,1028,5500,656,150,702,2,2276,1,605,10,757,70,526,2,0,0,0,0,4078,1,0,0,0,0,0,0,0,0
|
||||
1167,SAVAGE_BABE,Savage Babe,7,182,0,14,12,1,20,25,0,0,1,7,14,5,12,35,10,12,0,2,22,129,400,1624,624,576,919,5500,1302,100,517,500,1750,1000,949,850,1010,80,627,20,0,0,0,0,4017,1,0,0,0,0,0,0,0,0
|
||||
1168,SCORPION_KING,Scorpion King,50,6354,0,2187,1346,1,500,603,40,10,1,50,47,1,83,30,10,12,2,7,23,145,200,1700,1000,500,994,45,1046,5500,1005,15,904,5000,943,3000,504,700,0,0,0,0,0,0,4130,1,0,0,0,0,0,0,0,0
|
||||
1169,SKELETON_WORKER,Skeleton Worker,30,2872,0,397,240,1,242,288,0,15,1,15,30,5,42,10,10,12,1,1,29,133,400,2420,720,384,998,400,1041,5500,757,90,5009,2,999,100,1003,200,1002,800,0,0,0,0,4092,1,0,0,0,0,0,0,0,0
|
||||
1170,SOHEE,Sohee,33,5628,0,739,455,1,210,251,0,10,1,33,33,10,58,15,10,12,1,6,21,145,300,2112,912,576,1020,5500,1049,50,2277,1,2504,5,1217,5,501,1000,0,0,0,0,0,0,4100,1,0,0,0,0,0,0,0,0
|
||||
1171,SOLDIER_ANDRE,Soldier Andre,22,1245,0,219,138,1,105,127,20,0,1,22,44,20,40,10,10,12,0,4,42,149,200,1001,1,1,1014,2700,911,800,757,10,1111,15,1001,30,943,150,0,0,0,0,0,0,4059,1,0,0,0,0,0,0,0,0
|
||||
1172,SOLDIER_DENIRO,Soldier Deniro,29,2047,0,450,274,1,162,193,20,0,1,29,58,20,54,10,10,12,0,4,42,149,200,2000,1000,500,1014,5500,911,2000,757,15,1111,20,943,270,1001,50,0,0,0,0,0,0,4059,1,0,0,0,0,0,0,0,0
|
||||
1173,SOLDIER_PIERE,Soldier Piere,23,1217,0,240,149,1,109,131,25,0,1,23,46,20,38,10,10,12,0,4,42,149,200,1001,1,1,1014,3100,911,800,911,10,1114,15,1001,35,943,200,0,0,0,0,0,0,4059,1,0,0,0,0,0,0,0,0
|
||||
1174,STAINER,Stainer,16,538,0,105,70,1,53,64,10,0,1,40,16,5,30,5,10,12,0,4,24,145,200,1688,1188,612,992,60,1011,30,1013,5500,910,2100,757,25,943,10,1002,400,0,0,0,0,4039,1,0,0,0,0,0,0,0,0
|
||||
1175,TAROU,Tarou,11,284,0,57,28,1,34,45,0,0,1,20,11,10,24,5,10,12,0,2,27,145,150,1744,1044,684,1016,5500,919,3000,949,800,528,1000,701,1,512,0,0,0,0,0,0,0,4028,5,0,0,0,0,0,0,0,0
|
||||
1176,VITATA,Vitata,20,894,0,163,101,1,69,80,15,20,1,20,25,65,40,70,10,12,0,4,22,145,300,1768,768,384,993,90,955,5000,911,200,518,350,518,350,526,200,756,26,0,0,0,0,4053,1,0,0,0,0,0,0,0,0
|
||||
1177,ZENORC,Zenorc,31,2585,0,967,407,1,188,223,0,15,1,77,15,1,76,10,10,12,1,7,27,131,150,1180,480,360,1044,5500,756,70,938,2500,1006,5,503,50,640,20,0,0,0,0,0,0,4096,1,0,0,0,0,0,0,0,0
|
||||
1178,ZEROM,Zerom,23,1109,0,240,149,1,127,155,0,10,1,23,23,5,42,1,10,12,1,7,23,133,200,1780,1080,432,1011,55,998,190,2339,200,2265,3,2408,10,1002,400,1002,400,0,0,0,0,4064,1,0,0,0,0,0,0,0,0
|
||||
1179,WHISPER,Whisper,34,1796,0,591,599,1,180,221,0,45,1,51,14,1,60,1,10,12,0,6,68,149,150,1960,960,504,1001,150,1059,5500,2282,1,2333,10,0,0,0,0,0,0,0,0,0,0,4102,1,0,0,0,0,0,0,0,0
|
||||
1180,NINE_TAIL,Nine-Tail,51,9466,0,1650,825,1,610,734,10,25,1,80,46,1,89,85,10,12,1,2,63,149,150,840,540,480,1022,5500,919,7000,603,100,604,100,526,250,525,350,756,100,746,200,0,0,4159,1,0,0,0,0,0,0,0,0
|
||||
1181,ZOMBIE_DRAGON,Zombie Dragon,1,1000,0,49500,1650,9,7900,9140,0,0,1,145,145,145,130,120,10,12,2,9,89,181,400,2700,1000,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1182,THIEF_MUSHROOM,Thief Mushroom,1,15,0,0,0,1,1,2,100,99,1,1,1,1,1,1,7,12,0,3,22,64,2000,1,1,1,1069,1500,1070,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1183,CHONCHON_,Angry ChonChon,4,67,0,5,4,1,10,13,10,0,1,10,4,5,12,2,10,12,0,4,24,149,200,1076,576,480,998,50,935,6500,909,1500,1205,55,601,100,742,5,1002,150,0,0,0,0,4009,5,0,0,0,0,0,0,0,0
|
||||
1184,FABRE_,Angry Fabre,1,30,0,1,0,1,4,7,0,0,1,2,1,1,4,5,10,12,0,4,22,133,400,1672,672,480,914,2000,949,250,1502,80,721,2,511,350,705,500,1501,200,0,0,0,0,4002,1,0,0,0,0,0,0,0,0
|
||||
1185,WHISPER_,Whisper,34,1796,0,537,545,1,198,239,0,45,1,51,14,1,60,1,10,12,0,1,28,0,150,1960,960,504,1001,150,1059,5500,2282,1,2333,10,0,0,0,0,0,0,0,0,0,0,4102,1,0,0,0,0,0,0,0,0
|
||||
1186,WHISPER_BOSS,Giant Whisper,34,5040,0,537,545,1,198,239,0,45,1,51,14,1,60,1,10,12,0,6,48,149,250,2536,1536,672,1001,150,1059,5500,2282,1,2333,10,0,0,0,0,0,0,0,0,0,0,4102,1,0,0,0,0,0,0,0,0
|
||||
1187,SWITCH,Switch,1,2,0,1,1,1,1,2,0,0,1,1,1,1,1,1,1,12,1,0,20,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1188,BON_GUN,Bon Gun,32,3520,0,424,242,1,220,260,0,0,1,15,36,10,48,15,10,12,1,1,29,149,200,1720,500,420,1094,5500,7014,40,618,60,2337,2,609,15,508,1000,502,250,5046,1,0,0,4212,1,0,0,0,0,0,0,0,0
|
||||
1189,ORC_ARCHER,Orc Archer,49,7440,0,1729,1787,9,310,390,10,5,1,44,25,20,125,20,10,12,1,7,22,149,300,1960,620,480,1063,5500,1753,1000,1756,2500,1755,2500,1716,2,501,1400,509,900,2330,5,0,0,4256,1,0,0,0,0,0,0,0,0
|
||||
1190,ORC_LORD,Orc Lord,74,393000,0,62205,8580,1,2700,3150,40,5,1,82,149,70,110,85,10,12,2,7,82,181,100,1248,500,360,1363,200,2601,500,5007,150,2627,1000,512,0,985,4400,984,3100,0,0,0,0,4135,1,12800,5000,968,5500,617,900,0,0
|
||||
1191,MIMIC,Mimic,51,6120,0,165,165,1,150,900,10,40,1,121,1,60,75,110,10,12,1,0,60,149,100,972,500,288,617,5,603,45,1065,1200,611,3000,714,3,2626,1,757,270,2205,120,0,0,4205,1,0,0,0,0,0,0,0,0
|
||||
1192,WRAITH,Wraith,53,10999,0,2199,1099,1,580,760,5,30,1,95,30,75,95,35,10,12,2,1,89,149,300,1816,576,240,1059,6500,2206,10,2506,2,716,650,602,1300,2505,10,731,5,735,10,0,0,4190,1,0,0,0,0,0,0,0,0
|
||||
1193,ALARM,Alarm,58,10647,0,3987,2300,1,480,600,15,15,1,62,72,10,85,45,10,12,1,0,60,149,300,1020,500,768,1095,5500,2607,20,7005,1500,611,1300,984,105,7026,20,912,1500,0,0,0,0,4244,1,0,0,0,0,0,0,0,0
|
||||
1194,ARCLOUSE,Arclouse,59,6075,0,860,1000,1,570,640,10,15,1,75,5,5,75,50,10,12,1,4,42,149,100,960,500,480,1096,3500,938,3000,943,800,912,450,716,300,997,20,912,2500,0,0,0,0,4240,1,0,0,0,0,0,0,0,0
|
||||
1195,RIDEWORD,Rideword,59,11638,0,2007,3106,1,584,804,5,35,1,75,10,20,120,45,10,12,0,0,60,149,150,864,500,192,1097,5500,1553,4,1554,4,1555,3,1556,2,7015,300,1006,20,722,5,0,0,4185,1,0,0,0,0,0,0,0,0
|
||||
1196,SKEL_PRISONER,Skeleton Prisoner,52,8691,0,2466,1562,1,660,890,10,20,1,20,36,1,76,25,10,12,1,1,69,141,350,1848,500,576,1098,3500,7016,100,2320,1,716,600,930,3500,2408,35,934,1500,2282,1,0,0,4222,1,0,0,0,0,0,0,0,0
|
||||
1197,ZOMBIE_PRISONER,Zombie Prisoner,53,11280,0,2635,1724,1,780,930,10,20,1,24,39,1,72,25,10,12,1,1,69,141,350,1768,500,192,1099,3500,7016,105,2266,1,716,600,930,3500,2408,3,985,112,1093,1,0,0,4275,1,0,0,0,0,0,0,0,0
|
||||
1198,DARK_PRIEST,Dark Priest,59,9660,0,3320,2974,1,298,370,30,60,1,54,38,95,82,60,10,12,1,7,87,149,200,1500,500,1000,1557,2,2608,30,505,100,716,450,1009,50,0,0,0,0,0,0,0,0,4171,1,0,0,0,0,0,0,0,0
|
||||
1199,PUNK,Punk,43,3620,0,1699,1033,1,292,365,0,45,1,105,5,45,65,20,10,12,0,3,24,149,300,1500,500,1000,7001,5500,715,800,1001,300,1061,1000,1057,3000,601,1100,10004,10,2502,15,0,0,4313,1,0,0,0,0,0,0,0,0
|
||||
1200,ZHERLTHSH,Zherlthsh,63,18300,0,3608,2304,1,700,850,10,15,1,85,40,30,125,60,10,12,1,7,60,141,200,800,792,384,7017,5,504,800,503,1200,2331,8,2622,1,984,134,2291,3,0,0,0,0,4277,1,0,0,0,0,0,0,0,0
|
||||
1201,RYBIO,Rybio,71,9572,0,6317,3520,1,686,912,45,37,1,97,75,74,77,90,10,12,2,6,40,149,200,1500,500,1000,1015,4000,7017,3,504,800,731,30,1008,10,984,100,0,0,0,0,0,0,4194,1,0,0,0,0,0,0,0,0
|
||||
1202,PHENDARK,Phendark,73,22729,0,6826,3443,1,794,1056,52,36,1,62,120,65,77,66,10,12,2,7,40,149,175,1500,500,1000,1015,4000,7017,4,504,800,512,0,984,150,0,0,0,0,0,0,0,0,4329,1,0,0,0,0,0,0,0,0
|
||||
1203,MYSTELTAINN,Mysteltainn,76,33350,0,6457,5159,2,1160,1440,30,30,1,139,80,35,159,65,10,12,2,0,87,181,250,1152,500,240,7019,1,1117,100,1152,70,1155,40,1163,2,999,120,984,243,985,210,0,0,4207,1,0,0,0,0,0,0,0,0
|
||||
1204,TIRFING,Tyrfing,71,29900,0,5412,4235,1,950,1146,30,35,1,87,55,35,132,65,10,12,1,0,67,181,100,816,500,240,7022,1,638,50,1211,100,1214,70,1217,40,999,120,984,189,1157,25,0,0,4254,1,0,0,0,0,0,0,0,0
|
||||
1205,EXECUTIONER,Executioner,65,28980,0,4730,3536,2,570,950,35,35,1,85,40,25,88,60,10,12,2,0,47,181,200,768,500,384,7024,5,1108,100,1111,80,1114,60,1125,40,999,120,984,145,0,0,0,0,4250,1,0,0,0,0,0,0,0,0
|
||||
1206,ANOLIAN,Anolian,63,18960,0,4378,2907,1,640,760,15,15,1,43,58,25,97,65,10,12,1,5,41,149,200,900,500,864,7003,5500,1754,2000,504,650,10019,10,943,5500,2625,1,984,134,526,5,0,0,4234,1,0,0,0,0,0,0,0,0
|
||||
1207,STING,Sting,61,9500,0,4081,2970,1,850,1032,5,30,1,45,55,5,120,85,10,12,1,0,62,149,300,528,500,240,7004,5500,1756,1500,2624,2,1003,130,997,25,10007,10,2209,350,719,3,0,0,4226,1,0,0,0,0,0,0,0,0
|
||||
1208,WANDERER,Wanderer,74,8170,0,5786,4730,2,450,550,5,5,1,192,38,45,127,85,10,12,1,6,24,149,100,672,500,192,7005,5500,616,1,724,217,2270,5,610,650,984,217,608,3,732,1,0,0,4210,1,0,0,0,0,0,0,0,0
|
||||
1209,CRAMP,Cramp,56,4720,0,2300,1513,1,395,465,0,5,1,85,35,5,65,60,10,12,0,2,45,149,100,1000,500,1000,7007,5500,528,1000,726,80,746,110,657,150,510,70,984,95,0,0,0,0,4296,1,0,0,0,0,0,0,0,0
|
||||
1210,FILAMENTOUS,Filamentous,51,6088,0,1926,1353,1,425,525,35,10,1,35,30,5,83,40,10,12,1,4,23,149,200,1500,500,1000,7008,5500,947,8000,943,4000,993,200,1451,40,757,18,509,1600,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1211,BRILIGHT,Brilight,46,5562,0,1826,1331,1,298,383,30,5,1,90,15,10,50,35,10,12,0,4,23,149,200,1500,500,1000,7009,5500,992,200,912,1200,602,1000,757,220,610,250,509,1600,0,0,0,0,4213,1,0,0,0,0,0,0,0,0
|
||||
1212,IRON_FIST,Iron Fist,47,4221,0,1435,1520,1,430,590,40,5,1,25,15,10,81,20,10,12,1,4,60,149,200,1500,500,1000,7010,5500,757,229,757,22,1002,850,999,180,998,300,0,0,0,0,0,0,4239,1,0,0,0,0,0,0,0,0
|
||||
1213,HIGH_ORC,High Orc,52,6890,0,3618,1639,1,428,533,15,5,1,46,55,35,82,40,10,12,2,7,43,149,150,1500,500,1000,7002,2500,1304,10,999,90,931,7500,912,1300,756,196,502,900,0,0,0,0,4322,1,0,0,0,0,0,0,0,0
|
||||
1214,CHOCO,Choco,43,4278,0,1265,1265,1,315,402,5,5,1,68,55,45,65,25,10,12,0,2,23,149,200,1500,500,1000,7011,5500,942,7000,985,53,513,5000,634,20,532,1000,607,25,0,0,4051,2,4285,1,0,0,0,0,0,0,0,0
|
||||
1215,STEM_WORM,Stem Worm,40,6136,0,1452,939,2,290,375,5,10,1,30,26,15,79,35,10,12,1,3,24,149,200,1500,500,1000,7012,5500,509,1800,912,1200,756,115,997,5,1454,20,608,45,0,0,0,0,4224,1,0,0,0,0,0,0,0,0
|
||||
1216,PENOMENA,Penomena,57,7256,0,2870,2200,7,415,565,5,50,1,5,35,15,136,30,10,12,1,5,25,149,400,832,500,600,7013,5500,962,8000,938,7000,525,200,719,15,1258,1,716,550,0,0,0,0,4314,1,0,0,0,0,0,0,0,0
|
||||
1219,ABYSS_KNIGHT,Knight of Abyss,79,36140,0,8469,6268,1,1600,2150,55,50,1,68,64,25,135,50,10,12,2,7,87,149,300,1500,500,1000,1064,5500,7023,5,2318,1,1410,25,1162,1,985,369,984,259,1162,15,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1220,M_DESERT_WOLF,Desert Wolf,27,1716,0,427,266,1,169,208,0,10,1,27,45,15,56,10,10,12,1,2,23,181,200,1120,420,288,1253,5,7030,5500,2311,1,517,1200,920,2000,756,53,1217,140,0,0,0,0,4082,1,0,0,0,0,0,0,0,0
|
||||
1221,M_SAVAGE,Savage,26,2092,0,357,226,1,146,177,10,5,1,26,54,10,37,10,10,12,2,2,42,181,150,1960,960,384,1028,6000,656,150,702,3,2276,2,605,15,757,70,0,0,0,0,0,0,4078,1,0,0,0,0,0,0,0,0
|
||||
1222,L_HIGH_ORC,High Orc,52,6890,0,2128,1490,1,428,533,15,5,1,46,55,35,82,40,10,12,2,7,43,181,200,1500,500,1000,7002,2500,1304,10,999,120,931,8000,912,1600,756,196,502,1100,0,0,0,0,4066,1,0,0,0,0,0,0,0,0
|
||||
1223,L_ORC,Orc,24,1400,0,261,160,1,114,136,10,5,1,24,48,25,34,10,10,12,1,7,22,181,200,1864,864,288,998,210,931,5500,756,40,2267,3,1352,10,1304,5,1301,100,0,0,0,0,4066,1,0,0,0,0,0,0,0,0
|
||||
1224,L_POISON_SPORE,Poison Spore,19,665,0,169,85,1,89,101,0,0,1,19,25,1,24,1,10,12,1,3,25,181,200,1672,672,288,921,8000,2221,20,511,650,510,55,972,35,512,0,0,0,0,0,0,0,4048,2,0,0,0,0,0,0,0,0
|
||||
1225,L_CHOCO,Choco,43,4278,0,1150,1150,1,315,402,5,5,1,68,55,45,65,25,10,12,0,2,23,181,200,1500,500,1000,7011,5500,942,7000,508,1900,513,5000,2311,2,532,1000,607,25,0,0,0,0,4051,2,0,0,0,0,0,0,0,0
|
||||
1226,L_KOBOLD,Kobold,36,3893,0,898,568,1,265,318,15,10,1,90,36,30,52,30,10,12,1,7,44,181,200,1028,528,360,999,90,1034,6000,912,750,985,25,1220,2,2104,5,0,0,0,0,0,0,4091,1,0,0,0,0,0,0,0,0
|
||||
1227,L_GOBLIN,Goblin,25,1176,0,282,171,1,118,140,10,5,1,63,25,20,38,45,10,12,1,7,24,181,100,1120,620,240,998,270,911,1200,756,43,2297,3,1211,10,2104,5,501,800,0,0,0,0,4060,1,0,0,0,0,0,0,0,0
|
||||
1228,L_PHEN,Phen,26,3347,0,357,226,1,138,150,0,15,1,26,26,1,88,75,10,12,1,5,41,181,150,2544,1344,1152,1023,6000,963,2300,720,8,517,1100,951,550,756,25,512,0,0,0,0,0,4077,1,0,0,0,0,0,0,0,0
|
||||
1229,META_FABRE,Fabre,2,63,0,3,2,1,8,11,0,0,1,2,4,1,7,5,10,12,0,4,22,129,400,1672,672,480,914,6500,949,600,1502,80,721,8,511,750,705,1500,1501,200,0,0,0,0,4002,15,0,0,0,0,0,0,0,0
|
||||
1230,META_PUPA,Pupa,2,427,0,2,4,0,1,2,20,20,1,1,1,1,1,20,10,12,0,4,22,128,1000,1001,1,1,1010,300,915,6000,938,700,2102,2,935,1300,938,700,1002,400,0,0,0,0,4003,7,0,0,0,0,0,0,0,0
|
||||
1231,META_CREAMY,Creamy,16,595,0,96,64,1,53,64,0,30,1,40,16,15,16,55,10,12,0,4,24,129,200,1220,720,288,924,6000,2322,10,518,180,602,200,2207,4,712,800,512,0,0,0,0,0,4040,3,0,0,0,0,0,0,0,0
|
||||
1232,META_PECOPECO_EGG,PecoPeco Egg,3,420,0,4,4,0,1,2,20,20,1,1,1,1,1,20,10,12,0,0,60,128,1000,1001,1,1,1010,120,935,1500,2102,2,501,450,501,450,713,2000,736,15,0,0,0,0,4007,2,0,0,0,0,0,0,0,0
|
||||
1233,CONCEIVE_PECOPECO,PecoPeco,13,531,0,85,36,1,35,46,0,0,1,13,13,25,27,9,10,12,2,2,23,145,200,1564,864,576,925,6000,2402,20,508,55,507,950,1604,100,0,0,0,0,0,0,0,0,4031,3,0,0,0,0,0,0,0,0
|
||||
1234,PROVOKE_YOYO,Yoyo,19,879,0,135,85,1,71,82,0,0,1,24,30,35,32,55,10,12,0,2,22,139,200,1054,54,384,942,6000,513,2000,508,130,919,5500,753,7,0,0,0,0,0,0,0,0,4051,1,0,0,0,0,0,0,0,0
|
||||
1235,SMOKING_ORC,Smoking Orc,24,1400,0,261,160,1,114,136,10,20,1,24,48,20,34,1,10,12,1,7,22,141,200,1864,864,288,998,210,931,5500,756,40,2267,3,1352,10,1304,5,1301,100,0,0,0,0,4066,1,0,0,0,0,0,0,0,0
|
||||
1236,META_ANT_EGG,Ant Egg,4,420,0,5,4,0,1,2,20,20,1,1,1,0,1,20,10,12,0,0,60,128,1000,1001,1,1,1010,135,935,2740,909,3000,938,750,713,2000,1002,320,0,0,0,0,0,0,4013,2,0,0,0,0,0,0,0,0
|
||||
1237,META_ANDRE,Andre,17,688,0,109,71,1,60,71,10,0,1,17,24,20,26,20,10,12,0,4,22,139,300,1288,288,576,955,6000,910,3000,938,1000,935,3000,1001,6,1002,450,757,28,0,0,0,0,4043,1,0,0,0,0,0,0,0,0
|
||||
1238,META_PIERE,Piere,18,733,0,122,78,1,64,75,15,0,1,18,26,20,27,15,10,12,0,4,22,139,200,1288,288,576,955,5700,910,1100,938,600,992,15,1001,5,1002,500,757,31,0,0,0,0,4043,1,0,0,0,0,0,0,0,0
|
||||
1239,META_DENIRO,Deniro,19,760,0,135,85,1,68,79,15,0,1,19,30,20,43,10,10,12,0,4,22,139,150,1288,288,576,955,6000,910,3000,938,1200,990,45,1001,8,1002,550,757,34,0,0,0,0,4043,1,0,0,0,0,0,0,0,0
|
||||
1240,META_PICKY,Picky,3,80,0,4,3,1,9,12,0,0,1,3,3,1,10,30,10,12,0,2,23,129,200,988,288,168,916,6500,949,850,2302,150,507,650,519,350,715,60,0,0,0,0,0,0,4008,2,0,0,0,0,0,0,0,0
|
||||
1241,META_SHELL_PICKY,Shell Picky,4,83,0,5,4,1,8,11,20,0,1,3,3,1,11,20,10,12,0,2,23,129,200,988,288,168,916,6500,949,850,5015,7,507,750,519,350,715,60,0,0,0,0,0,0,4011,10,0,0,0,0,0,0,0,0
|
||||
1242,MARIN,Marin,15,742,0,66,44,1,39,43,0,10,1,10,10,5,35,15,10,12,1,3,41,129,400,1872,672,480,910,3200,938,1500,512,50,720,40,510,75,529,350,5035,1,0,0,0,0,4196,1,0,0,0,0,0,0,0,0
|
||||
1243,SASQUATCH,Sasquatch,30,3163,0,529,319,1,250,280,5,0,1,25,60,10,34,20,10,12,2,2,60,149,300,1260,192,192,912,750,509,800,949,1000,5030,1,948,5000,727,30,757,90,0,0,0,0,4216,1,0,0,0,0,0,0,0,0
|
||||
1244,JAKK_XMAS,Christmas Jakk,38,3581,0,1113,688,1,315,382,5,30,1,38,38,43,75,45,10,12,1,0,43,149,200,1180,480,648,1062,5500,912,900,985,31,2331,5,1008,5,535,1000,2236,70,0,0,0,0,4109,2,0,0,0,0,0,0,0,0
|
||||
1245,GOBLINE_XMAS,Christmas Goblin,25,1176,0,282,171,1,118,140,10,5,1,53,25,20,38,45,10,12,1,7,24,149,100,1120,620,240,998,270,911,1200,756,43,2297,3,1211,10,2104,5,2236,40,0,0,0,0,4060,1,0,0,0,0,0,0,0,0
|
||||
1246,COOKIE_XMAS,Christmas Cookie,28,2090,0,461,284,1,140,170,0,50,1,24,30,53,45,100,10,12,0,7,46,145,400,1248,1248,240,538,1500,722,45,912,200,2502,25,2501,120,507,1100,501,700,0,0,0,0,4235,1,0,0,0,0,0,0,0,0
|
||||
1247,ANTONIO,Antonio,10,10,0,3,2,1,13,20,100,0,1,1,1,50,100,100,10,12,1,3,66,129,100,720,720,432,7034,10000,644,200,538,1500,539,1000,529,5500,530,500,2236,250,0,0,0,0,4243,1,0,0,0,0,0,0,0,0
|
||||
1248,CRUISER,Cruiser,35,2820,0,1100,450,7,175,215,5,5,1,40,10,10,90,25,10,12,1,0,60,149,400,1296,1296,432,1098,900,2251,2,998,320,996,5,911,3500,719,35,756,87,0,0,0,0,4297,1,0,0,0,0,0,0,0,0
|
||||
1249,MYSTCASE,Myst Case,38,3450,0,1113,688,1,160,360,5,10,1,50,25,5,48,75,10,12,1,0,60,145,400,1248,1248,432,530,90,912,1500,603,20,539,800,722,150,731,5,512,100,529,340,0,0,4206,1,0,0,0,0,0,0,0,0
|
||||
1250,CHEPET,Chepet,42,4950,0,1518,946,1,380,440,0,25,1,72,35,71,65,85,10,12,1,7,23,149,400,672,672,288,7035,2500,912,750,512,5500,619,40,10019,5,502,300,2508,5,0,0,0,0,4284,1,0,0,0,0,0,0,0,0
|
||||
1251,STORMY_KNIGHT,Stormy Knight,77,240000,0,64350,21450,2,1425,1585,35,60,1,185,83,55,130,79,10,12,2,0,84,181,200,468,468,288,1468,150,603,3000,617,4000,2621,200,2506,500,985,4700,984,3500,5007,1,0,0,4318,1,31200,5000,720,4500,2406,500,995,3000
|
||||
1252,GARM,Garm,73,197000,0,50050,20020,3,1700,1900,40,45,1,126,82,65,95,60,10,12,2,2,81,181,400,608,408,336,7036,5500,1131,150,1256,500,0,0,512,0,985,4100,984,2900,0,0,0,0,4324,1,28473,5000,7036,1000,603,3000,995,3000
|
||||
1253,GARGOYLE,Gargoyle,48,3950,0,1650,1650,9,290,360,10,10,1,61,20,20,126,40,10,12,1,6,64,133,200,1020,720,384,912,4000,1039,500,0,0,512,0,2619,1,1769,2000,757,238,0,0,0,0,4149,1,0,0,0,0,0,0,0,0
|
||||
1254,RAGGLER,Raggler,21,1020,0,218,140,1,102,113,0,5,1,10,32,20,39,35,10,12,0,2,24,149,200,1000,900,384,7053,3000,916,5000,645,200,656,100,992,90,2225,7,756,32,7054,1500,0,0,4186,1,0,0,0,0,0,0,0,0
|
||||
1255,NERAID,Neraid,40,4120,0,1126,684,1,325,360,0,10,1,45,50,5,64,5,10,12,0,2,22,149,200,776,576,288,1055,5500,7053,1000,510,230,717,250,656,250,757,180,985,37,0,0,0,0,4167,1,0,0,0,0,0,0,0,0
|
||||
1256,PEST,Pest,40,3240,0,1238,752,1,375,450,0,5,1,60,22,5,80,5,10,12,0,2,47,149,200,700,648,480,1055,5500,7054,200,702,10,605,60,716,230,0,0,756,115,0,0,0,0,4315,1,0,0,0,0,0,0,0,0
|
||||
1257,INJUSTICE,Injustice,51,7600,0,2118,1488,1,480,600,0,0,1,42,39,1,71,35,10,12,1,1,47,149,400,770,720,336,999,300,7054,5500,7053,3500,2313,5,2316,2,0,0,1255,2,0,0,0,0,4269,1,0,0,0,0,0,0,0,0
|
||||
1258,GOBLIN_ARCHER,Goblin Archer,28,1750,0,461,284,9,89,113,0,0,1,15,20,15,72,20,10,12,0,7,25,133,200,1172,672,420,2297,3,998,250,911,1000,1765,3000,501,600,1705,25,656,150,0,0,0,0,4157,1,0,0,0,0,0,0,0,0
|
||||
1259,GRYPHON,Gryphon,72,27800,0,5896,4400,1,880,1260,35,35,1,95,78,65,115,75,10,12,2,2,84,181,100,704,504,432,7048,2500,7054,5500,7063,120,1452,1500,757,150,984,185,996,150,1417,1,0,0,4163,1,0,0,0,0,0,0,0,0
|
||||
1260,DARK_FRAME,Dark Frame,59,7500,0,3652,3271,1,960,1210,10,45,1,72,42,45,85,25,10,12,1,6,67,149,200,920,720,200,7054,5500,734,1000,2505,30,0,0,512,0,1000,80,747,3,0,0,0,0,4170,1,0,0,0,0,0,0,0,0
|
||||
1261,WILD_ROSE,Wild Rose,38,2980,0,1113,688,1,315,360,0,15,1,85,15,35,65,80,10,12,0,2,24,131,100,964,864,288,7053,6000,748,50,5037,120,1767,3000,624,35,528,600,2244,2,0,0,0,0,4257,1,0,0,0,0,0,0,0,0
|
||||
1262,MUTANT_DRAGONOID,Mutant Dragonoid,65,62600,0,4730,3536,4,2400,3400,15,20,1,47,30,68,45,35,10,12,2,9,43,181,250,1280,1080,240,7054,5500,1035,500,1036,500,930,500,2627,30,522,150,505,150,504,250,0,0,4203,1,0,0,0,0,0,0,0,0
|
||||
1263,WIND_GHOST,Wind Ghost,51,4820,0,2118,1488,2,489,639,0,45,1,89,15,90,85,25,10,12,1,6,64,149,150,1056,1056,336,912,5000,932,6000,7005,500,1610,25,1611,8,996,100,1615,1,0,0,0,0,4264,1,0,0,0,0,0,0,0,0
|
||||
1264,MERMAN,Merman,53,12300,0,3345,2054,2,482,603,10,35,1,45,46,15,85,55,10,12,1,7,41,149,200,916,816,336,1054,1300,523,300,657,200,720,40,995,35,1460,3,756,203,0,0,0,0,4199,1,0,0,0,0,0,0,0,0
|
||||
1265,COOKIE,Cookie,25,950,0,310,188,1,130,153,0,25,1,35,20,53,37,90,10,12,0,7,60,145,200,1036,936,240,538,1000,530,150,979,1,645,280,2402,30,1001,40,2502,20,529,320,0,0,4293,1,0,0,0,0,0,0,0,0
|
||||
1266,ASTER,Aster,18,1452,0,122,78,1,56,64,0,10,1,19,15,1,34,5,10,12,0,5,22,145,400,1264,864,216,938,500,7013,40,1052,1200,508,200,912,60,512,100,0,0,0,0,0,0,4247,1,0,0,0,0,0,0,0,0
|
||||
1267,CARAT,Carat,51,5200,0,1926,1353,1,330,417,0,25,1,41,45,5,85,155,10,12,1,6,44,149,200,1078,768,384,7054,3200,536,1000,2409,5,5003,1,0,0,512,0,504,450,0,0,0,0,4288,1,0,0,0,0,0,0,0,0
|
||||
1268,BLOODY_KNIGHT,Bloody Knight,82,57870,0,10120,6820,3,2150,3030,60,50,1,75,70,77,125,55,10,12,2,0,87,149,250,828,528,192,7054,5500,2229,45,2317,5,2106,65,1170,1,984,304,985,433,1417,2,0,0,4320,1,0,0,0,0,0,0,0,0
|
||||
1269,CLOCK,Clock,60,11050,0,3410,2904,1,720,909,15,10,1,70,50,25,90,50,10,12,1,0,42,145,200,1092,792,480,1095,5500,1019,800,504,900,657,220,7026,30,7027,30,985,163,0,0,0,0,4299,1,0,0,0,0,0,0,0,0
|
||||
1270,TOWER_KEEPER,Tower Keeper,63,18600,0,4378,2850,3,880,1180,35,30,1,75,20,64,75,60,10,12,2,0,80,145,200,1072,672,384,1095,5500,7054,5500,999,500,520,850,2109,1,7026,2000,7027,2000,0,0,0,0,4229,1,0,0,0,0,0,0,0,0
|
||||
1271,ALLIGATOR,Alligator,42,6962,0,1379,866,1,315,360,2,5,1,45,50,10,82,65,10,12,1,2,21,145,200,1100,900,480,912,1000,1099,600,7003,2000,608,50,0,0,512,0,756,129,0,0,0,0,4252,1,0,0,0,0,0,0,0,0
|
||||
1272,DARK_LORD,Dark Lord,80,360000,0,65780,45045,2,2800,3320,30,70,1,120,64,118,99,60,10,12,2,6,89,181,100,868,768,480,1615,800,5017,500,1237,300,2334,300,2507,100,985,5300,984,4100,2609,140,0,0,4168,1,36500,5000,7005,6000,512,0,617,2000
|
||||
1273,ORC_LADY,Orc Lady,31,2000,0,644,407,1,135,170,10,10,1,42,25,15,69,55,10,12,1,7,42,149,200,1050,900,288,7053,5500,998,300,2602,1,756,40,1352,10,508,900,2338,1,2206,1,0,0,4255,1,0,0,0,0,0,0,0,0
|
||||
1274,MEGALITH,Megalith,45,5300,0,1758,1075,9,264,314,50,25,1,45,60,5,95,5,10,12,2,0,80,132,200,1332,1332,672,912,100,7049,1000,617,1,512,0,512,0,985,61,757,207,0,0,0,0,4200,1,0,0,0,0,0,0,0,0
|
||||
1275,ALICE,Alice,62,10000,0,3583,2400,1,550,700,5,5,1,64,42,85,100,130,10,12,1,7,60,145,200,1152,1152,480,7047,2500,637,40,2407,3,739,30,5085,5,503,400,2215,5,0,0,0,0,4253,1,0,0,0,0,0,0,0,0
|
||||
1276,RAYDRIC_ARCHER,Raydric Archer,52,5250,0,3025,2125,9,415,500,35,5,1,25,22,5,145,35,10,12,1,6,47,133,200,1152,1152,480,7054,5500,0,0,2315,2,1701,150,1764,2000,1715,3,985,106,0,0,0,0,4187,1,0,0,0,0,0,0,0,0
|
||||
1277,GREATEST_GENERAL,Greatest General,40,3632,0,1238,752,3,350,400,15,15,1,20,60,55,82,140,10,12,1,0,43,132,200,1152,1152,384,7054,2000,1019,2000,1501,100,512,0,2272,1,503,150,609,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1278,STALACTIC_GOLEM,Stalactite Golem,60,18700,0,3872,2695,1,950,1130,50,5,1,45,85,5,75,25,10,12,2,0,80,145,200,1264,864,288,7004,2000,7054,5500,1000,250,997,30,0,0,757,250,985,163,0,0,0,0,4223,1,0,0,0,0,0,0,0,0
|
||||
1279,TRI_JOINT,Tri-Joint,32,2300,0,386,220,1,178,206,20,5,1,48,24,10,67,20,10,12,0,4,22,149,200,860,660,624,7053,100,943,380,606,200,993,160,1001,140,0,0,757,106,0,0,0,0,4308,1,0,0,0,0,0,0,0,0
|
||||
1280,STEAM_GOBLIN,Steam Goblin,35,2490,0,864,495,1,234,269,20,5,1,59,32,15,75,25,10,12,1,7,44,145,200,1008,1008,528,911,2500,7053,4000,998,300,999,55,1003,320,0,0,757,124,744,2,0,0,4156,1,0,0,0,0,0,0,0,0
|
||||
1281,SAGEWORM,Sage Worm,43,3850,0,1155,1320,1,120,280,0,50,1,52,24,88,79,55,10,12,0,2,60,145,200,936,936,288,912,1200,1097,1000,1055,3000,2241,5,505,40,512,1000,5012,1,1550,15,0,0,4219,1,0,0,0,0,0,0,0,0
|
||||
1282,KOBOLD_ARCHER,Kobold Archer,33,2560,0,739,455,9,155,185,10,5,1,20,15,30,100,25,10,12,0,7,23,133,200,1008,1008,384,912,250,999,60,1034,5000,512,0,1763,2000,1711,5,756,79,0,0,0,0,4292,1,0,0,0,0,0,0,0,0
|
||||
1283,CHIMERA,Chimera,70,32600,0,4950,3000,1,1200,1320,30,10,1,72,110,88,75,85,10,12,2,2,63,181,200,772,672,360,7054,5500,1048,2500,657,500,1306,1,504,560,1364,1,984,160,0,0,0,0,4300,1,0,0,0,0,0,0,0,0
|
||||
1284,HUGELING,Hugeling,1,5000,0,2,1,4,7,10,0,0,1,1,1,1,6,1,10,12,2,3,21,145,200,1872,672,480,512,100,512,100,512,100,512,100,512,100,512,100,512,100,512,100,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1285,ARCHER_GUARDIAN,Guardian Archer,74,28634,0,1,1,12,1120,1600,35,60,1,80,80,90,165,55,14,16,2,7,80,133,265,1200,1200,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1286,KNIGHT_GUARDIAN,Guardian Knight,86,30214,0,1,1,2,1280,1560,55,30,1,40,140,65,125,65,14,16,2,7,80,133,275,1200,1200,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1287,SOLDIER_GUARDIAN,Guardian Soldier,56,15670,0,1,1,1,873,1036,35,0,1,56,100,45,103,43,10,12,0,4,22,133,265,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1288,EMPERIUM,Emperium,90,68430,0,109,71,1,60,71,40,50,1,17,80,50,26,20,10,12,0,4,22,0,300,1288,288,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1289,MAYA_PURPLE,Maya Purple,81,54331,0,10496,3893,2,1446,1999,68,48,1,90,80,95,90,119,10,12,2,4,82,181,100,1024,1000,480,7053,4550,757,250,756,300,969,100,984,150,985,100,639,50,10006,1,0,0,4198,1,0,0,0,0,0,0,0,0
|
||||
1290,SKELETON_GENERAL,Skeleton General,73,17043,0,8170,3370,1,910,1089,25,25,1,25,40,20,77,25,10,12,1,1,29,149,150,2276,576,432,7068,2550,756,160,503,800,1220,35,1219,80,1222,3,0,0,2274,1,0,0,4221,1,0,0,0,0,0,0,0,0
|
||||
1291,WRAITH_DEAD,Wraith Dead,74,42131,0,10341,3618,2,1366,1626,25,30,1,99,55,95,115,45,10,12,2,1,89,149,175,1816,576,240,1059,4550,2206,10,2506,8,716,700,732,5,717,850,657,150,603,100,0,0,4189,1,0,0,0,0,0,0,0,0
|
||||
1292,MINI_DEMON,Mini Demon,68,31865,0,8396,3722,1,1073,1415,30,25,1,75,40,55,89,42,10,12,0,6,27,149,150,1000,600,384,1038,4550,1039,450,0,0,757,160,912,2500,1009,10,1410,3,7054,2500,0,0,4204,1,0,0,0,0,0,0,0,0
|
||||
1293,CREAMY_FEAR,Creamy Fear,62,13109,0,7365,2691,2,667,830,45,30,1,40,16,15,68,55,10,12,0,4,24,149,155,1136,720,840,924,4550,2333,10,518,550,602,200,1550,8,1611,8,522,50,7053,1800,0,0,4298,1,0,0,0,0,0,0,0,0
|
||||
1294,KILLER_MANTIS,Killer Mantis,56,12911,0,6509,2366,1,764,927,35,20,1,26,24,5,75,40,10,12,1,4,22,149,175,1528,660,432,1031,4550,943,2500,721,10,504,5,656,25,2224,3,2108,1,7053,2500,0,0,4301,1,0,0,0,0,0,0,0,0
|
||||
1295,OWL_BARON,Owl Baron,75,59489,0,10967,4811,2,1252,1609,65,25,1,25,80,95,95,55,10,12,2,6,60,181,175,1345,824,440,7071,3500,7063,2500,1716,2,1472,1,1402,25,1514,10,5045,5,7054,2500,0,0,4238,1,0,0,0,0,0,0,0,0
|
||||
1296,KOBOLD_LEADER,Kobold Leader,65,17935,0,7432,2713,1,649,957,37,37,1,90,36,30,77,59,10,12,1,7,44,149,150,1028,528,360,999,450,1034,6500,912,1200,1511,6,1613,2,525,150,526,100,7053,1500,0,0,4291,1,0,0,0,0,0,0,0,0
|
||||
1297,ANCIENT_MUMMY,Ancient Mummy,64,40599,0,8040,3499,1,836,1129,27,27,1,19,32,5,83,35,10,12,1,1,49,149,175,1772,120,384,930,4550,934,1800,2624,1,2611,150,503,350,756,150,757,100,7053,2500,0,0,4248,1,0,0,0,0,0,0,0,0
|
||||
1298,ZOMBIE_MASTER,Zombie Master,62,13917,0,7610,2826,1,824,1084,37,26,1,20,30,5,77,35,10,12,1,1,29,149,175,2612,912,288,7071,4550,938,1500,958,1500,723,200,727,100,1260,1,2324,2,2627,2,0,0,4274,1,0,0,0,0,0,0,0,0
|
||||
1299,GOBLIN_LEADER,Goblin Leader,64,19735,0,6036,2184,1,663,753,48,16,1,55,37,30,69,58,10,12,1,8,24,149,120,1120,620,240,998,1200,999,800,756,120,2297,5,2106,2,503,650,2611,240,7054,1500,0,0,4155,1,0,0,0,0,0,0,0,0
|
||||
1300,CATERPILLAR,Caterpillar,64,14140,0,6272,3107,1,895,1448,47,29,1,25,85,15,69,45,10,12,0,4,22,149,300,1672,672,480,949,3000,7054,5500,2227,20,1000,100,997,50,501,1000,502,500,505,12,0,0,4289,1,0,0,0,0,0,0,0,0
|
||||
1301,AM_MUT,Am Mut,61,11848,0,7709,2690,1,1041,1123,50,10,1,65,40,35,83,45,10,12,0,6,27,149,200,1156,456,384,1021,4550,757,250,1517,3,969,5,2282,1,912,1200,746,250,616,1,0,0,4245,1,0,0,0,0,0,0,0,0
|
||||
1302,DARK_ILLUSION,Dark Illusion,77,101487,0,11163,4181,2,1300,1982,64,70,1,100,40,100,97,40,10,12,2,6,89,181,145,1024,768,480,1615,3,5017,2,2508,3,7054,5500,522,120,504,550,1162,2,7053,2500,0,0,4169,1,0,0,0,0,0,0,0,0
|
||||
1303,GIANT_HORNET,Giant Hornet,56,12834,0,5785,2006,1,650,851,38,43,1,38,32,10,71,64,10,12,0,4,24,149,155,1292,792,340,526,550,518,1200,522,12,610,15,1608,3,722,20,2627,1,516,3500,0,0,4271,1,0,0,0,0,0,0,0,0
|
||||
1304,GIANT_SPIDER,Giant Spider,55,11628,0,6211,2146,1,625,802,41,28,1,36,43,5,73,69,10,12,2,4,25,149,165,1468,468,768,1025,4550,1042,1200,757,140,525,450,943,1200,1096,680,7053,800,7054,800,0,0,4270,1,0,0,0,0,0,0,0,0
|
||||
1305,ANCIENT_WORM,Ancient Worm,67,22598,0,8174,3782,1,947,1115,35,30,1,35,56,55,81,72,10,12,2,4,25,149,165,1792,792,336,1042,4550,912,2500,2406,1,719,15,1096,680,938,3500,7054,2500,7053,2500,0,0,4249,1,0,0,0,0,0,0,0,0
|
||||
1306,LEIB_OLMAI,Leib Olmai,58,24223,0,6011,2171,1,740,1390,27,31,1,35,95,5,64,85,10,12,2,2,22,149,175,1260,230,192,948,4550,2289,8,740,120,518,500,526,1,969,5,7053,800,512,0,0,0,4188,1,0,0,0,0,0,0,0,0
|
||||
1307,CAT_O_NINE_TAIL,Cat'o'Nine Tails,76,64512,0,10869,4283,1,1112,1275,61,55,1,75,55,82,86,120,10,12,1,6,63,181,155,1276,576,288,5008,1,638,150,10008,5,985,600,984,800,969,6,617,1,7054,5500,0,0,4290,1,0,0,0,0,0,0,0,0
|
||||
1308,PANZER_GOBLIN,Panzer Goblin,59,13838,0,7212,2697,1,682,877,41,28,1,60,40,20,81,160,10,12,1,7,44,149,200,960,1008,840,7053,4550,7054,3500,999,180,998,360,1003,580,744,800,994,160,0,0,0,0,4310,1,0,0,0,0,0,0,0,0
|
||||
1309,GAJOMART,Gajomart,63,13699,0,6625,2900,1,916,948,85,50,1,34,10,5,75,140,10,12,0,0,83,149,300,1000,1152,828,953,6500,912,2300,503,870,2279,8,1752,10000,999,640,994,180,0,0,0,0,4151,1,0,0,0,0,0,0,0,0
|
||||
1310,MAJORUROS,Majoruros,66,57991,0,8525,3799,1,781,1301,10,25,1,50,75,50,85,48,10,12,2,2,43,149,250,1100,960,780,941,4550,1361,4,657,300,984,16,504,850,2611,160,2607,1,1000,250,0,0,4201,1,0,0,0,0,0,0,0,0
|
||||
1311,GULLINBURSTI,Gullinbursti,62,21331,0,5814,2376,1,699,1431,10,15,1,25,60,5,70,45,10,12,2,2,42,149,150,1960,960,384,1028,3500,656,290,702,6,2276,1,605,15,2627,1,912,160,0,0,0,0,4164,1,0,0,0,0,0,0,0,0
|
||||
1312,TURTLE_GENERAL,Turtle General,97,320700,0,18202,9800,1,2438,3479,50,54,1,45,55,65,105,164,10,12,2,2,42,181,200,900,1000,500,1529,8,1306,5,0,0,1417,9,7070,5500,0,0,912,5500,658,1,0,0,4305,1,39805,5000,967,5500,607,1500,617,2000
|
||||
1313,MOBSTER,Mobster,61,11347,0,4424,1688,1,910,1128,41,37,1,46,20,35,76,55,10,12,1,7,20,149,250,1100,560,580,1239,3,2601,2,2621,1,716,600,912,2500,525,450,505,60,726,4700,0,0,4317,1,0,0,0,0,0,0,0,0
|
||||
1314,PERMETER,Perimeter,63,8228,0,3756,1955,2,943,1212,46,45,1,59,60,5,69,100,10,12,1,2,40,145,250,1100,483,528,967,4550,7070,45,1019,1240,501,2450,912,1240,522,25,605,1,1519,1,0,0,4311,1,0,0,0,0,0,0,0,0
|
||||
1315,ASSULTER,Assaulter,71,15861,0,4854,2654,2,764,1499,35,28,1,74,10,35,100,100,10,12,1,7,44,149,155,1000,900,432,967,4550,7069,1200,7072,840,503,1280,912,1240,522,45,603,1,0,0,0,0,4246,1,0,0,0,0,0,0,0,0
|
||||
1316,SOLIDER,Solider,70,12099,0,4458,1951,2,796,978,57,43,1,35,85,5,74,100,10,12,1,2,42,145,250,1452,483,528,967,4550,7070,64,7067,850,502,2100,912,1240,518,850,1519,1,0,0,0,0,4220,1,0,0,0,0,0,0,0,0
|
||||
1317,SEAL,Seal,63,9114,0,3765,1824,1,845,1202,25,33,1,28,22,15,69,84,10,12,1,2,21,133,250,1612,622,583,912,4500,510,250,2310,5,7053,1200,1452,1,525,200,746,120,0,0,0,0,4312,1,0,0,0,0,0,0,0,0
|
||||
1318,HEATER,Heater,68,11020,0,3766,2359,2,682,1007,40,42,1,47,25,5,71,100,10,12,1,2,43,149,250,1452,483,528,967,4550,7070,750,501,2400,912,1640,526,140,7054,600,1505,2,7068,1250,0,0,4331,1,0,0,0,0,0,0,0,0
|
||||
1319,FREEZER,Freezer,72,8636,0,3665,2197,1,672,984,55,43,1,41,59,5,67,100,10,12,1,2,41,149,250,1452,483,528,967,4550,7070,850,7066,1250,912,1800,526,160,7053,600,1504,5,0,0,0,0,4319,1,0,0,0,0,0,0,0,0
|
||||
1320,OWL_DUKE,Owl Duke,75,26623,0,7217,3474,1,715,910,27,49,1,45,40,75,79,88,10,12,2,6,60,181,195,1345,824,440,7071,4550,7063,1500,1714,1,747,1,1451,3,1513,2,5045,1,7054,1500,0,0,4237,1,0,0,0,0,0,0,0,0
|
||||
1321,DRAGON_TAIL,Dragon Tail,61,8368,0,3587,1453,1,520,715,25,19,1,68,15,5,67,67,10,12,1,4,44,149,175,862,534,312,7064,4550,1096,400,943,800,2207,8,2226,2,601,300,602,150,0,0,0,0,4178,1,0,0,0,0,0,0,0,0
|
||||
1322,SPRING_RABBIT,Spring Rabbit,58,9045,0,3982,1766,1,585,813,29,21,1,61,5,15,77,90,10,12,1,2,42,131,160,1120,552,511,7054,3500,7053,2500,949,2500,511,800,508,800,510,200,509,800,0,0,0,0,4227,1,0,0,0,0,0,0,0,0
|
||||
1323,SEE_OTTER,Sea Otter,59,9999,0,3048,1642,1,650,813,33,35,1,36,40,25,82,65,10,12,1,2,61,133,190,1132,583,532,722,150,965,5500,7065,4500,725,50,726,50,746,650,7053,1200,0,0,0,0,4326,1,0,0,0,0,0,0,0,0
|
||||
1324,TREASURE_BOX1,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1325,TREASURE_BOX2,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7073,80,658,500,604,10000,984,5000,985,7500,1239,1500,2252,75,1165,8,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1326,TREASURE_BOX3,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1327,TREASURE_BOX4,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7074,80,658,500,604,10000,984,5000,985,7500,2108,1000,1306,75,5022,8,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1328,TREASURE_BOX5,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1329,TREASURE_BOX6,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7075,80,658,500,604,10000,984,5000,985,7500,2102,834,5019,100,5002,9,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1330,TREASURE_BOX7,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1331,TREASURE_BOX8,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7076,80,658,500,604,10000,984,5000,985,7500,2616,500,2334,125,2622,9,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1332,TREASURE_BOX9,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1333,TREASURE_BOX10,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7077,80,658,500,604,10000,984,5000,985,7500,2104,500,2331,150,2623,10,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1334,TREASURE_BOX11,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1335,TREASURE_BOX12,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7078,80,658,500,604,10000,984,5000,985,7500,2270,500,1716,150,2256,10,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1336,TREASURE_BOX13,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1337,TREASURE_BOX14,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7079,80,658,500,604,10000,984,5000,985,7500,1238,375,1531,150,2318,10,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1338,TREASURE_BOX15,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1339,TREASURE_BOX16,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7080,80,658,500,604,10000,984,5000,985,7500,2626,300,1472,167,2327,10,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1340,TREASURE_BOX17,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1341,TREASURE_BOX18,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7081,80,658,500,604,10000,984,5000,985,7500,1143,250,1237,188,2235,12,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1342,TREASURE_BOX19,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1343,TREASURE_BOX20,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7082,80,658,500,604,10000,984,5000,985,7500,617,250,1229,188,5007,19,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1344,TREASURE_BOX21,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1345,TREASURE_BOX22,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7083,80,658,500,604,10000,984,5000,985,7500,2508,1000,2336,69,2621,20,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1346,TREASURE_BOX23,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1347,TREASURE_BOX24,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7084,80,658,500,604,10000,984,5000,985,7500,2106,1000,1164,50,5025,24,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1348,TREASURE_BOX25,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1349,TREASURE_BOX26,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7085,80,658,500,604,10000,984,5000,985,7500,2231,750,2624,46,2286,25,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1350,TREASURE_BOX27,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1351,TREASURE_BOX28,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7086,80,658,500,604,10000,984,5000,985,7500,2283,500,2615,41,2234,32,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1352,TREASURE_BOX29,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1353,TREASURE_BOX30,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7087,80,658,500,604,10000,984,5000,985,7500,2507,500,2625,38,5027,34,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1354,TREASURE_BOX31,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1355,TREASURE_BOX32,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7088,80,658,500,604,10000,984,5000,985,7500,2407,429,2269,250,2317,35,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1356,TREASURE_BOX33,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1357,TREASURE_BOX34,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7089,80,658,500,604,10000,984,5000,985,7500,2109,300,2406,273,2258,38,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1358,TREASURE_BOX35,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1359,TREASURE_BOX36,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7090,80,658,500,604,10000,984,5000,985,7500,1142,215,2255,60,5017,38,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1360,TREASURE_BOX37,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1361,TREASURE_BOX38,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7091,80,658,500,604,10000,984,5000,985,7500,1417,50,5053,50,2229,50,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1362,TREASURE_BOX39,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,732,8000,608,3000,607,2500,2504,800,2404,800,2315,800,2104,800,616,1000,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1363,TREASURE_BOX40,Treasure Chest,99,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,7092,80,658,500,604,10000,984,5000,985,7500,2506,43,2254,43,1529,38,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1364,G_ASSAULTER,Assaulter,59,18251,0,1,1,2,195,227,35,36,85,55,10,35,145,100,10,12,1,7,44,149,155,1000,900,432,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1365,APOCALYPSE,Apocalypse,66,22680,0,6540,4935,2,1030,1370,62,49,1,48,120,108,66,85,10,12,2,0,60,133,400,1564,864,576,7095,5500,7094,2400,7093,2200,985,5,757,15,2506,20,0,0,0,0,0,0,4242,1,0,0,0,0,0,0,0,0
|
||||
1366,LAVA_GOLEM,Lava Golem,77,24324,0,6470,3879,1,1541,2049,65,50,1,57,115,70,76,68,10,12,2,0,83,133,400,1564,864,576,7096,5000,7097,3800,2317,1,2316,2,504,2500,0,0,0,0,0,0,0,0,4184,1,0,0,0,0,0,0,0,0
|
||||
1367,BLAZZER,Blazer,43,8252,0,3173,1871,2,533,709,50,40,1,52,50,39,69,40,10,12,0,6,43,133,180,1564,864,576,7097,5500,7098,3700,504,4000,0,0,0,0,0,0,0,0,0,0,0,0,4215,1,0,0,0,0,0,0,0,0
|
||||
1368,GEOGRAPHER,Geographer,56,8071,0,2715,2000,3,467,621,28,26,1,67,47,60,68,44,10,12,0,3,62,132,2000,1564,864,576,1032,7500,1033,5500,2253,30,2207,50,0,0,0,0,0,0,0,0,0,0,4280,1,0,0,0,0,0,0,0,0
|
||||
1369,GRAND_PECO,Grand Peco,58,8054,0,2387,1361,2,444,565,37,30,1,67,66,50,71,51,10,12,2,2,43,137,165,1564,864,576,7101,5000,522,300,992,1000,969,1,0,0,0,0,0,0,0,0,0,0,4161,1,0,0,0,0,0,0,0,0
|
||||
1370,SUCCUBUS,Succubus,85,16955,0,5357,4322,2,1268,1686,54,48,1,97,95,150,89,87,10,12,1,6,67,133,155,1564,864,576,522,1500,2407,3,2611,500,2613,150,2601,2,1472,1,505,1000,0,0,0,0,4218,1,0,0,0,0,0,0,0,0
|
||||
1371,FAKE_ANGEL,Fake Angel,65,16845,0,3371,1949,2,513,682,50,35,1,64,57,70,61,88,10,12,0,8,66,133,160,1564,864,576,7104,5500,7105,3500,717,1000,715,1000,716,1000,0,0,0,0,0,0,0,0,4316,1,0,0,0,0,0,0,0,0
|
||||
1372,GOAT,Goat,69,11077,0,3357,2015,1,457,608,44,25,1,58,66,62,67,43,10,12,2,2,63,145,165,1564,864,576,7106,5000,7107,2500,713,5000,507,500,510,1000,508,2500,511,5500,0,0,0,0,4150,1,0,0,0,0,0,0,0,0
|
||||
1373,LORD_OF_DEATH,Lord of Death,94,303383,0,131343,43345,2,2430,4104,77,73,1,99,120,169,100,106,10,12,2,6,67,181,300,1564,864,576,7108,5500,1417,5,607,2500,2621,2,2624,2,1306,1,1529,2,658,1,0,0,4276,1,10000,1000,732,2000,617,2000,607,5500
|
||||
1374,INCUBUS,Incubus,75,17281,0,5254,4212,1,1408,1873,58,46,1,97,95,150,89,87,10,12,1,6,67,133,165,1564,864,576,522,1500,504,5500,1306,2,2621,1,2610,500,2613,150,504,1200,5072,1,0,0,4268,1,0,0,0,0,0,0,0,0
|
||||
1375,THE_PAPER,The Paper,56,18557,0,2849,1998,1,845,1124,25,24,1,66,52,76,71,79,10,12,1,0,60,133,170,1564,864,576,7111,5500,7112,3200,503,800,511,2000,0,0,0,0,0,0,0,0,0,0,4172,1,0,0,0,0,0,0,0,0
|
||||
1376,HARPY,Harpy,70,16599,0,3562,2133,1,956,1231,42,44,1,112,72,103,74,76,10,12,1,6,64,133,155,1564,864,576,7115,5500,7116,2500,502,1500,503,800,0,0,0,0,0,0,0,0,0,0,4325,1,0,0,0,0,0,0,0,0
|
||||
1377,ELDER,Elder,64,21592,0,4650,3408,3,421,560,45,68,1,76,68,108,72,86,10,12,2,7,80,133,165,1564,864,576,7099,4500,7117,1500,7118,1500,1472,4,1473,1,0,0,0,0,0,0,0,0,4251,1,0,0,0,0,0,0,0,0
|
||||
1378,DEMON_PUNGUS,Demon Pungus,56,7259,0,3148,1817,1,360,479,48,31,1,83,55,59,63,34,10,12,0,6,65,133,170,1564,864,576,7119,4200,7001,4700,715,4000,0,0,0,0,0,0,0,0,0,0,0,0,4173,1,0,0,0,0,0,0,0,0
|
||||
1379,NIGHTMARE_TERROR,Nightmare Terror,78,22605,0,6683,4359,1,757,1007,37,37,1,76,55,60,77,54,10,12,2,6,67,133,165,1564,864,576,7120,5500,2626,1,2608,30,505,50,510,150,0,0,0,0,0,0,0,0,4166,1,0,0,0,0,0,0,0,0
|
||||
1380,DRILLER,Driller,52,7452,0,3215,1860,1,666,886,48,31,1,66,58,50,60,47,10,12,1,2,22,133,165,1564,864,576,1012,7500,715,4000,716,3500,0,0,0,0,0,0,0,0,0,0,0,0,4180,1,0,0,0,0,0,0,0,0
|
||||
1381,GRIZZLY,Grizzly,68,11733,0,3341,2012,1,809,1076,44,32,1,54,68,58,70,61,10,12,2,2,63,133,165,1564,864,576,948,7500,919,7500,549,2500,0,0,0,0,0,0,0,0,0,0,0,0,4162,1,0,0,0,0,0,0,0,0
|
||||
1382,DIABOLIC,Diabolic,67,9642,0,3662,2223,1,796,1059,64,36,1,84,53,67,71,69,10,12,0,6,47,133,150,1564,864,576,1038,6800,1039,5700,2605,3,984,20,0,0,0,0,0,0,0,0,0,0,4182,1,0,0,0,0,0,0,0,0
|
||||
1383,EXPLOSION,Explosion,46,8054,0,2404,1642,1,336,447,35,27,1,61,56,50,66,38,10,12,0,2,63,133,165,1564,864,576,7006,6500,7097,2500,7122,3500,756,1000,522,500,0,0,0,0,0,0,0,0,4267,1,0,0,0,0,0,0,0,0
|
||||
1384,SKY_DELETER,Sky Deleter,66,17292,0,3403,2066,1,446,593,45,53,1,105,40,65,72,54,10,12,1,9,44,133,175,1564,864,576,7123,4200,1035,5500,1037,4000,1036,3700,0,0,0,0,0,0,0,0,0,0,4158,1,0,0,0,0,0,0,0,0
|
||||
1385,EARTH_DELETER,Earth Deleter,65,15168,0,3403,2066,1,446,593,52,53,1,67,40,65,72,68,10,12,1,9,42,133,175,1564,864,576,7123,4200,1035,5500,1037,4000,1036,3700,0,0,0,0,0,0,0,0,0,0,4279,1,0,0,0,0,0,0,0,0
|
||||
1386,SLEEPER,Sleeper,67,8237,0,3603,2144,1,593,789,49,35,1,48,100,57,75,28,10,12,1,0,42,133,195,1564,864,576,7124,5500,1056,5500,997,3500,756,300,1226,5,1222,20,7043,1400,0,0,0,0,4228,1,0,0,0,0,0,0,0,0
|
||||
1387,GIG,Gig,60,8409,0,3934,2039,1,360,479,60,28,1,61,80,53,59,46,10,12,0,2,41,133,170,1564,864,576,7125,5000,904,7500,716,150,525,2500,994,850,0,0,0,0,0,0,0,0,4165,1,0,0,0,0,0,0,0,0
|
||||
1388,ARCHANGELING,Archangeling,60,79523,0,4152,2173,1,669,890,54,58,1,65,80,74,65,105,10,12,1,8,66,181,180,1564,864,576,2254,5,610,1800,608,150,985,15,984,55,2317,3,0,500,0,0,0,0,4241,1,0,0,0,0,0,0,0,0
|
||||
1389,DRACULA,Dracula,85,320096,0,120157,38870,3,1625,1891,45,76,1,95,90,87,85,100,10,12,2,6,87,181,145,1564,864,576,607,4700,1473,5,1722,5,2507,15,2621,4,1557,4,0,0,0,0,0,0,4134,1,500,5000,607,5500,732,3000,522,1000
|
||||
1390,VIOLY,Violy,75,18257,0,6353,3529,10,738,982,37,36,1,93,54,85,101,83,10,12,1,7,40,133,170,1564,864,576,1060,6500,1611,50,740,1200,2610,800,526,1400,0,0,0,0,0,0,0,0,4209,1,0,0,0,0,0,0,0,0
|
||||
1391,GALAPAGO,Galapago,63,9145,0,3204,1966,1,457,608,33,33,1,56,56,45,66,57,10,12,1,2,22,131,165,1564,864,576,7053,6700,610,1500,503,2500,606,100,605,100,0,0,0,0,0,0,0,0,4152,1,0,0,0,0,0,0,0,0
|
||||
1392,ROTAR_ZAIRO,Rotar Zairo,25,1209,0,351,215,1,109,137,4,34,1,62,45,26,55,5,10,12,1,0,44,133,155,1564,864,576,7126,500,2312,1,2309,1,999,450,984,1,912,2500,910,5500,7053,1000,0,0,4192,1,0,0,0,0,0,0,0,0
|
||||
1393,G_MUMMY,G Mummy,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1394,G_ZOMBIE,G Zombie,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1395,CRYSTAL_1,Wind Crystal,1,15,0,0,0,1,1,2,100,99,1,1,1,1,999,1,7,12,0,3,22,193,2000,300,300,1,547,5000,526,3000,607,1000,2504,500,2631,300,603,150,617,100,616,50,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1396,CRYSTAL_2,Earth Crystal,1,15,0,0,0,1,1,2,100,99,1,1,1,1,999,1,7,12,0,3,22,193,2000,300,300,1,604,5000,999,3000,2104,1000,2213,500,2631,300,603,150,617,100,616,50,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1397,CRYSTAL_3,Fire Crystal,1,15,0,0,0,1,1,2,100,99,1,1,1,1,999,1,7,12,0,3,22,193,2000,300,300,1,604,5000,984,3000,7047,1000,2322,500,2631,300,603,150,617,100,616,50,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1398,CRYSTAL_4,Water Crystal,1,15,0,0,0,1,1,2,100,99,1,1,1,1,999,1,7,12,0,3,22,193,2000,300,300,1,505,5000,985,3000,706,1000,2404,500,2631,300,603,150,617,100,616,50,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1399,EVENT_BAPHO,Baphomet,68,864960,0,562340,87895,2,3220,4040,35,45,1,152,96,85,120,95,10,10,2,6,67,181,100,1068,768,576,1417,550,1306,680,2110,640,1145,480,2327,1500,2111,500,2621,1720,2256,1550,0,0,0,0,500,5000,7146,7000,923,3800,526,500
|
||||
1400,KARAKASA,Karakasa,30,3092,0,489,322,1,140,183,1,20,1,40,12,5,10,1,10,12,1,0,60,129,300,1480,480,1056,7150,4500,7151,5000,912,4000,1019,3500,7111,2500,746,50,512,0,0,0,0,0,4286,1,0,0,0,0,0,0,0,0
|
||||
1401,SHINOBI,Shinobi,69,12700,0,4970,3010,1,460,1410,34,21,1,85,25,25,100,100,10,12,1,7,67,133,200,1480,480,720,7156,5500,7157,2000,7053,2300,739,30,2337,8,2335,8,2336,1,0,0,0,0,4230,1,0,0,0,0,0,0,0,0
|
||||
1402,POISON_TOAD,Poison Toad,46,6629,0,1929,1457,1,288,408,5,10,1,34,19,14,66,55,10,12,1,2,45,129,165,976,576,288,7154,4000,7155,6000,724,5,526,160,506,1000,2610,150,909,0,0,0,0,0,4175,1,0,0,0,0,0,0,0,0
|
||||
1403,ANTIQUE_FIRELOCK,Antique Firelock,47,3852,0,1293,1003,9,289,336,10,10,1,37,29,15,101,15,10,12,1,1,49,133,200,2276,576,432,998,5500,7126,1500,549,350,525,300,503,20,0,0,2285,0,0,0,0,0,4160,1,0,0,0,0,0,0,0,0
|
||||
1404,MIYABI_DOLL,Miyabi Doll,33,6300,0,795,493,1,250,305,1,20,1,31,15,10,47,15,10,12,1,6,27,145,200,1720,500,420,7153,2500,7152,5500,1000,1300,7005,100,504,500,2613,1,1904,1,0,0,0,0,4208,1,0,0,0,0,0,0,0,0
|
||||
1405,TENGU,Tengu,65,16940,0,4207,2843,2,660,980,12,82,1,45,69,45,75,25,10,12,2,6,42,133,150,1056,1056,336,7159,4000,7158,6000,999,80,7063,50,522,200,2278,0,909,0,0,0,0,0,4282,1,0,0,0,0,0,0,0,0
|
||||
1406,KAPHA,Kapha,41,7892,0,2278,1552,3,399,719,20,38,1,65,49,22,73,140,10,12,1,5,21,133,200,1152,1152,384,7149,6500,7053,4000,912,600,521,2300,520,2000,640,10,708,100,0,0,0,0,4287,1,0,0,0,0,0,0,0,0
|
||||
1407,DOKEBI_,Dokebi,0,0,0,0,0,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1408,BLOODY_BUTTERFLY,Bloody Butterfly,57,8082,0,2119,1562,2,354,575,5,23,1,65,35,37,116,30,10,13,1,4,44,133,150,872,500,300,7163,4700,7168,2500,602,1000,924,5500,1962,1,1802,5,0,0,0,0,0,0,4327,1,0,0,0,0,0,0,0,0
|
||||
1409,DUMPLING_CHILD,Dumpling Child,27,2098,0,231,149,1,112,134,5,12,1,22,29,5,41,10,10,13,0,7,20,145,200,1672,672,480,7150,3500,7151,2200,7187,3000,2262,10,553,1000,7192,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1410,ENCHANTED_PEACH_TREE,Enchanted Peach Tree,55,10050,0,2591,1799,8,482,603,10,38,1,45,120,39,120,55,10,13,1,3,42,132,400,1288,576,288,7164,4700,522,1700,526,1000,604,300,532,90,0,0,0,0,0,0,0,0,4217,1,0,0,0,0,0,0,0,0
|
||||
1412,TAOIST_HERMIT,Taoist Hermit,57,15003,0,3304,2198,9,620,899,25,59,1,66,21,76,130,79,10,13,2,0,40,133,150,1754,544,288,7162,5000,553,6500,548,5500,550,4400,1908,1,757,250,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1413,HERMIT_PLANT,Hermit Plant,46,6900,0,1038,692,1,220,280,10,20,1,42,36,55,66,30,10,13,0,3,43,145,400,2208,1008,324,520,2500,521,2500,1032,3500,1033,3500,1951,3,516,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1415,BABY_LEOPARD,Baby Leopard,32,2590,0,352,201,1,155,207,0,5,1,44,20,4,49,10,10,13,0,2,28,133,150,988,288,168,7171,5500,7172,3700,517,2000,756,129,537,600,1214,100,0,0,0,0,0,0,4233,1,0,0,0,0,0,0,0,0
|
||||
1416,EVIL_NYMPH,Evil Nymph,63,18029,0,3945,2599,1,691,1382,12,75,1,64,12,69,100,80,10,13,1,6,67,133,200,1672,672,288,7165,4000,7166,4000,1904,1,984,105,1906,1,0,0,0,0,0,0,0,0,4258,1,0,0,0,0,0,0,0,0
|
||||
1417,ZIPPER_BEAR,Zipper Bear,35,2901,0,370,255,1,248,289,10,5,1,25,55,15,28,25,10,13,1,2,27,145,200,976,576,288,7161,4700,7167,3200,518,800,512,100,526,500,0,0,0,0,0,0,0,0,4281,1,0,0,0,0,0,0,0,0
|
||||
1418,EVIL_SNAKE_LORD,Evil Snake Lord,73,254993,0,34288,17950,1,1433,2033,25,55,1,83,62,80,164,88,10,12,2,2,68,181,200,976,500,400,7169,6500,10020,6500,5012,300,617,1500,0,0,0,0,0,0,0,0,0,0,4330,1,524,5000,985,2000,607,3600,608,1000
|
||||
1419,G_FARMILIAR,Farmiliar,8,155,0,0,0,1,20,28,0,0,1,12,8,5,28,1,10,12,0,2,27,133,150,1276,576,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1420,G_Skel_archer,Skeleton Archer,31,3040,0,0,0,9,128,153,0,0,1,8,14,5,90,5,10,12,1,1,29,133,300,2864,864,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1421,G_ISIS,Isis,43,4828,0,0,0,1,423,507,10,35,1,65,43,30,72,15,10,12,2,6,27,149,200,1384,768,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1422,G_HUNTER_FLY,Hunter Fly,42,5242,0,0,0,1,246,333,25,15,1,105,32,15,72,30,10,12,0,4,44,133,150,676,576,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1423,G_GHOUL,Ghoul,39,5118,0,0,0,1,420,500,5,20,1,20,29,0,33,20,10,12,1,1,49,133,250,2456,912,504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1424,G_SIDE_WINDER,Sidewinder,43,4929,0,0,0,1,240,320,5,10,1,43,40,15,115,20,10,12,1,2,25,149,200,1576,576,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1425,G_OBEAUNE,Obeaune,31,3952,0,0,0,1,141,165,0,40,1,31,31,55,74,85,10,12,1,5,41,149,200,1872,672,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1426,G_MARC,Marc,36,6900,0,0,0,1,220,280,5,10,1,36,36,20,56,30,10,12,1,5,41,133,150,1272,72,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1427,G_NIGHTMARE,Nightmare,49,4437,0,0,0,1,447,529,0,40,1,74,25,15,64,10,10,12,2,6,68,149,150,1816,816,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1428,G_POISON_SPORE,Poison Spore,19,665,0,0,0,1,89,101,0,0,1,19,25,1,24,1,10,12,1,3,25,133,200,1672,672,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1429,G_ARGIOPE,Argiope,41,4382,0,0,0,1,395,480,30,0,1,41,31,10,56,30,10,12,2,4,25,149,300,1792,792,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1430,G_ARGOS,Argor,25,1117,0,0,0,1,158,191,15,0,1,25,25,5,32,15,10,12,2,4,25,149,300,1468,468,768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1431,G_BAPHOMET_,Baphomet,50,8578,0,0,0,1,487,590,15,25,1,75,55,1,93,45,10,12,0,6,27,149,100,868,480,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1432,G_DESERT_WOLF,Desert Wolf,27,1716,0,0,0,1,169,208,0,10,1,27,45,15,56,10,10,12,1,2,23,141,200,1120,420,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1433,G_DEVIRUCHI,Deviruchi,46,7360,0,0,0,1,475,560,10,25,1,69,40,55,87,30,10,12,0,6,27,149,150,980,600,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1434,G_DRAINLIAR,Drainliar,24,1162,0,0,0,1,74,84,0,0,1,36,24,1,78,1,10,12,0,2,47,149,250,1276,576,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1435,G_EVIL_DRUID,Evil Druid,58,16506,0,0,0,1,420,670,5,60,1,29,58,80,68,30,10,12,2,1,89,149,300,2276,576,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1436,G_JAKK,Jakk,38,3581,0,0,0,1,315,382,5,30,1,38,38,43,75,45,10,12,1,0,43,149,200,1180,480,648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1437,G_JOKER,Joker,57,12450,0,0,0,1,621,738,10,35,1,143,47,75,98,175,10,12,2,7,84,149,100,1364,864,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1438,G_KHALITZBURG,Khalitzburg,63,19276,0,0,0,1,875,1025,45,10,1,65,48,5,73,40,10,12,2,1,29,149,350,528,1000,396,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1439,G_HIGH_ORC,High Orc,52,6890,0,0,0,1,428,533,15,5,1,46,55,35,82,40,10,12,2,7,43,149,150,1500,500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1440,G_STEM_WORM,Stem Worm,40,6136,0,0,0,2,290,375,5,10,1,30,26,15,79,35,10,12,1,3,24,149,200,1500,500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1441,G_PENOMENA,Penomena,57,7256,0,0,0,7,415,565,5,50,1,5,35,15,136,30,10,12,1,5,25,149,400,832,500,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1442,G_SASQUATCH,Sasquatch,30,3163,0,0,0,1,250,280,5,0,1,25,60,10,34,20,10,12,2,2,60,149,300,1260,192,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1443,G_CRUISER,Cruiser,35,2820,0,0,0,7,175,215,5,5,1,40,10,10,90,25,10,12,1,0,60,149,400,1296,1296,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1444,G_CHEPET,Chepet,42,4950,0,0,0,1,380,440,0,25,1,72,35,71,65,85,10,12,1,7,23,149,400,672,672,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1445,G_RAGGLER,Raggler,21,1020,0,0,0,1,102,113,0,5,1,10,32,20,39,35,10,12,0,2,24,149,200,1000,900,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1446,G_INJUSTICE,Injustice,51,7600,0,0,0,1,480,600,0,0,1,42,39,0,71,35,10,12,1,1,47,149,400,770,720,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1447,G_GRYPHON,Gryphon,72,27800,0,0,0,1,880,1260,35,35,1,95,78,65,115,75,10,12,2,2,84,181,100,704,504,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1448,G_DARK_FRAME,Dark Frame,59,7500,0,0,0,1,960,1210,10,45,1,72,42,45,85,25,10,12,1,6,67,149,200,920,720,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1449,G_MUTANT_DRAGON,Muntant Dragon,65,62600,0,0,0,4,2400,3400,15,20,1,47,30,68,45,35,10,12,2,9,43,181,250,1280,1080,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1450,G_WIND_GHOST,Wind Ghost,51,4820,0,0,0,2,489,639,0,45,1,89,15,90,85,25,10,12,1,6,64,149,150,1056,1056,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1451,G_MERMAN,Merman,53,12300,0,0,0,2,482,603,10,35,1,45,46,15,85,55,10,12,1,7,41,149,200,916,816,336,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1452,G_ORC_LADY,Orc Lady,31,2000,0,0,0,1,135,170,10,10,1,42,25,15,69,55,10,12,1,7,42,149,200,1050,900,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1453,G_RAYDRIC_ARCHER,Raydric Archer,52,5250,0,0,0,9,415,500,35,5,1,25,22,5,145,35,10,12,1,6,47,133,200,1152,1152,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1454,G_TRI_JOINT,Tri Joint,32,2300,0,0,0,1,178,206,20,5,1,48,24,10,67,20,10,12,0,4,22,149,200,860,660,624,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1455,G_KOBOLD_ARCHER,Kobold Archer,33,2560,0,0,0,9,155,185,10,5,1,20,15,30,100,25,10,12,0,7,23,133,200,1008,1008,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1456,G_CHIMERA,Chimera,70,32600,0,0,0,1,1200,1320,30,10,1,72,110,88,75,85,10,12,2,2,63,181,200,772,672,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1457,G_MANTIS,Mantis,26,2472,0,0,0,1,118,149,10,0,1,26,24,5,45,15,10,12,1,4,22,149,200,1528,660,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1458,G_MARDUK,Marduk,40,4214,0,0,0,1,315,382,0,60,1,40,20,79,78,20,10,12,2,7,23,149,300,1540,840,504,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1459,G_MARIONETTE,Marionette,41,3222,0,0,0,1,355,422,0,25,1,62,36,44,69,45,10,12,0,6,68,149,300,1480,480,1056,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1460,G_MATYR,Matyr,31,2585,0,0,0,1,134,160,0,0,1,47,38,5,64,5,10,12,1,2,27,149,150,432,432,360,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1461,G_MINOROUS,Minorous,52,7431,0,0,0,1,590,770,15,5,1,42,61,66,52,25,10,12,2,2,43,149,200,1360,960,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1462,G_ORC_SKELETON,Orc Skeleton,28,2278,0,0,0,1,190,236,10,10,1,14,18,0,30,15,10,12,1,1,29,133,200,2420,720,648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1463,G_ORC_ZOMBIE,Orc Zombie,24,1568,0,0,0,1,151,184,5,10,1,12,24,0,24,5,10,12,1,1,29,133,400,2852,1152,840,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1464,G_PASANA,Pasana,61,8289,0,0,0,1,513,682,29,35,1,73,50,61,69,43,10,12,1,7,43,149,165,1700,1000,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1465,G_PETIT,Petit,44,6881,0,0,0,1,360,427,30,30,1,44,62,69,79,60,10,12,1,9,22,149,200,1624,620,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1466,G_PETIT_,Petit,45,5747,0,0,0,1,300,355,20,45,1,113,45,69,73,80,10,12,1,9,24,149,150,1420,1080,528,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1467,G_RAYDRIC,Raydric,52,8613,0,0,0,1,830,930,40,15,1,47,42,5,69,26,10,12,2,7,47,149,150,824,780,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1468,G_REQUIEM,Requim,35,3089,0,0,0,1,220,272,0,15,1,53,35,5,57,2,10,12,1,7,27,133,400,1516,816,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1469,G_SKEL_WORKER,Skeletom Worker,30,2872,0,0,0,1,242,288,0,15,1,15,30,5,42,10,10,12,1,1,29,133,400,2420,720,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1470,G_ZEROM,Zerom,23,1109,0,0,0,1,127,155,0,10,1,23,23,5,42,1,10,12,1,7,23,133,200,1780,1080,432,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1471,G_NINE_TAIL,Nine Tail,51,9466,0,0,0,1,610,734,10,25,1,80,46,1,89,85,10,12,1,2,63,149,150,840,540,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1472,G_BON_GUN,Bon Gun,32,3520,0,0,0,1,220,260,0,0,1,15,36,10,48,15,10,12,1,1,29,149,200,1720,500,420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1473,G_ORC_ARCHER,Orc Archer,49,7440,0,0,0,9,310,390,10,5,1,44,25,20,125,20,10,12,1,7,22,149,300,1960,620,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1474,G_MIMIC,Mimic,51,6120,0,0,0,1,150,900,10,40,1,121,1,60,75,110,10,12,1,0,60,149,100,972,500,288,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1475,G_WRAITH,Wraith,53,10999,0,0,0,1,580,760,5,30,1,95,30,75,95,35,10,12,2,1,89,149,300,1816,576,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1476,G_ALARM,Alarm,58,10647,0,0,0,1,480,600,15,15,1,62,72,10,85,45,10,12,1,0,60,149,300,1020,500,768,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1477,G_ARCLOUSE,Arclouse,59,6075,0,0,0,1,570,640,10,15,1,75,5,5,75,50,10,12,1,4,42,149,100,960,500,480,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1478,G_RIDEWORD,Rideword,59,11638,0,0,0,1,584,804,5,35,1,75,10,20,120,45,10,12,0,0,60,149,150,864,500,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1479,G_SKEL_PRISONER,Skeleton Prisoner,52,8691,0,0,0,1,660,890,10,20,1,20,36,0,76,25,10,12,1,1,69,141,350,1848,500,576,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1480,G_ZOMBIE_PRISONER,Zombie Prisoner,53,11280,0,0,0,1,780,930,10,20,1,24,39,0,72,25,10,12,1,1,69,141,350,1768,500,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1481,G_PUNK,Punk,43,3620,0,0,0,1,292,365,0,45,1,105,5,45,65,20,10,12,0,3,24,149,300,1500,500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1482,G_ZHERLTHSH,Zherlthsh,63,18300,0,0,0,1,700,850,10,15,1,85,40,30,125,60,10,12,1,7,60,141,200,800,792,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1483,G_RYBIO,Rybio,71,9572,0,0,0,1,686,912,45,37,1,97,75,74,77,90,10,12,2,6,40,149,200,1500,500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1484,G_PHENDARK,Phendark,73,22729,0,0,0,1,794,1056,52,36,1,62,120,65,77,66,10,12,2,7,40,149,175,1500,500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1485,G_MYSTELTAINN,Mysteltainn,76,33350,0,0,0,2,1160,1440,30,30,1,139,80,35,159,65,10,12,2,0,87,181,250,1152,500,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1486,G_TIRFING,Trifing,71,29900,0,0,0,1,950,1146,30,35,1,87,55,35,132,65,10,12,1,0,67,181,100,816,500,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1487,G_EXECUTIONER,Executioner,65,28980,0,0,0,2,570,950,35,35,1,85,40,25,88,60,10,12,2,0,47,181,200,768,500,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1488,G_ANOLIAN,Anolian,63,18960,0,0,0,1,640,760,15,15,1,43,58,25,97,65,10,12,1,5,41,149,200,900,500,864,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1489,G_STING,Sting,61,9500,0,0,0,1,850,1032,5,30,1,45,55,5,120,85,10,12,1,0,62,149,300,528,500,240,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1490,G_WANDER_MAN,Wandering Man,74,8170,0,0,0,2,750,1000,5,5,1,192,38,45,127,85,10,12,1,6,24,149,100,672,500,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1491,G_DOKEBI,Dokebi,33,2697,0,0,0,1,197,249,0,10,1,50,40,35,69,40,10,12,0,6,27,145,250,1156,456,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1492,INCANTATION_SAMURAI,Incantation Samurai,71,218652,0,53600,5000,1,1219,2169,10,51,1,85,78,85,150,60,10,12,2,7,67,181,200,1152,1152,480,7146,5000,505,500,999,500,984,1000,985,1000,607,500,608,500,504,500,0,0,4263,1,5000,1000,7146,6000,608,500,0,0
|
||||
1493,DRYAD,Dryad,50,8791,0,2763,1493,3,499,589,15,33,1,75,55,1,78,45,10,12,1,3,64,149,200,1152,1152,384,7188,3000,7198,1100,7197,6000,1951,200,2269,2,1964,1,7100,3200,0,0,0,0,4177,1,0,0,0,0,0,0,0,0
|
||||
1494,BEETLE_KING,Beetle King,34,1874,0,679,442,1,191,243,45,12,1,34,10,1,50,1,10,12,0,4,22,149,200,1152,1152,384,7190,9000,7202,6000,928,600,955,600,2102,15,0,0,0,0,0,0,0,0,4307,1,0,0,0,0,0,0,0,0
|
||||
1495,STONE_SHOOTER,Stone Shooter,42,4104,0,1238,752,9,309,350,12,45,1,40,20,79,92,20,10,12,1,3,63,133,150,1872,1248,428,7203,8000,7188,6000,7201,3000,7049,1500,1019,1000,756,197,0,0,0,0,0,0,4225,1,0,0,0,0,0,0,0,0
|
||||
1497,WOODEN_GOLEM,Wooden Golem,51,9200,0,1926,1353,1,570,657,32,36,1,41,69,5,85,41,10,12,2,3,42,149,200,1152,1584,400,7188,6500,7189,5000,757,120,604,100,2270,3,921,1000,7201,900,0,0,0,0,4259,1,0,0,0,0,0,0,0,0
|
||||
1498,WOOTAN_SHOOTER,Wootan Shooter,39,3977,0,886,453,9,224,271,10,28,1,35,29,15,120,42,10,12,1,7,42,133,200,1152,1152,384,7049,1000,513,1000,7195,4500,7200,3500,512,100,0,0,0,0,0,0,0,0,4260,1,0,0,0,0,0,0,0,0
|
||||
1499,WOOTAN_FIGHTER,Wootan Fighter,41,4457,0,1790,833,1,395,480,30,19,1,41,31,10,67,30,10,12,1,7,43,149,200,1152,1152,384,517,4700,7196,4000,513,1000,7198,900,1801,5,1812,3,0,0,0,0,0,0,4261,1,0,0,0,0,0,0,0,0
|
||||
1500,PARASITE,Parasite,37,3090,0,1098,478,9,175,215,5,19,1,40,20,10,90,25,10,12,1,3,44,148,200,1152,1152,384,7194,2000,7186,3500,7193,6700,711,2300,7198,1000,2270,20,1957,1,0,0,0,0,4309,1,0,0,0,0,0,0,0,0
|
||||
1502,FIRE_PORING,Fire Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1503,GIBBET,Gibbet,58,6841,0,4011,1824,3,238,418,28,31,1,42,42,27,46,28,10,12,2,6,27,149,150,1152,1584,400,7218,5500,7212,2000,7222,1000,604,100,716,100,724,10,0,0,0,0,0,0,4278,1,0,0,0,0,0,0,0,0
|
||||
1504,DULLAHAN,Dullahan,62,12437,0,4517,2963,3,418,647,47,38,1,30,5,45,62,22,10,12,1,1,49,149,155,1152,1152,428,7210,5500,7209,2000,2505,100,2506,2,2614,5,0,0,0,0,0,0,0,0,4176,1,0,0,0,0,0,0,0,0
|
||||
1505,LOLI_RURI,Loli Ruri,71,23470,0,6641,4314,3,841,1476,39,44,1,66,54,74,81,43,10,12,2,6,87,149,155,1152,1632,424,7206,5500,7219,5500,7214,1000,985,100,7019,2,0,0,0,0,0,0,0,0,4191,1,0,0,0,0,0,0,0,0
|
||||
1506,DISGUISE,Disguise,55,7543,0,2815,1919,3,267,279,18,29,1,72,45,35,48,65,10,12,1,6,82,149,147,1152,768,732,7221,5500,7216,2000,518,200,2508,10,2502,10,0,0,0,0,0,0,0,0,4181,1,0,0,0,0,0,0,0,0
|
||||
1507,BLOODY_MURDERER,Bloody Murderer,72,27521,0,9742,3559,3,217,864,37,41,1,30,90,15,52,12,10,12,2,7,67,149,175,1152,1344,400,7208,5500,7207,2000,7223,200,7017,200,984,100,969,10,2288,5,1229,2,0,0,4214,1,0,0,0,0,0,0,0,0
|
||||
1508,QUVE,Quve,40,4559,0,414,306,3,170,299,12,12,1,61,24,19,37,24,10,12,0,1,29,149,150,1152,1248,400,7220,5500,7205,2000,601,1000,756,100,2504,2,0,0,0,0,0,0,0,0,4294,1,0,0,0,0,0,0,0,0
|
||||
1509,LUDE,Lude,36,3214,0,392,247,3,164,287,14,10,1,59,60,18,36,21,10,12,0,1,29,149,150,1152,960,752,1059,5500,7220,5500,7225,1000,2282,2,2274,1,0,0,0,0,0,0,0,0,4193,1,0,0,0,0,0,0,0,0
|
||||
1510,HYLOZOIST,Hylozoist,51,7186,0,2314,1297,3,181,317,16,51,1,28,26,47,66,14,10,12,0,1,47,149,155,1152,1536,969,7217,5500,7215,2000,7213,1000,7220,1000,740,200,757,100,0,0,0,0,0,0,4321,1,0,0,0,0,0,0,0,0
|
||||
1511,AMON_RA,Amon Ra,88,1214138,0,87264,35891,1,1647,2576,26,52,1,1,90,124,74,45,10,12,2,7,62,181,200,1872,672,480,7211,8000,984,2000,0,0,607,3000,616,450,5053,250,1552,5,2615,100,0,0,4236,1,8000,3000,7114,10,617,100,0,0
|
||||
1512,HYEGUN,Hyegun,56,9981,0,2199,1032,3,710,1128,12,10,60,40,36,10,73,15,10,12,1,1,49,133,200,1152,1152,384,0,0,0,0,0,0,0,0,0,0,617,10,2614,5,616,10,0,0,4328,1,0,0,0,0,0,0,0,0
|
||||
1513,CIVIL_SERVANT,Civil Servant,62,14390,0,4023,2750,3,650,1010,42,5,58,15,20,60,80,50,10,12,1,2,44,133,200,1152,1152,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4202,1,0,0,0,0,0,0,0,0
|
||||
1514,DANCING_DRAGON,Dancing Dragon,54,9136,0,3030,769,3,550,789,39,10,55,62,55,25,72,22,10,12,1,9,44,131,200,1152,1152,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4272,1,0,0,0,0,0,0,0,0
|
||||
1515,GARM_BABY,Hatii Baby,61,20119,0,1022,2980,3,680,1179,34,13,45,30,56,55,85,30,10,12,1,2,41,133,300,1152,1152,384,0,0,0,0,0,0,0,0,0,0,617,10,1305,15,616,10,0,0,4323,1,0,0,0,0,0,0,0,0
|
||||
1516,INCREASE_SOIL,Increase Soil,51,8230,0,2760,2110,3,560,700,30,12,40,45,23,12,69,12,10,12,1,0,62,145,200,1152,1152,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1517,LI_ME_MANG_RYANG,Li Me Mang Ryang,48,5920,0,1643,1643,3,434,633,23,16,46,51,19,8,57,30,10,12,2,6,62,133,200,1152,1152,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1518,BACSOJIN,Bacsojin,75,218652,0,33095,18214,1,1219,2169,10,51,1,85,78,85,150,60,10,12,2,7,67,181,200,1152,1152,480,1164,2,1165,2,999,500,984,1000,985,1000,607,500,7151,2000,504,500,0,0,0,0,5000,1000,607,500,608,500,985,500
|
||||
1519,Chung_E,Chung E,33,5628,0,739,455,1,210,251,0,10,1,33,33,10,58,15,10,12,1,7,25,145,300,2112,912,576,1020,5500,1049,50,2277,1,2504,5,1217,5,501,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1520,Boiled_Rice,Boiled Rice,14,344,0,81,44,1,59,72,0,10,1,14,14,0,19,15,10,12,1,6,21,131,300,1672,672,480,564,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1582,DEVILING,Deviling,31,64500,0,211,412,1,135,270,5,70,1,62,1,1,72,1,10,12,1,6,87,131,400,1872,672,480,909,3500,983,100,912,700,512,1000,7221,1500,7208,500,2255,60,0,0,0,0,4174,1,0,0,0,0,0,0,0,0
|
||||
1583,TAO_GUNKA,Tao Gunka,70,193000,0,59175,10445,3,1450,1770,79,74,1,40,40,40,40,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4302,1,0,0,0,0,0,0,0,0
|
||||
1584,TAMRUAN,Tamruan,52,10234,0,3812,55,3,489,534,38,94,1,40,40,40,40,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4304,1,0,0,0,0,0,0,0,0
|
||||
1585,MIME_MONKEY,Mime Monkey,40,6000,0,200,22,3,300,350,40,40,1,40,40,40,40,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1586,LEAF_CAT,Leaf Cat,38,2396,0,165,1212,1,266,307,12,51,1,40,40,40,40,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4195,1,0,0,0,0,0,0,0,0
|
||||
1587,KRABEN,Kraben,50,5880,0,257,1652,1,125,765,1,66,1,40,40,40,40,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4295,1,0,0,0,0,0,0,0,0
|
||||
1613,METALING,Metaling,26,889,0,200,100,1,50,150,30,10,20,20,20,20,26,30,10,12,1,0,20,131,350,1272,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1614,MINERAL,Mineral,56,7950,0,3000,2500,1,300,800,20,40,50,50,50,50,56,50,10,12,1,0,20,129,300,1072,672,480,728,200,984,200,7053,500,1011,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1615,OBSIDIAN,Obsidian,50,8812,0,2500,1800,1,300,500,10,10,50,50,50,50,50,50,10,12,1,0,20,133,350,1572,672,480,985,100,730,10,7053,500,998,300,999,100,1003,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1616,PITMAN,Pitman,43,5015,0,1800,1300,1,300,500,5,5,50,50,50,50,50,50,10,12,1,1,20,133,300,1672,672,480,1002,500,1011,500,1010,500,998,300,999,100,1041,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1617,WASTE_STOVE,Waste Stove,68,15895,0,5000,3000,1,300,1000,50,30,60,60,60,60,60,60,10,12,1,0,20,133,300,872,672,480,1002,500,625,300,7054,500,7068,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1618,UNGOLIANT,Ungoliant,80,25000,0,7000,5000,1,500,1500,60,40,80,80,80,80,80,80,10,12,2,0,20,133,300,672,672,480,1014,500,1013,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1619,PORCELLIO,Porcellio,28,1654,0,400,200,1,100,300,10,5,30,30,30,30,30,30,10,12,1,0,20,131,150,1072,672,480,1052,500,911,500,928,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1620,NOXIOUS,Noxious,35,2038,0,600,400,1,100,300,0,0,30,30,30,30,30,30,10,12,1,0,20,133,300,1472,672,480,7001,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1621,VENOMOUS,Venomous,35,2038,0,600,400,1,100,300,0,0,30,30,30,30,30,30,10,12,1,0,20,133,300,1472,672,480,7119,500,7154,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1622,TEDDY_BEAR,Teddy Bear,71,8109,0,6000,4000,1,500,1000,30,50,70,70,70,70,70,70,10,12,1,0,20,131,500,572,672,480,538,500,7053,450,518,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1623,RSX_0806,RSX 0806,80,218652,0,2,1,1,1219,2169,10,51,1,85,78,85,150,60,10,12,2,7,67,181,200,1152,1152,480,909,7000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1624,WASTE_STOVE_,Waste Stove,68,15895,0,5000,3000,1,300,1000,50,30,60,60,60,60,60,60,10,12,1,0,20,133,300,872,672,480,1002,500,625,300,7054,500,7068,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1625,PORCELLIO_,Porcellio,28,1654,0,400,200,1,100,300,10,5,30,30,30,30,30,30,10,12,1,0,20,131,150,1072,672,480,1052,500,911,500,928,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
112
db/mob_db2.txt
112
db/mob_db2.txt
@ -1,112 +0,0 @@
|
||||
//ID,Name,JName,LV,HP,SP,EXP,JEXP,Range1,ATK1,ATK2,DEF,MDEF,STR,AGI,VIT,INT,DEX,LUK,Range2,Range3,Scale,Race,Element,Mode,Speed,ADelay,aMotion,dMotion,Drop1id,Drop1per,Drop2id,Drop2per,Drop3id,Drop3per,Drop4id,Drop4per,Drop5id,Drop5per,Drop6id,Drop6per,Drop7id,Drop7per,Drop8id,Drop8per,Drop9id,Drop9per,DropCardid,DropCardper,MEXP,ExpPer,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per
|
||||
//
|
||||
//Knight quest monsters with poring stats
|
||||
1419,G_FARMILIAR,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1420,G_ARCHER_SKELETON,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1421,G_ISIS,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1422,G_HUNTER_FLY,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1423,G_GHOUL,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1424,G_SIDE_WINDER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1425,G_OBEAUNE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1426,G_MARC,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1427,G_NIGHTMARE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1428,G_POISON_SPORE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1429,G_ARGIOPE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1430,G_ARGOS,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1431,G_BAPHOMET_,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1432,G_DESERT_WOLF,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1433,G_DEVIRUCHI,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1434,G_DRAINLIAR,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1435,G_EVIL_DRUID,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1436,G_JAKK,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1437,G_JOKER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1438,G_KHALITZBURG,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1439,G_HIGH_ORC,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1440,G_STEM_WORM,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1441,G_PENOMENA,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1442,G_SASQUATCH,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1443,G_CRUISER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1444,G_CHEPET,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1445,G_RAGGLER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1446,G_INJUSTICE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1447,G_GRYPHON,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1448,G_DARK_FRAME,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1449,G_MUTANT_DRAGON,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1450,G_WIND_GHOST,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1451,G_MERMAN,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1452,G_ORC_LADY,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1453,G_RAYDRIC_ARCHER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1454,G_TRI_JOINT,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1455,G_KOBOLD_ARCHER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1456,G_CHIMERA,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1457,G_MANTIS,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1458,G_MARDUK,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1459,G_MARIONETTE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1460,G_MATYR,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1461,G_MINOROUS,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1462,G_ORC_SKELETON,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1463,G_ORC_ZOMBIE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1464,G_PASANA,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1465,G_PETIT,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1466,G_PETIT_,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1467,G_RAYDRIC,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1468,G_REQUIEM,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1469,G_SKEL_WORKER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1470,G_ZEROM,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1471,G_NINE_TAIL,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1472,G_BON_GUN,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1473,G_ORC_ARCHER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1474,G_MIMIC,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1475,G_WRAITH,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1476,G_ALARM,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1477,G_ARCLOUSE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1478,G_RIDEWORD,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1479,G_SKEL_PRISONER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1480,G_ZOMBIE_PRISONER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1481,G_PUNK,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1482,G_ZHERLTHSH,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1483,G_RYBIO,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1484,G_PHENDARK,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1485,G_MYSTELTAINN,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1486,G_TIRFING,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1487,G_EXECUTIONER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1488,G_ANOLIAN,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1489,G_STING,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1490,G_WANDER_MAN,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1491,G_DOKEBI,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
|
||||
//Easter Event Monsters
|
||||
1920,EASTER_EGG,Easter Egg,3,300,0,4,4,0,1,2,20,20,1,1,1,1,1,20,10,12,0,0,60,128,1000,1001,1,1,1010,250,935,500,558,300,501,200,501,200,713,800,558,300,558,300,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1921,EASTER_BUNNY,Easter Bunny,6,1800,0,60,55,1,20,26,0,40,1,36,6,1,11,80,10,10,0,2,60,181,200,1456,456,336,2250,200,515,8000,727,1200,746,1500,706,30,622,50,534,5000,0,0,0,0,4006,70,0,0,0,0,0,0,0,0
|
||||
|
||||
//Some Custon Shit
|
||||
1900,VALARIS,Valaris,99,668000,0,107250,37895,1,440,510,35,45,1,152,96,85,120,95,10,10,0,7,67,181,100,676,1152,768,1466,200,2256,200,2607,800,714,500,617,3000,984,4300,985,5600,0,0,0,0,4147,1,13000,1000,608,1000,750,400,923,3800
|
||||
1901,VALARIS_WORSHIPPER,Valaris's Worshipper,50,8578,0,2706,1480,1,260,310,15,25,1,75,55,1,93,45,10,12,0,7,27,149,100,868,480,120,923,500,984,63,1464,2,607,50,610,100,503,300,2405,50,0,0,0,0,4129,1,0,0,0,0,0,0,0,0
|
||||
1902,MC_CAMERI,MC Cameri,99,668000,0,107250,37895,1,440,510,35,45,1,152,96,85,120,95,10,10,0,7,67,181,100,676,1152,768,1466,200,2256,200,2607,800,714,500,617,3000,984,4300,985,5600,0,0,0,0,4147,1,13000,1000,608,1000,750,400,923,3800
|
||||
|
||||
1970,PORING_,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,1,6,30,10,12,1,3,21,131,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,0,0,0,0,4001,20,0,0,0,0,0,0,0,0
|
||||
1971,CHONCHON__,ChonChon,4,67,0,5,4,1,10,13,10,0,1,10,4,5,12,2,10,12,0,4,24,129,200,1076,576,480,998,50,935,6500,909,1500,1205,55,601,100,742,5,1002,150,0,0,0,0,4009,5,0,0,0,0,0,0,0,0
|
||||
1972,SPORE_,Spore,9,327,0,22,17,1,24,29,0,5,1,9,9,1,14,5,10,12,1,3,21,129,200,1872,672,288,921,5000,507,800,510,50,743,5,2220,40,921,5,512,0,0,0,0,0,4022,5,0,0,0,0,0,0,0,0
|
||||
1973,PECOPECO_,PecoPeco,13,531,0,85,36,1,35,46,0,0,1,13,13,25,27,9,10,12,2,2,23,137,200,1564,864,576,925,5500,2402,20,508,50,507,900,1604,100,512,0,512,0,0,0,0,0,4031,3,0,0,0,0,0,0,0,0
|
||||
1974,ORK_WARRIOR_,Orc Warrior,24,1400,0,261,160,1,104,126,10,5,1,24,48,25,34,10,10,12,1,7,22,133,200,1864,864,288,998,210,931,5500,756,40,2267,3,1352,10,1304,5,1301,100,0,0,0,0,4066,1,0,0,0,0,0,0,0,0
|
||||
1975,MUNAK_,Munak,30,2872,0,361,218,1,180,230,0,0,1,15,20,5,46,15,10,12,1,1,29,133,200,2468,768,288,901,5500,2264,1,2404,15,609,20,2337,1,2305,100,1558,5,0,0,0,0,4090,3,0,0,0,0,0,0,0,0
|
||||
1976,ISIS_,Isis,43,4828,0,2396,993,1,423,507,10,35,1,65,43,30,72,15,10,12,2,6,27,149,200,1384,768,336,936,5500,2233,5,2603,1,733,150,732,20,954,1000,731,5,0,0,0,0,4116,1,0,0,0,0,0,0,0,0
|
||||
1977,POPORING_,Poporing,14,344,0,81,44,1,59,72,0,10,1,14,14,1,19,15,10,12,1,3,25,131,300,1672,672,480,938,5500,910,1500,511,500,514,200,729,5,512,0,512,0,0,0,0,0,4033,5,0,0,0,0,0,0,0,0
|
||||
1978,HUNTER_FLY_,Hunter Fly,42,5242,0,1517,952,1,246,333,25,15,1,105,32,15,72,30,10,12,0,4,44,133,150,676,576,480,996,30,999,100,943,5500,912,1300,756,129,2259,1,1226,2,0,0,0,0,4115,1,0,0,0,0,0,0,0,0
|
||||
1979,STEEL_CHONCHON_,Steel ChonChon,17,530,0,109,71,1,54,65,15,0,1,43,17,5,33,10,10,12,0,4,24,139,150,1076,576,480,992,70,999,30,910,2400,935,3500,943,30,998,200,1002,500,0,0,0,0,4042,1,0,0,0,0,0,0,0,0
|
||||
1980,PICKY__,Picky,3,80,0,4,3,1,9,12,0,0,1,3,3,5,10,30,10,12,0,2,23,129,200,988,288,168,916,6500,949,700,2302,150,507,550,519,300,715,50,512,0,0,0,0,0,4008,10,0,0,0,0,0,0,0,0
|
||||
1981,ROCKER_,Rocker,9,198,0,20,16,1,24,29,5,10,1,9,18,10,14,15,10,12,1,4,22,129,200,1864,864,540,940,5000,909,5500,2298,4,1402,80,520,10,752,5,703,3,0,0,0,0,4021,10,0,0,0,0,0,0,0,0
|
||||
1982,SMOKIE_,Smokie,18,641,0,134,86,1,61,72,0,10,1,18,36,25,26,35,10,12,0,2,22,145,200,1576,576,420,945,5500,919,5500,516,800,2213,2,754,2,912,6,729,3,0,0,0,0,4044,1,0,0,0,0,0,0,0,0
|
||||
1983,YOYO_,Yoyo,19,879,0,148,93,1,71,82,0,0,1,24,30,35,32,55,10,12,0,2,22,139,200,1054,54,384,942,5500,513,1500,508,100,919,5000,753,5,756,24,512,0,0,0,0,0,4051,1,0,0,0,0,0,0,0,0
|
||||
1984,METALLER_,Metaller,22,926,0,241,152,1,131,159,15,30,1,22,22,20,49,50,10,12,1,4,23,139,200,1708,1008,540,990,60,940,6500,911,400,757,49,707,20,935,3000,512,0,0,0,0,0,4057,1,0,0,0,0,0,0,0,0
|
||||
1985,LUNATIC_,Lunatic,3,60,0,6,2,1,9,12,0,20,1,3,3,10,8,60,10,12,0,2,60,129,200,1456,456,336,705,6500,949,1000,2262,4,1102,100,512,600,515,1100,622,20,0,0,0,0,4006,15,0,0,0,0,0,0,0,0
|
||||
1986,POISON_SPORE_,Poison Spore,19,665,0,186,93,1,89,101,0,0,1,19,25,1,24,1,10,12,1,3,25,133,200,1672,672,288,7033,5500,2221,20,511,550,510,50,972,30,921,1200,912,6,0,0,0,0,4048,2,0,0,0,0,0,0,0,0
|
||||
1987,BAPHOMET__,Baphomet Jr.,50,8578,0,2706,1480,1,487,590,15,25,1,75,55,1,93,45,10,12,0,6,27,149,100,868,480,120,923,500,984,63,1464,2,607,50,610,100,503,300,2405,50,0,0,0,0,4129,1,0,0,0,0,0,0,0,0
|
||||
1988,DESERT_WOLF_B_,Desert Wolf Puppy,9,164,0,20,16,1,30,36,0,0,1,9,9,5,21,40,10,12,0,2,23,137,300,1600,900,240,1010,85,919,5500,2306,60,517,600,2301,200,512,0,512,0,0,0,0,0,4023,10,0,0,0,0,0,0,0,0
|
||||
1989,DEVIRUCHI_,Deviruchi,46,7360,0,2662,1278,1,475,560,10,25,1,69,40,55,87,30,10,12,0,6,27,149,150,980,600,384,1038,5500,1039,400,2255,2,1458,2,1009,5,912,1500,756,154,0,0,0,0,4122,1,0,0,0,0,0,0,0,0
|
||||
1990,DOKEBI__,Dokebi,33,2697,0,889,455,1,197,249,0,10,1,50,40,35,69,40,10,12,0,6,27,145,250,1156,456,384,1021,5500,757,112,1517,2,1613,1,969,1,1501,300,1005,5,0,0,0,0,4098,1,0,0,0,0,0,0,0,0
|
||||
1991,DROPS_,Drops,3,55,0,4,3,1,10,13,0,0,1,3,3,1,12,15,10,12,1,3,23,131,400,1452,672,480,909,7500,1602,80,938,500,512,1100,713,1700,741,5,620,20,0,0,0,0,4004,10,0,0,0,0,0,0,0,0
|
||||
1992,PETIT__,Petit,44,6881,0,1677,1034,1,360,427,30,30,1,44,62,69,79,60,10,12,1,9,22,149,200,1624,620,384,1035,5500,1037,300,756,140,509,1000,1510,150,912,1500,606,15,0,0,0,0,4118,1,0,0,0,0,0,0,0,0
|
||||
1993,SAVAGE_BABE_,Savage Babe,7,182,0,14,12,1,20,25,0,0,1,7,14,5,12,35,10,12,0,2,22,129,400,1624,624,576,919,5500,1302,100,517,500,1750,1000,949,850,1010,80,627,20,0,0,0,0,4017,1,0,0,0,0,0,0,0,0
|
||||
1994,SOHEE_,Sohee,33,5628,0,739,455,1,210,251,0,10,1,33,33,10,58,15,10,12,1,6,21,145,300,2112,912,576,1020,5500,1049,50,2277,1,2504,5,1217,5,501,1000,512,0,0,0,0,0,4100,1,0,0,0,0,0,0,0,0
|
||||
1995,BON_GUN_,Bon Gun,32,3520,0,424,242,1,220,260,0,0,1,15,36,10,48,15,10,12,1,1,29,149,200,1720,500,420,1094,5500,7014,40,618,60,2337,2,609,15,508,1000,502,250,5046,1,0,0,0,0,0,0,0,0,0,0,0,0
|
@ -1,17 +0,0 @@
|
||||
// mob_branch.txtのポリン版
|
||||
// MobID, MobName(Dummy), Rate
|
||||
// モンスターID、モンスターの名前(ダミー)、確率(*10000)をした物です。500000なら50%で1000000なら100%です。)
|
||||
// モンスターIDが0の場合確率をモンスターの選択に失敗した時に召還されるモンスターのIDとして認識します。(複数である場合最後の物だけ有効です。)
|
||||
// クライアント側で未実装のものを書くとクライアントが重力エラー
|
||||
// そしてその敵がキャラクターの付近にいる間ログインできないので注意。
|
||||
|
||||
0,Poring,1002
|
||||
1002,Poring,700000
|
||||
1062,Santa Poring,200000
|
||||
1113,Drops,500000
|
||||
1031,Poporing,400000
|
||||
1242,Marin,300000
|
||||
1090,Mastering,100000
|
||||
1120,Ghostring,50000
|
||||
1096,Angeling,50000
|
||||
1388,Archangeling,10000
|
@ -1,6 +0,0 @@
|
||||
// RACE,Mob ID1,Mob ID2,Mob ID3,...,Mob ID9
|
||||
1,1122,1123,1124,1125,1126,1245,1258,1280,1308 // Goblins
|
||||
2,1133,1134,1135,1136,1137,1226,1282,1455 // Kobolds
|
||||
3,1023,1152,1153,1177,1189,1213,1273 // Orcs
|
||||
4,1040,1278,1366,1497 // Golems
|
||||
5,1285,1286,1287 // Guardians
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user