git-svn-id: https://svn.code.sf.net/p/rathena/svn/athena@2 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
commit
706e785091
1978
Changelog.txt
Normal file
1978
Changelog.txt
Normal file
File diff suppressed because it is too large
Load Diff
3
Dev/Dev-Folder-Notes.txt
Normal file
3
Dev/Dev-Folder-Notes.txt
Normal file
@ -0,0 +1,3 @@
|
||||
- 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
|
684
Dev/TODO.txt
Normal file
684
Dev/TODO.txt
Normal file
@ -0,0 +1,684 @@
|
||||
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
|
||||
|
||||
|
||||
**********
|
||||
3.
|
||||
Description: Fix Ghostring Card
|
||||
|
||||
Status: Done
|
||||
|
||||
Assignee: MouseJstr
|
||||
|
||||
Notes: battle_config flag to disable ghosty armor
|
||||
protecting you from mobs
|
||||
|
||||
**********
|
||||
4.
|
||||
Description: Add nomagic mapflag/@skilloff/@skillon
|
||||
|
||||
Status: Done
|
||||
|
||||
Assignee: MouseJstr
|
||||
|
||||
Notes: NONE
|
||||
|
||||
|
||||
**********
|
||||
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
|
||||
|
||||
**********
|
||||
37.
|
||||
Description: @killer - enables a @gm to hit a player outside of pvp
|
||||
|
||||
Status: Done
|
||||
|
||||
Assignee: MouseJstr
|
||||
|
||||
Notes:
|
||||
|
||||
**********
|
||||
38.
|
||||
Description: atcommand scripts - script @atcommands`
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: MouseJstr
|
||||
|
||||
Notes:
|
||||
|
||||
**********
|
||||
40.
|
||||
Description: @addwarp - create a static warp to a target location
|
||||
|
||||
Status: Done
|
||||
|
||||
Assignee: MouseJstr
|
||||
|
||||
Notes:
|
||||
**********
|
||||
41.
|
||||
Description: @movenpc
|
||||
- manipulate npc's at runtime
|
||||
|
||||
Status: Done
|
||||
|
||||
Assignee: MouseJstr
|
||||
|
||||
Notes: handling npc's with the same name on multiple maps
|
||||
requires thoughts
|
||||
**********
|
||||
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
|
||||
**********
|
||||
44.
|
||||
Description: Fix GTB card
|
||||
|
||||
Status: Done
|
||||
|
||||
Assignee: MouseJstr
|
||||
|
||||
Notes: battle_config command that controls just how magic resistant
|
||||
you raelly are
|
||||
**********
|
||||
45.
|
||||
Description: gm @follow command
|
||||
|
||||
Status: Done
|
||||
|
||||
Assignee: MouseJstr
|
||||
|
||||
Notes: follows players, including warping to them... lets you do
|
||||
a gm hide and grab a cup of coffee while watching a player
|
||||
do bad things..
|
||||
**********
|
||||
47.
|
||||
Description: different max aspd for players and GM's
|
||||
|
||||
Status: Pending
|
||||
|
||||
Assignee: MouseJstr
|
||||
|
||||
Notes:
|
||||
**********
|
||||
48.
|
||||
Description: Configurable max num castles for a guild
|
||||
|
||||
Status: Done
|
||||
|
||||
Assignee: MouseJstr
|
||||
|
||||
Notes: We limit each guild to 3 castles on my server
|
||||
*********
|
||||
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.
|
||||
* The adopted child will have 70% of MaxHP and MaxSP of normal characters.
|
||||
* The adopted child cannot marry.
|
||||
* "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.
|
134
Dev/TODO_MOB_AI.txt
Normal file
134
Dev/TODO_MOB_AI.txt
Normal file
@ -0,0 +1,134 @@
|
||||
// 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.
|
51
Dev/bugs.txt
Normal file
51
Dev/bugs.txt
Normal file
@ -0,0 +1,51 @@
|
||||
Problem: Adding the new guild skills causes it to crash?
|
||||
Assigned: N/A
|
||||
Progess: 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%
|
||||
|
||||
Problem: Stats nor skills don't downgrade when your level gets reverted due to exp loss.
|
||||
Assigned: N/A
|
||||
Progess: 0%
|
||||
|
||||
Problem: You can hit yourself with your own spider web.
|
||||
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: N/A
|
||||
Progess: 0%
|
||||
|
||||
Problem: Monster hp view only shows but does not go down with a hit.
|
||||
Assigned: N/A
|
||||
Progess: 0%
|
||||
|
||||
Problem: Monsters always freeze, when hit they don't move but 2 mins later they move.
|
||||
Assigned: N/A
|
||||
Progess: 0%
|
||||
|
||||
Problem: Mobs don't attack
|
||||
Assigned: N/A
|
||||
Progess: 0%
|
||||
|
||||
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%
|
||||
|
||||
Problem: With 1025 client, some NPC sprites look different (i.e. Black Jack's NPC sprite)
|
||||
Assigned: N/A
|
||||
Progess: 0%
|
||||
|
||||
Problem: On any crash - servers don't free their ports. It doesn't let reload the same servers faster.
|
||||
Assigned: N/A
|
||||
Progess: 0%
|
||||
|
||||
Problem: Thiefs can steal ZENY / items from TREASURE chests!!baaaah!! and Guardians!
|
||||
Assigned: N/A
|
||||
Progess: 0%
|
||||
|
||||
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%
|
146
Dev/forSQLdev.txt
Normal file
146
Dev/forSQLdev.txt
Normal file
@ -0,0 +1,146 @@
|
||||
// $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
|
148
Dev/quotes.txt
Normal file
148
Dev/quotes.txt
Normal file
@ -0,0 +1,148 @@
|
||||
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!)";
|
64
Dev/resnametable.TXT
Normal file
64
Dev/resnametable.TXT
Normal file
@ -0,0 +1,64 @@
|
||||
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:
|
||||
------------------------------------------------------------------
|
246
INSTALL
Normal file
246
INSTALL
Normal file
@ -0,0 +1,246 @@
|
||||
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
Normal file
340
LICENCE
Normal file
@ -0,0 +1,340 @@
|
||||
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
Normal file
416
LICENCE_JA
Normal file
@ -0,0 +1,416 @@
|
||||
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 ライブラリ一般公衆利用許諾
|
||||
契約書を適用してください。
|
126
Makefile
Normal file
126
Makefile
Normal file
@ -0,0 +1,126 @@
|
||||
# $Id: Makefile 158 2004-10-01 03:45:15Z PoW $
|
||||
|
||||
CC = gcc -pipe
|
||||
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
|
||||
|
||||
OPT = -g -O2
|
||||
|
||||
ifeq ($(findstring CYGWIN,$(PLATFORM)), CYGWIN)
|
||||
OS_TYPE = -DCYGWIN
|
||||
CFLAGS = $(OPT) -Wall -DFD_SETSIZE=4096 -I../common $(PACKETDEF) $(OS_TYPE)
|
||||
else
|
||||
OS_TYPE =
|
||||
CFLAGS = $(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 5,$(MYSQLFLAG_VERSION)), 5)
|
||||
MYSQLFLAG_CONFIG_ARGUMENT = --include
|
||||
endif
|
||||
ifeq ($(findstring 4,$(MYSQLFLAG_VERSION)), 4)
|
||||
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)"
|
||||
|
||||
endif
|
||||
|
||||
MKDEF = CC="$(CC)" CFLAGS="$(CFLAGS)"
|
||||
|
||||
all: conf txt
|
||||
|
||||
conf:
|
||||
cp -r conf-tmpl conf
|
||||
rm -rf conf/.svn conf/*/.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/ladmin/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 ladmin ; $(MAKE) $(MKDEF) $@ ; 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
|
||||
|
||||
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 ..
|
||||
|
||||
tools:
|
||||
cd tool && $(MAKE) $(MKDEF) && cd ..
|
||||
$(CC) -o setupwizard setupwizard.c
|
||||
|
||||
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
|
17507
Readme-jap
Normal file
17507
Readme-jap
Normal file
File diff suppressed because it is too large
Load Diff
30
Readme2.txt
Normal file
30
Readme2.txt
Normal file
@ -0,0 +1,30 @@
|
||||
______ __ __
|
||||
/\ _ \/\ \__/\ \
|
||||
__\ \ \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.
|
||||
--------------------------------------------------------------
|
||||
--------------------------------------------------------------
|
84
athena-start
Normal file
84
athena-start
Normal file
@ -0,0 +1,84 @@
|
||||
#!/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
|
4
charserv.bat
Normal file
4
charserv.bat
Normal file
@ -0,0 +1,4 @@
|
||||
@echo off
|
||||
:charserv
|
||||
start /min /wait char-server.exe conf\char_athena.conf
|
||||
goto charserv
|
35
conf-tmpl/GM_account.txt
Normal file
35
conf-tmpl/GM_account.txt
Normal file
@ -0,0 +1,35 @@
|
||||
// GMとして認識するアカウントIDを設定
|
||||
// <account ID> <level>
|
||||
// <GMのアカウントID> <GMのレベル>
|
||||
// GMのレベルは0以下は無視で最大は99
|
||||
704554 99
|
||||
704555 1
|
||||
704556 1
|
||||
704557 1
|
||||
704558 1
|
||||
704559 1
|
||||
704560 1
|
||||
704561 1
|
||||
704562 1
|
||||
704563 1
|
||||
704564 1
|
||||
704565 1
|
||||
704566 1
|
||||
704567 1
|
||||
704568 1
|
||||
704569 1
|
||||
704570 1
|
||||
704571 1
|
||||
704572 1
|
||||
704573 1
|
||||
704574 1
|
||||
704575 1
|
||||
704576 1
|
||||
704577 1
|
||||
704578 1
|
||||
704579 1
|
||||
704580 1
|
||||
704581 1
|
||||
704582 1
|
||||
704583 1
|
||||
794584 1
|
644
conf-tmpl/atcommand_athena.conf
Normal file
644
conf-tmpl/atcommand_athena.conf
Normal file
@ -0,0 +1,644 @@
|
||||
// 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 '@'). 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!
|
||||
|
||||
|
||||
//--------------------------
|
||||
// 0: normal player commands
|
||||
|
||||
// Give server time. (6 same commands)
|
||||
time: 0
|
||||
date: 0
|
||||
server_date: 0
|
||||
serverdate: 0
|
||||
server_time: 0
|
||||
servertime: 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
|
||||
|
||||
// To become GM (need password; password is set in login_athena.conf).
|
||||
// special!: only a non-GM (player with gm level 0) need to have this command.
|
||||
// if you change the value, be sure of what you do!
|
||||
// To be able to create a gm with @gm, you must:
|
||||
// - give a level to level_new_gm (parameter of login_athena.conf) (not 0)
|
||||
// - enable to level 0 the @gm command (atcommand_athena.conf) (default 100) - Only level 0 can give access to this command
|
||||
// - 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 (gm_pass paramter in login_athena.conf)
|
||||
gm: 100
|
||||
|
||||
|
||||
//-------------------------
|
||||
// 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
|
||||
|
||||
|
||||
//----------------------
|
||||
// 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
|
||||
|
||||
// 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
|
||||
|
||||
// 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).
|
||||
local_broadcast: 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 you to view other characters stats.
|
||||
charstats: 40
|
||||
|
||||
// Shows Stats Of All Characters Online
|
||||
charstatsall: 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
|
||||
charitemlist: 40
|
||||
|
||||
// Display all items of a player's storage
|
||||
charstoragelist: 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
|
||||
|
||||
// make another player killable
|
||||
charkillable: 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
|
||||
|
||||
// Enables to give possibility to a player to rename his/her pet.
|
||||
charpetrename: 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
|
||||
|
||||
// Remove items from a character
|
||||
chardelitem: 60
|
||||
|
||||
// Sets another persons job level.
|
||||
charjlvl: 60
|
||||
|
||||
// Sets the job of another character (2 same commands).
|
||||
charjob: 60
|
||||
charjobchange: 60
|
||||
|
||||
// Set options on another character.
|
||||
charoption: 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
|
||||
|
||||
// Changes another character's zenny
|
||||
charzeny: 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
|
||||
|
||||
// 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
|
||||
|
||||
// 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
|
||||
|
||||
// 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
|
||||
|
||||
// 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
|
||||
|
||||
//---------------------------------------------------------------
|
||||
// 99: Weather effects
|
||||
|
||||
rain: 99
|
||||
|
||||
snow: 99
|
||||
|
||||
fog: 99
|
||||
|
||||
sakura: 99
|
||||
|
||||
leaves: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
|
||||
|
||||
|
||||
|
||||
//---------------------
|
||||
// OTHER: not a command
|
||||
|
||||
//import: conf/import/atcommand_conf.txt
|
569
conf-tmpl/atcommand_athena.conf.orig
Normal file
569
conf-tmpl/atcommand_athena.conf.orig
Normal file
@ -0,0 +1,569 @@
|
||||
// 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 '@'). 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!
|
||||
|
||||
|
||||
//--------------------------
|
||||
// 0: normal player commands
|
||||
|
||||
// Give server time. (6 same commands)
|
||||
time: 0
|
||||
date: 0
|
||||
server_date: 0
|
||||
serverdate: 0
|
||||
server_time: 0
|
||||
servertime: 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
|
||||
|
||||
// To become GM (need password; password is set in login_athena.conf).
|
||||
// special!: only a non-GM (player with gm level 0) need to have this command.
|
||||
// if you change the value, be sure of what you do!
|
||||
// To be able to create a gm with @gm, you must:
|
||||
// - give a level to level_new_gm (parameter of login_athena.conf) (not 0)
|
||||
// - enable to level 0 the @gm command (atcommand_athena.conf) (default 100) - Only level 0 can give access to this command
|
||||
// - 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 (gm_pass paramter in login_athena.conf)
|
||||
gm: 100
|
||||
|
||||
|
||||
//-------------------------
|
||||
// 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
|
||||
|
||||
|
||||
//----------------------
|
||||
// 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
|
||||
|
||||
// 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
|
||||
|
||||
// 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).
|
||||
local_broadcast: 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 you to view other characters stats.
|
||||
charstats: 40
|
||||
|
||||
// Shows Stats Of All Characters Online
|
||||
charstatsall: 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
|
||||
charitemlist: 40
|
||||
|
||||
// Display all items of a player's storage
|
||||
charstoragelist: 40
|
||||
|
||||
// Display all items of a player's cart
|
||||
charcartlist: 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
|
||||
|
||||
// Enables to give possibility to a player to rename his/her pet.
|
||||
charpetrename: 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
|
||||
|
||||
// Remove items from a character
|
||||
chardelitem: 60
|
||||
|
||||
// Sets another persons job level.
|
||||
charjlvl: 60
|
||||
|
||||
// Sets the job of another character (2 same commands).
|
||||
charjob: 60
|
||||
charjobchange: 60
|
||||
|
||||
// Set options on another character.
|
||||
charoption: 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
|
||||
|
||||
// Changes another character's zenny
|
||||
charzeny: 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
|
||||
|
||||
// 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.
|
||||
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
|
||||
|
||||
// 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
|
||||
|
||||
// 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
|
||||
|
||||
|
||||
//----------------------
|
||||
// 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
|
||||
|
||||
// Move a NPC
|
||||
npcmove: 80
|
||||
|
||||
|
||||
//---------------------------
|
||||
// 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
|
||||
|
||||
|
||||
//---------------------
|
||||
// OTHER: not a command
|
||||
|
||||
//import: conf/import/atcommand_conf.txt
|
722
conf-tmpl/battle_athena.conf
Normal file
722
conf-tmpl/battle_athena.conf
Normal file
@ -0,0 +1,722 @@
|
||||
// ______ __ __
|
||||
// /\ _ \/\ \__/\ \
|
||||
// __\ \ \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)
|
||||
delay_dependon_dex: yes
|
||||
|
||||
// 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: no
|
||||
|
||||
// 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
|
||||
|
||||
// PVP exp. Do players get exp during pvp
|
||||
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] Raise skills unconditionally, that is, put points in to a skill not in thier jobs skill tree? (no or minimum gm level)
|
||||
gm_skill_unconditional: no
|
||||
|
||||
// Can a normal player by-pass the skill tree? (Note 1)
|
||||
player_skillfree: no
|
||||
|
||||
// When doing a skill reset, whether the skill's restriction is to be ignored or not. (Note 1)
|
||||
player_skillup_limit: yes
|
||||
|
||||
// Forging success rate. (Note 2)
|
||||
weapon_produce_rate: 100
|
||||
|
||||
// Prepare Potion succsss rate. (Note 2)
|
||||
potion_produce_rate: 100
|
||||
|
||||
// Allow monsters to be aggresive and attack first? (Note 1)
|
||||
monster_active_enable: 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 (100 is normal, 200 is double.)
|
||||
// The way it is calculated is (money recieved * skill lv) * shop_exp / 100.
|
||||
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
|
||||
|
||||
// Override item names from GRF file? (Note 1)
|
||||
item_name_override_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: 2
|
||||
|
||||
// Operational mode of automatic counter.
|
||||
// 0 = disregard DEF and HIT+20 . CRI*2, 1 = 100% critical
|
||||
// Players
|
||||
player_auto_counter_type: 0
|
||||
// Monsters
|
||||
monster_auto_counter_type: 0
|
||||
|
||||
// Type of penalty that is applied to FLEE when more than agi_penaly_count monsters are targetting player
|
||||
// 0 = no penalty is applied
|
||||
// 1 = agi_penaly_num is reduced from FLEE as a %
|
||||
// 2 = agi_penaly_num is reduced from FLEE as an exact amount
|
||||
agi_penaly_type: 1
|
||||
|
||||
// Amount of enemies required to be targetting player before FLEE begins to be penalized
|
||||
agi_penaly_count: 3
|
||||
|
||||
// Amount of FLEE penalized per each attacking monster more than agi_penaly_count
|
||||
agi_penaly_num: 10
|
||||
|
||||
// Type of penalty that is applied to VIT defense when more than vit_penaly_count monsters are targetting player
|
||||
// 0 = no penalty is applied
|
||||
// 1 = vit_penaly_num is reduced from FLEE as a %
|
||||
// 2 = vit_penaly_num is reduced from FLEE as an exact amount
|
||||
vit_penaly_type: 1
|
||||
|
||||
// Amount of enemies required to be targetting player before VIT defense begins to be penalized
|
||||
vit_penaly_count: 3
|
||||
|
||||
// Amount of VIT defense penalized per each attacking monster more than vit_penaly_count
|
||||
vit_penaly_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
|
||||
|
||||
//MDEFTame 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 or not ground based skills of a certain type such as traps can be cast straight onto other players. (Note 1)
|
||||
player_skill_nofootset: yes
|
||||
|
||||
//Whether or not ground based skills of a certain type such as traps can be cast straight onto monsters. (Note 1)
|
||||
monster_skill_nofootset: yes
|
||||
|
||||
// When a player is cloaking, Whether the wall is checked or not. (Note 1)
|
||||
// Note: Gravity announced that they were changing cloaking so it would
|
||||
// not need a wall, but this was never implemented. I set to no, for fun.
|
||||
player_cloak_check_type: no
|
||||
|
||||
// When a monster is cloaking, Whether the wall is checked or not. (Note 1)
|
||||
monster_cloak_check_type: no
|
||||
|
||||
// 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: 100
|
||||
|
||||
// Magic damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
|
||||
gvg_magic_attack_damage_rate: 100
|
||||
|
||||
// Misc damage adjustments for WoE battles (Guild Vs Guild) (Note 2)
|
||||
gvg_misc_attack_damage_rate: 100
|
||||
|
||||
// When the empelium 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
|
||||
|
||||
// If the player has Undead Elemental Equipment, should they be frozen or not. (Note 1)
|
||||
player_undead_nofreeze: no
|
||||
|
||||
// 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_penaly: 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: yes
|
||||
|
||||
// Do produced potions have the maker's name on them? (Note 1)
|
||||
produce_potion_name_input: yes
|
||||
|
||||
// Do crafted arrows have the maker's name on them? (Note 1)
|
||||
making_arrow_name_input: yes
|
||||
|
||||
// Does created holy water have the maker's name on it? (Note 1)
|
||||
holywater_name_input: yes
|
||||
|
||||
// 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
|
||||
|
||||
// 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: no
|
||||
|
||||
// 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_penaly_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_penaly_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
|
||||
|
||||
// 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
|
||||
|
||||
// ユニット移動処-摯<>-@。0で-{鯖仕-l(回線負荷→重、鯖処-掾ィ軽)、1でAthena仕-l(回線負荷→軽、鯖処-掾ィ重)
|
||||
// translation (babelfish):
|
||||
// Unit portable place - ? @.
|
||||
// With 0 - {mackerel SI -l (circuit load -> heavily, the mackerel place - the ? ? lightly),
|
||||
// With 1 - Athena SI -l (circuit load -> lightly, the mackerel place - the ? ? it is heavy)
|
||||
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
|
||||
|
||||
// リムーブトラップの仕-l 0:-{鯖仕-l、罠1個 1:Athena仕-l、使ったアイテムを使った個数
|
||||
// translation (babelfish):
|
||||
// SI of ???????? -l
|
||||
// 0: - {Mackerel SI -l, trap 1
|
||||
// 1:Athena SI -l, the quantity which used the item which was used
|
||||
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? (Note 1)
|
||||
monsters_ignore_gm: no
|
||||
|
||||
// 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
|
||||
|
||||
// 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
|
||||
|
||||
// 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:
|
||||
// 1: Clients before 2004-07-06 (old clients)
|
||||
// 2: 2004-07-06 kRO client
|
||||
// 4: 2004-07-13 kRO client
|
||||
// 8: 2004-07-26 kRO client
|
||||
// 16: 2004-08-09 kRO / 2004-08-16aSakray / 2004-08-17aSakray client
|
||||
// 32: 2004-09-06aSakray client
|
||||
// default value: 63 (all clients)
|
||||
packet_ver_flag: 63
|
||||
|
||||
// Allow GMs to mute players or not?
|
||||
muting_players: no
|
||||
|
||||
// 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
|
||||
|
||||
import: conf/import/battle_conf.txt
|
||||
|
171
conf-tmpl/char_athena.conf
Normal file
171
conf-tmpl/char_athena.conf
Normal file
@ -0,0 +1,171 @@
|
||||
// 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
|
||||
|
||||
// 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
|
||||
|
||||
// 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)
|
||||
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
|
||||
|
||||
// What folder the DB files are in (item_db.txt, etc.)
|
||||
db_path: db
|
||||
|
||||
// Anti-freeze system enable
|
||||
anti_freeze_enable: 0
|
||||
// Anti-freeze system interval (in seconds)
|
||||
anti_freeze_interval: 6
|
||||
|
||||
// If you want use an additional configuration file, uncomment and use this parameter
|
||||
//import: path/additional_configuration_file
|
||||
|
||||
// Mugendai's GUI Support
|
||||
imalive_on: 0
|
||||
imalive_time: 30
|
||||
flush_on: 0
|
||||
flush_time: 30
|
4
conf-tmpl/grf-files.txt
Normal file
4
conf-tmpl/grf-files.txt
Normal file
@ -0,0 +1,4 @@
|
||||
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\
|
225
conf-tmpl/help.txt
Normal file
225
conf-tmpl/help.txt
Normal file
@ -0,0 +1,225 @@
|
||||
// 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
|
||||
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)
|
0
conf-tmpl/import/atcommand_conf.txt
Normal file
0
conf-tmpl/import/atcommand_conf.txt
Normal file
0
conf-tmpl/import/battle_conf.txt
Normal file
0
conf-tmpl/import/battle_conf.txt
Normal file
0
conf-tmpl/import/char_conf.txt
Normal file
0
conf-tmpl/import/char_conf.txt
Normal file
0
conf-tmpl/import/inter_conf.txt
Normal file
0
conf-tmpl/import/inter_conf.txt
Normal file
0
conf-tmpl/import/ladmin_conf.txt
Normal file
0
conf-tmpl/import/ladmin_conf.txt
Normal file
0
conf-tmpl/import/login_conf.txt
Normal file
0
conf-tmpl/import/login_conf.txt
Normal file
0
conf-tmpl/import/map_conf.txt
Normal file
0
conf-tmpl/import/map_conf.txt
Normal file
128
conf-tmpl/inter_athena.conf
Normal file
128
conf-tmpl/inter_athena.conf
Normal file
@ -0,0 +1,128 @@
|
||||
// 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
|
||||
|
||||
// Inter Log Filename
|
||||
inter_log_filename: log/inter.log
|
||||
|
||||
// Level range for sharing within a party
|
||||
party_share_level: 10
|
||||
|
||||
|
||||
// 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
|
||||
|
||||
|
||||
|
||||
// SQL version options only
|
||||
|
||||
// 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
|
||||
|
||||
// Log Inter Connections, etc.?
|
||||
log_inter: 1
|
34
conf-tmpl/ladmin_athena.conf
Normal file
34
conf-tmpl/ladmin_athena.conf
Normal file
@ -0,0 +1,34 @@
|
||||
// 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
|
||||
|
||||
// If you want use an additional configuration file, uncomment and use this parameter
|
||||
//import: path/additional_configuration_file
|
41
conf-tmpl/lan_support.conf
Normal file
41
conf-tmpl/lan_support.conf
Normal file
@ -0,0 +1,41 @@
|
||||
// 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
|
53
conf-tmpl/log_athena.conf
Normal file
53
conf-tmpl/log_athena.conf
Normal file
@ -0,0 +1,53 @@
|
||||
// eAthena - Log Configuration File
|
||||
|
||||
// Log Dead Branch Usage
|
||||
log_branch: 0
|
||||
|
||||
// Log Monster Drops
|
||||
log_drop: 0
|
||||
|
||||
// Log MVP Monster Drops
|
||||
log_mvpdrop: 0
|
||||
|
||||
// Log Present Items (Old Blue Box, etc.)
|
||||
log_present: 0
|
||||
|
||||
// Log Produced Items
|
||||
log_produce: 0
|
||||
|
||||
// Log Refining
|
||||
log_refine: 0
|
||||
|
||||
// Log Trading
|
||||
log_trade: 0
|
||||
|
||||
// Log Vending
|
||||
log_vend: 0
|
||||
|
||||
// Log Zeny Trades
|
||||
log_zeny: 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
|
149
conf-tmpl/login_athena.conf
Normal file
149
conf-tmpl/login_athena.conf
Normal file
@ -0,0 +1,149 @@
|
||||
// Athena Login Server configuration file.
|
||||
// Translated by Peter Kieser <pfak@telus.net>
|
||||
|
||||
// Port to bind Login Server to (always binds to all IP addresses)
|
||||
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
|
||||
|
||||
// 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)
|
||||
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
|
||||
|
||||
// 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
|
||||
|
||||
// If you want use an additional configuration file, uncomment and use this parameter
|
||||
//import: path/additional_configuration_file
|
||||
|
||||
//Passwords in Login DB are MD5 - <passwordencrypt> cannot b used on client with this on
|
||||
use_MD5_passwords: no
|
||||
|
||||
//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
|
||||
|
||||
// Anti-freeze system enable
|
||||
anti_freeze_enable: 0
|
||||
// Anti-freeze system interval (in seconds)
|
||||
anti_freeze_interval: 15
|
||||
|
||||
// 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
|
1172
conf-tmpl/map_athena.conf
Normal file
1172
conf-tmpl/map_athena.conf
Normal file
File diff suppressed because it is too large
Load Diff
106
conf-tmpl/mapflag/arenas.txt
Normal file
106
conf-tmpl/mapflag/arenas.txt
Normal file
@ -0,0 +1,106 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map Flags for Arena Rooms
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//=
|
||||
//===== Description: =========================================
|
||||
//= 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 Dead Branch ================>\\
|
||||
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
|
||||
|
||||
// No Memory ====================>\\
|
||||
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
|
||||
|
||||
// No Teleport =====================>\\
|
||||
arena_room.gat mapflag noteleport
|
||||
sec_in01.gat mapflag noteleport
|
||||
sec_in02.gat mapflag noteleport
|
||||
|
||||
// No Penalty =======================>\\
|
||||
sec_in01.gat mapflag nopenalty
|
||||
sec_in02.gat mapflag nopenalty
|
153
conf-tmpl/mapflag/dungeons.txt
Normal file
153
conf-tmpl/mapflag/dungeons.txt
Normal file
@ -0,0 +1,153 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Dungeon Map Flags
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.2
|
||||
//===== Compatible With: =====================================
|
||||
//=
|
||||
//===== Description: =========================================
|
||||
//= 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: =================================
|
||||
//= Added: louyang, umbala, gonryun, yggdrasil dungeons.[kobra_k88]
|
||||
//= 1.2 added Gefenia
|
||||
//============================================================
|
||||
|
||||
|
||||
// No Memory =================
|
||||
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
|
||||
// Geffenia ------------------
|
||||
gefenia01.gat mapflag nomemo
|
||||
gefenia02.gat mapflag nomemo
|
||||
gefenia03.gat mapflag nomemo
|
||||
gefenia04.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
|
149
conf-tmpl/mapflag/guildcastles.txt
Normal file
149
conf-tmpl/mapflag/guildcastles.txt
Normal file
@ -0,0 +1,149 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map Flags for Guild Castles
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0b
|
||||
//===== Compatible With: =====================================
|
||||
//=
|
||||
//===== Description: =========================================
|
||||
//= gvg: Turns Guild Vs Guild mode on.
|
||||
//= pvp_noparty: Disables ability to attack party members.
|
||||
//= nowarpto:
|
||||
//= 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: =================================
|
||||
//= added pvp_noparty flags[kobra_k88]
|
||||
//============================================================
|
||||
|
||||
|
||||
// Guild Vs Guild On ===============
|
||||
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
|
||||
|
||||
// PvP No Party members ==============
|
||||
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
|
||||
|
||||
// No Dead Branch ==================
|
||||
// gvg flag prevents dead_branch usage as well [Lupus]
|
||||
//alde_gld.gat mapflag nobranch
|
||||
//pay_gld.gat mapflag nobranch
|
||||
//prt_gld.gat mapflag nobranch
|
||||
|
||||
// No Memory ======================
|
||||
//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
|
||||
|
||||
// No Teleport ========================
|
||||
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
|
||||
|
||||
// No Warp To ========================
|
||||
//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
|
70
conf-tmpl/mapflag/gvg.txt
Normal file
70
conf-tmpl/mapflag/gvg.txt
Normal file
@ -0,0 +1,70 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map Flags for GvG Arenas
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.1a
|
||||
//===== Compatible With: =====================================
|
||||
//=
|
||||
//===== Description: =========================================
|
||||
//= gvg: Turns on GvG mode
|
||||
//= pvp_noparty: Disables attacking own party member
|
||||
//= 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: =================================
|
||||
//=
|
||||
//============================================================
|
||||
|
||||
// GvG ===================
|
||||
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
|
||||
|
||||
// PvP No Party =================
|
||||
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
|
||||
|
||||
// No Branch =====================
|
||||
// gvg flag prevents dead_branch usage as well [Lupus]
|
||||
//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
|
||||
|
||||
// No Warp Memory =================
|
||||
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
|
||||
|
||||
// No Penalty ===================
|
||||
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
|
||||
|
||||
// No Save =================
|
||||
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
|
||||
|
||||
// No Teleport ===================
|
||||
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
|
43
conf-tmpl/mapflag/jail.txt
Normal file
43
conf-tmpl/mapflag/jail.txt
Normal file
@ -0,0 +1,43 @@
|
||||
//===== 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
|
||||
|
||||
|
||||
// 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
|
135
conf-tmpl/mapflag/jobquests.txt
Normal file
135
conf-tmpl/mapflag/jobquests.txt
Normal file
@ -0,0 +1,135 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map Flags for Job Quest Maps
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//=
|
||||
//===== Description: =========================================
|
||||
//= 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.
|
||||
//= noicewall: disables icewall skill
|
||||
//===== Additional Comments: =================================
|
||||
//=
|
||||
//============================================================
|
||||
|
||||
// No Dead Branch ====================
|
||||
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
|
||||
|
||||
// No Memory =======================
|
||||
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
|
||||
|
||||
// No Penalty ========================
|
||||
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
|
||||
|
||||
// No Save ====================
|
||||
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
|
||||
|
||||
// No Teleport =========================
|
||||
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
|
||||
|
||||
// No Icewall
|
||||
in_hunter.gat mapflag noicewall
|
||||
in_moc_16.gat mapflag noicewall
|
||||
alde_alche.gat mapflag noicewall
|
||||
monk_in.gat mapflag noicewall
|
566
conf-tmpl/mapflag/pvp.txt
Normal file
566
conf-tmpl/mapflag/pvp.txt
Normal file
@ -0,0 +1,566 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map Flags for PvP Arenas
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.1
|
||||
//===== Compatible With: =====================================
|
||||
//=
|
||||
//===== Description: =========================================
|
||||
//= pvp: Turns on PvP mode
|
||||
//= pvp_noparty:
|
||||
//= 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: =================================
|
||||
//= added equip drops for PvP Nightmare Arena
|
||||
//============================================================
|
||||
|
||||
|
||||
// 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
|
||||
|
||||
// PvP No Party =========================
|
||||
//pvp_y_1-1.gat mapflag pvp_noparty
|
||||
//pvp_y_1-2.gat mapflag pvp_noparty
|
||||
//pvp_y_1-3.gat mapflag pvp_noparty
|
||||
//pvp_y_1-4.gat mapflag pvp_noparty
|
||||
//pvp_y_1-5.gat mapflag pvp_noparty
|
||||
//pvp_y_2-1.gat mapflag pvp_noparty
|
||||
//pvp_y_2-2.gat mapflag pvp_noparty
|
||||
//pvp_y_2-3.gat mapflag pvp_noparty
|
||||
//pvp_y_2-4.gat mapflag pvp_noparty
|
||||
//pvp_y_2-5.gat mapflag pvp_noparty
|
||||
//pvp_y_3-1.gat mapflag pvp_noparty
|
||||
//pvp_y_3-2.gat mapflag pvp_noparty
|
||||
//pvp_y_3-3.gat mapflag pvp_noparty
|
||||
//pvp_y_3-4.gat mapflag pvp_noparty
|
||||
//pvp_y_3-5.gat mapflag pvp_noparty
|
||||
//pvp_y_4-1.gat mapflag pvp_noparty
|
||||
//pvp_y_4-2.gat mapflag pvp_noparty
|
||||
//pvp_y_4-3.gat mapflag pvp_noparty
|
||||
//pvp_y_4-4.gat mapflag pvp_noparty
|
||||
//pvp_y_4-5.gat mapflag pvp_noparty
|
||||
//pvp_y_5-1.gat mapflag pvp_noparty
|
||||
//pvp_y_5-2.gat mapflag pvp_noparty
|
||||
//pvp_y_5-3.gat mapflag pvp_noparty
|
||||
//pvp_y_5-4.gat mapflag pvp_noparty
|
||||
//pvp_y_5-5.gat mapflag pvp_noparty
|
||||
//pvp_y_6-1.gat mapflag pvp_noparty
|
||||
//pvp_y_6-2.gat mapflag pvp_noparty
|
||||
//pvp_y_6-3.gat mapflag pvp_noparty
|
||||
//pvp_y_6-4.gat mapflag pvp_noparty
|
||||
//pvp_y_6-5.gat mapflag pvp_noparty
|
||||
//pvp_y_7-1.gat mapflag pvp_noparty
|
||||
//pvp_y_7-2.gat mapflag pvp_noparty
|
||||
//pvp_y_7-3.gat mapflag pvp_noparty
|
||||
//pvp_y_7-4.gat mapflag pvp_noparty
|
||||
//pvp_y_7-5.gat mapflag pvp_noparty
|
||||
//pvp_y_8-1.gat mapflag pvp_noparty
|
||||
//pvp_y_8-2.gat mapflag pvp_noparty
|
||||
//pvp_y_8-3.gat mapflag pvp_noparty
|
||||
//pvp_y_8-4.gat mapflag pvp_noparty
|
||||
//pvp_y_8-5.gat mapflag pvp_noparty
|
||||
//pvp_n_1-1.gat mapflag pvp_noparty
|
||||
//pvp_n_1-2.gat mapflag pvp_noparty
|
||||
//pvp_n_1-3.gat mapflag pvp_noparty
|
||||
//pvp_n_1-4.gat mapflag pvp_noparty
|
||||
//pvp_n_1-5.gat mapflag pvp_noparty
|
||||
//pvp_n_2-1.gat mapflag pvp_noparty
|
||||
//pvp_n_2-2.gat mapflag pvp_noparty
|
||||
//pvp_n_2-3.gat mapflag pvp_noparty
|
||||
//pvp_n_2-4.gat mapflag pvp_noparty
|
||||
//pvp_n_2-5.gat mapflag pvp_noparty
|
||||
//pvp_n_3-1.gat mapflag pvp_noparty
|
||||
//pvp_n_3-2.gat mapflag pvp_noparty
|
||||
//pvp_n_3-3.gat mapflag pvp_noparty
|
||||
//pvp_n_3-4.gat mapflag pvp_noparty
|
||||
//pvp_n_3-5.gat mapflag pvp_noparty
|
||||
//pvp_n_4-1.gat mapflag pvp_noparty
|
||||
//pvp_n_4-2.gat mapflag pvp_noparty
|
||||
//pvp_n_4-3.gat mapflag pvp_noparty
|
||||
//pvp_n_4-4.gat mapflag pvp_noparty
|
||||
//pvp_n_4-5.gat mapflag pvp_noparty
|
||||
//pvp_n_5-1.gat mapflag pvp_noparty
|
||||
//pvp_n_5-2.gat mapflag pvp_noparty
|
||||
//pvp_n_5-3.gat mapflag pvp_noparty
|
||||
//pvp_n_5-4.gat mapflag pvp_noparty
|
||||
//pvp_n_5-5.gat mapflag pvp_noparty
|
||||
//pvp_n_6-1.gat mapflag pvp_noparty
|
||||
//pvp_n_6-2.gat mapflag pvp_noparty
|
||||
//pvp_n_6-3.gat mapflag pvp_noparty
|
||||
//pvp_n_6-4.gat mapflag pvp_noparty
|
||||
//pvp_n_6-5.gat mapflag pvp_noparty
|
||||
//pvp_n_7-1.gat mapflag pvp_noparty
|
||||
//pvp_n_7-2.gat mapflag pvp_noparty
|
||||
//pvp_n_7-3.gat mapflag pvp_noparty
|
||||
//pvp_n_7-4.gat mapflag pvp_noparty
|
||||
//pvp_n_7-5.gat mapflag pvp_noparty
|
||||
//pvp_n_8-1.gat mapflag pvp_noparty
|
||||
//pvp_n_8-2.gat mapflag pvp_noparty
|
||||
//pvp_n_8-3.gat mapflag pvp_noparty
|
||||
//pvp_n_8-4.gat mapflag pvp_noparty
|
||||
//pvp_n_8-5.gat mapflag pvp_noparty
|
||||
|
||||
// No Memory ==========================
|
||||
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
|
||||
|
||||
// No Save =================================
|
||||
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
|
||||
|
||||
// No Penalty =========================
|
||||
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
|
||||
|
||||
// No Teleport =======================
|
||||
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
|
||||
|
||||
//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
|
224
conf-tmpl/mapflag/towns.txt
Normal file
224
conf-tmpl/mapflag/towns.txt
Normal file
@ -0,0 +1,224 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map Flags for Buildings inside of Town Maps
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
//= 1.0
|
||||
//===== Compatible With: =====================================
|
||||
//=
|
||||
//===== Description: =========================================
|
||||
//= 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
|
||||
//= noreturn: No using b-wings
|
||||
//= noicewall: Disables icewall skill
|
||||
//===== Additional Comments: =================================
|
||||
//=
|
||||
//============================================================
|
||||
|
||||
// No Dead Branch ================>\\
|
||||
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
|
||||
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
|
||||
|
||||
// No Memory ==================>\\
|
||||
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_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
|
||||
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
|
||||
payon_in01.gat mapflag nomemo
|
||||
payon_in02.gat mapflag nomemo
|
||||
prt_castle.gat mapflag nomemo
|
||||
prt_church.gat mapflag nomemo
|
||||
prt_in.gat mapflag nomemo
|
||||
um_in.gat mapflag nomemo
|
||||
xmas_in.gat mapflag nomemo
|
||||
yuno_in01.gat mapflag nomemo
|
||||
yuno_in02.gat mapflag nomemo
|
||||
yuno_in03.gat mapflag nomemo
|
||||
|
||||
|
||||
// No Penalty ====================>\\
|
||||
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
|
||||
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
|
||||
|
||||
|
||||
// No Teleport ===============>\\
|
||||
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
|
||||
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
|
||||
|
||||
// No Icewall ===============>\\
|
||||
alb_ship.gat mapflag noicewall
|
||||
alberta_in.gat mapflag noicewall
|
||||
aldeba_in.gat mapflag noicewall
|
||||
ama_in01.gat mapflag noicewall
|
||||
ama_in02.gat mapflag noicewall
|
||||
cmd_in01.gat mapflag noicewall
|
||||
cmd_in02.gat mapflag noicewall
|
||||
gef_tower.gat mapflag noicewall
|
||||
geffen_in.gat mapflag noicewall
|
||||
gon_test.gat mapflag noicewall
|
||||
gon_in.gat mapflag noicewall
|
||||
in_orcs01.gat mapflag noicewall
|
||||
izlude_in.gat mapflag noicewall
|
||||
jawaii_in.gat mapflag noicewall
|
||||
lou_in01.gat mapflag noicewall
|
||||
lou_in02.gat mapflag noicewall
|
||||
moc_castle.gat mapflag noicewall
|
||||
morocc_in.gat mapflag noicewall
|
||||
new_1-1.gat mapflag noicewall
|
||||
new_1-2.gat mapflag noicewall
|
||||
new_1-3.gat mapflag noicewall
|
||||
new_1-4.gat mapflag noicewall
|
||||
nif_in.gat mapflag noicewall
|
||||
payon_in01.gat mapflag noicewall
|
||||
payon_in02.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
|
||||
um_in.gat mapflag noicewall
|
||||
xmas_in.gat mapflag noicewall
|
||||
yuno_in01.gat mapflag noicewall
|
||||
yuno_in03.gat mapflag noicewall
|
||||
yuno_in04.gat mapflag noicewall
|
||||
yuno_in05.gat mapflag noicewall
|
28
conf-tmpl/mapflag/type/gvg.txt
Normal file
28
conf-tmpl/mapflag/type/gvg.txt
Normal file
@ -0,0 +1,28 @@
|
||||
// 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
|
||||
|
||||
// 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
|
47
conf-tmpl/mapflag/type/jail.txt
Normal file
47
conf-tmpl/mapflag/type/jail.txt
Normal file
@ -0,0 +1,47 @@
|
||||
//===========================================
|
||||
//= 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: No Parties Allowed in PvP mode
|
||||
//= 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.
|
||||
//= notelepot: 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
|
||||
|
||||
|
||||
|
||||
|
||||
// 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
|
48
conf-tmpl/mapflag/type/nightmare.txt
Normal file
48
conf-tmpl/mapflag/type/nightmare.txt
Normal file
@ -0,0 +1,48 @@
|
||||
//===== 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
|
218
conf-tmpl/mapflag/type/nobranch.txt
Normal file
218
conf-tmpl/mapflag/type/nobranch.txt
Normal file
@ -0,0 +1,218 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disable dead branching
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
|
||||
// Cities ================>\\
|
||||
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
|
||||
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
|
||||
|
||||
// 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
|
||||
|
||||
// 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
|
60
conf-tmpl/mapflag/type/noicewall.txt
Normal file
60
conf-tmpl/mapflag/type/noicewall.txt
Normal file
@ -0,0 +1,60 @@
|
||||
//===== 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.
|
||||
//============================================================
|
||||
|
||||
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.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
|
353
conf-tmpl/mapflag/type/nomemo.txt
Normal file
353
conf-tmpl/mapflag/type/nomemo.txt
Normal file
@ -0,0 +1,353 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disable warp portal memory
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
|
||||
|
||||
// Towns ==================>\\
|
||||
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_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
|
||||
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
|
||||
payon_in01.gat mapflag nomemo
|
||||
payon_in02.gat mapflag nomemo
|
||||
prt_castle.gat mapflag nomemo
|
||||
prt_church.gat mapflag nomemo
|
||||
prt_in.gat mapflag nomemo
|
||||
um_in.gat mapflag nomemo
|
||||
xmas_in.gat mapflag nomemo
|
||||
yuno_in01.gat mapflag nomemo
|
||||
yuno_in02.gat mapflag nomemo
|
||||
yuno_in03.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
|
||||
|
||||
// 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
|
||||
|
||||
// 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
|
177
conf-tmpl/mapflag/type/nopenalty.txt
Normal file
177
conf-tmpl/mapflag/type/nopenalty.txt
Normal file
@ -0,0 +1,177 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disable exp. penalty on death.
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
|
||||
|
||||
// Towns ====================>\\
|
||||
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
|
||||
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
|
58
conf-tmpl/mapflag/type/nopvp.txt
Normal file
58
conf-tmpl/mapflag/type/nopvp.txt
Normal file
@ -0,0 +1,58 @@
|
||||
///===== Description: =============================================
|
||||
//= nopvp: Disables Player versus Player mode.
|
||||
//= To disable PvP mode on a specific map add the mapname here.
|
||||
//============================================================
|
||||
|
||||
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
|
||||
|
121
conf-tmpl/mapflag/type/nosave.txt
Normal file
121
conf-tmpl/mapflag/type/nosave.txt
Normal file
@ -0,0 +1,121 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disable auto saving
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== 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
|
||||
|
||||
// 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
|
184
conf-tmpl/mapflag/type/noteleport.txt
Normal file
184
conf-tmpl/mapflag/type/noteleport.txt
Normal file
@ -0,0 +1,184 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that disable use of fly/butterfly wings
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
|
||||
// Cities ===============>\\
|
||||
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
|
||||
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
|
||||
|
||||
// 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
|
||||
|
||||
// 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
|
19
conf-tmpl/mapflag/type/nowarp.txt
Normal file
19
conf-tmpl/mapflag/type/nowarp.txt
Normal file
@ -0,0 +1,19 @@
|
||||
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
|
30
conf-tmpl/mapflag/type/nowarpto.txt
Normal file
30
conf-tmpl/mapflag/type/nowarpto.txt
Normal file
@ -0,0 +1,30 @@
|
||||
//===== 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
|
89
conf-tmpl/mapflag/type/pvp.txt
Normal file
89
conf-tmpl/mapflag/type/pvp.txt
Normal file
@ -0,0 +1,89 @@
|
||||
//===== eAthena Script =======================================
|
||||
//= Map flags that enable pvp
|
||||
//===== By: ==================================================
|
||||
//= eAthena Dev Team
|
||||
//===== Current Version: =====================================
|
||||
|
||||
|
||||
// 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
|
35
conf-tmpl/mapflag/type/pvp_noparty.txt
Normal file
35
conf-tmpl/mapflag/type/pvp_noparty.txt
Normal file
@ -0,0 +1,35 @@
|
||||
//===== 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
|
54
conf-tmpl/mapflag/water.txt
Normal file
54
conf-tmpl/mapflag/water.txt
Normal file
@ -0,0 +1,54 @@
|
||||
// 水の設定。
|
||||
// waterは水ありでall_waterは全て水だと判断するマップ。
|
||||
|
||||
mjolnir_12.gat mapflag water
|
||||
mjolnir_02.gat mapflag water
|
||||
glast_01.gat mapflag water
|
||||
gef_fild04.gat mapflag water
|
||||
prt_fild02.gat mapflag water
|
||||
prt_fild01.gat mapflag water
|
||||
prt_fild00.gat mapflag water
|
||||
gef_fild00.gat mapflag water
|
||||
gef_fild07.gat mapflag water
|
||||
gef_fild13.gat mapflag water
|
||||
gef_fild09.gat mapflag water
|
||||
gef_fild01.gat mapflag water
|
||||
prt_fild05.gat mapflag water
|
||||
gef_fild03.gat mapflag water
|
||||
gef_fild10.gat mapflag water
|
||||
prt_fild10.gat mapflag water
|
||||
pay_arche.gat mapflag water
|
||||
moc_ruins.gat mapflag water
|
||||
comodo.gat mapflag water
|
||||
cmd_fild01.gat mapflag water
|
||||
cmd_fild02.gat mapflag water
|
||||
cmd_fild03.gat mapflag water
|
||||
cmd_fild04.gat mapflag water
|
||||
cmd_fild05.gat mapflag water
|
||||
moc_fild11.gat mapflag water
|
||||
ama_fild01.gat mapflag water
|
||||
|
||||
iz_dun00.gat mapflag water
|
||||
iz_dun01.gat mapflag water
|
||||
iz_dun02.gat mapflag water
|
||||
//iz_dun03.gat mapflag all_water
|
||||
//iz_dun04.gat mapflag all_water
|
||||
treasure01.gat mapflag water
|
||||
treasure02.gat mapflag water
|
||||
mjo_dun01.gat mapflag water
|
||||
orcsdun02.gat mapflag water
|
||||
pay_dun01.gat mapflag water
|
||||
pay_dun02.gat mapflag water
|
||||
pay_dun03.gat mapflag water
|
||||
prt_sewb2.gat mapflag water
|
||||
prt_sewb3.gat mapflag water
|
||||
gl_prison1.gat mapflag water
|
||||
alde_dun03.gat mapflag water
|
||||
alde_dun04.gat mapflag water
|
||||
beach_dun.gat mapflag water
|
||||
beach_dun2.gat mapflag water
|
||||
beach_dun3.gat mapflag water
|
||||
tur_dun01.gat mapflag water
|
||||
gld_dun02.gat mapflag water
|
||||
gld_dun03.gat mapflag water
|
||||
gld_dun04.gat mapflag water
|
68
conf-tmpl/mapflag/water_height.txt
Normal file
68
conf-tmpl/mapflag/water_height.txt
Normal file
@ -0,0 +1,68 @@
|
||||
// 水場の高さを設定
|
||||
//water_height.txt@AthenaDB計画 2004/03/31 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
|
1
conf-tmpl/motd.txt
Normal file
1
conf-tmpl/motd.txt
Normal file
@ -0,0 +1 @@
|
||||
Welcome to eAthena! Enjoy!
|
512
conf-tmpl/msg_athena.conf
Normal file
512
conf-tmpl/msg_athena.conf
Normal file
@ -0,0 +1,512 @@
|
||||
// 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.
|
||||
0: Warped.
|
||||
//1: Map not found.
|
||||
1: Map not found.
|
||||
//2: Coordinates out of range.
|
||||
2: Coordinates out of range.
|
||||
//3: Character not found.
|
||||
3: Character not found.
|
||||
//4: Jump to %s
|
||||
4: Jump to %s
|
||||
//5: Jump to %d %d
|
||||
5: Jump to %d %d
|
||||
//6: Character data respawn point saved.
|
||||
6: Character data respawn point saved.
|
||||
//7: Warping to respawn point.
|
||||
7: Warping to respawn point.
|
||||
//8: Speed changed.
|
||||
8: Speed changed.
|
||||
//9: Options changed.
|
||||
9: Options changed.
|
||||
//10: Invisible: Off
|
||||
10: Invisible: Off
|
||||
//11: Invisible: On
|
||||
11: Invisible: On
|
||||
//12: Your job has been changed.
|
||||
12: Your job has been changed.
|
||||
//13: A pity! You've died.
|
||||
13: A pity! You've died.
|
||||
//14: Character killed.
|
||||
14: Character killed.
|
||||
//15: Player warped (message sends to player too).
|
||||
15: Player warped (message sends to player too).
|
||||
//16: You've been revived! It's a miracle!
|
||||
16: You've been revived! It's a miracle!
|
||||
//17: HP, SP recovered.
|
||||
17: HP, SP recovered.
|
||||
//18: Item created.
|
||||
18: Item created.
|
||||
//19: Invalid item ID or name.
|
||||
19: Invalid item ID or name.
|
||||
//20: All of your items have been removed.
|
||||
20: All of your items have been removed.
|
||||
//21: Base level raised.
|
||||
21: Base level raised.
|
||||
//22: Base level lowered.
|
||||
22: Base level lowered.
|
||||
//23: Job level can't go any higher.
|
||||
23: Job level can't go any higher.
|
||||
//24: Job level raised.
|
||||
24: Job level raised.
|
||||
//25: Job level lowered.
|
||||
25: Job level lowered.
|
||||
//26: Help commands:
|
||||
26: Help commands:
|
||||
//27: File help.txt not found.
|
||||
27: File help.txt not found.
|
||||
//28: No player found.
|
||||
28: No player found.
|
||||
//29: 1 player found.
|
||||
29: 1 player found.
|
||||
//30: %d players found.
|
||||
30: %d players found.
|
||||
//31: PvP: Off.
|
||||
31: PvP: Off.
|
||||
//32: PvP: On.
|
||||
32: PvP: On.
|
||||
//33: GvG: Off.
|
||||
33: GvG: Off.
|
||||
//34: GvG: On.
|
||||
34: GvG: On.
|
||||
//35: You can't use this command with this class.
|
||||
35: You can't use this command with this class.
|
||||
//36: Appearence changed.
|
||||
36: Appearence changed.
|
||||
//37: An invalid number was specified.
|
||||
37: An invalid number was specified.
|
||||
//38: Invalid location number or name.
|
||||
38: Invalid location number or name.
|
||||
//39: All monster summoned!
|
||||
39: All monster summoned!
|
||||
//40: Invalid monster ID or name.
|
||||
40: Invalid monster ID or name.
|
||||
//41: Impossible to decrease the number/value.
|
||||
41: Impossible to decrease the number/value.
|
||||
//42: Stat changed.
|
||||
42: Stat changed.
|
||||
//43: You're not in a guild.
|
||||
43: You're not in a guild.
|
||||
//44: You're not the master of your guild.
|
||||
44: You're not the master of your guild.
|
||||
//45: Guild level change failed.
|
||||
45: Guild level change failed.
|
||||
//46: %s recalled!
|
||||
46: %s recalled!
|
||||
//47: Base level can't go any higher.
|
||||
47: Base level can't go any higher.
|
||||
//48: Character's job changed.
|
||||
48: Character's job changed.
|
||||
//49: Invalid job ID.
|
||||
49: Invalid job ID.
|
||||
//50: You already have some GM powers.
|
||||
50: You already have some GM powers.
|
||||
//51: Character revived.
|
||||
51: Character revived.
|
||||
//52: This option cannot be used in PK Mode.
|
||||
52: This option cannot be used in PK Mode.
|
||||
//53: '%s' stats:
|
||||
53: '%s' stats:
|
||||
//54: No player found in map '%s'.
|
||||
54: No player found in map '%s'.
|
||||
//55: 1 player found in map '%s'.
|
||||
55: 1 player found in map '%s'.
|
||||
//56: %d players found in map '%s'.
|
||||
56: %d players found in map '%s'.
|
||||
//57: Character's respawn point changed.
|
||||
57: Character's respawn point changed.
|
||||
//58: Character's options changed.
|
||||
58: Character's options changed.
|
||||
//59: Night has fallen.
|
||||
59: Night has fallen.
|
||||
//60: Day has arrived.
|
||||
60: Day has arrived.
|
||||
//61: The holy messenger has given judgement.
|
||||
61: The holy messenger has given judgement.
|
||||
//62: Judgement was made.
|
||||
62: Judgement was made.
|
||||
//63: Mercy has been shown.
|
||||
63: Mercy has been shown.
|
||||
//64: Mercy has been granted.
|
||||
64: Mercy has been granted.
|
||||
//65: Character's base level raised.
|
||||
65: Character's base level raised.
|
||||
//66: Character's base level lowered.
|
||||
66: Character's base level lowered.
|
||||
//67: Character's job level can't go any higher.
|
||||
67: Character's job level can't go any higher.
|
||||
//68: character's job level raised.
|
||||
68: character's job level raised.
|
||||
//69: Character's job level lowered.
|
||||
69: Character's job level lowered.
|
||||
//70: You have learned the skill.
|
||||
70: You have learned the skill.
|
||||
//71: You have forgotten the skill.
|
||||
71: You have forgotten the skill.
|
||||
//72: Guild siege warfare start!
|
||||
72: Guild siege warfare start!
|
||||
//73: Already it has started siege warfare.
|
||||
73: Already it has started siege warfare.
|
||||
//74: Guild siege warfare end!
|
||||
74: Guild siege warfare end!
|
||||
//75: Siege warfare hasn't started yet.
|
||||
75: Siege warfare hasn't started yet.
|
||||
//76: You have received all skills.
|
||||
76: You have received all skills.
|
||||
//77: The reference result of '%s' (name: id):
|
||||
77: The reference result of '%s' (name: id):
|
||||
//78: %s: %d
|
||||
78: %s: %d
|
||||
//79: It is %d affair above.
|
||||
79: It is %d affair above.
|
||||
//80: Give a display name and monster name/id please.
|
||||
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.
|
||||
81: Your GM level don't authorise you to do this action on this player.
|
||||
//82: Please, use one of this number/name:
|
||||
82: Please, use one of this number/name:
|
||||
//83: Cannot spawn emperium.
|
||||
83: Cannot spawn emperium.
|
||||
//84: All stats changed!
|
||||
84: All stats changed!
|
||||
//85: Invalid time for ban command.
|
||||
85: Invalid time for ban command.
|
||||
//86: Sorry, but a player name have at least 4 characters.
|
||||
86: Sorry, but a player name have at least 4 characters.
|
||||
//87: Sorry, but a player name have 23 characters maximum.
|
||||
87: Sorry, but a player name have 23 characters maximum.
|
||||
//88: Character name sends to char-server to ask it.
|
||||
88: Character name sends to char-server to ask it.
|
||||
//89: Sorry, it's already the night. Impossible to execute the command.
|
||||
89: Sorry, it's already the night. Impossible to execute the command.
|
||||
//90: Sorry, it's already the day. 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.
|
||||
91: Character's base level can't go any higher.
|
||||
//92: All characters recalled!
|
||||
92: All characters recalled!
|
||||
//93: All online characters of the %s guild are near you.
|
||||
93: All online characters of the %s guild are near you.
|
||||
//94: Incorrect name/ID, or no one from the guild is online.
|
||||
94: Incorrect name/ID, or no one from the guild is online.
|
||||
//95: All online characters of the %s party are near you.
|
||||
95: All online characters of the %s party are near you.
|
||||
//96: Incorrect name or ID, or no one from the party is online.
|
||||
96: Incorrect name or ID, or no one from the party is online.
|
||||
//97: Item database reloaded.
|
||||
97: Item database reloaded.
|
||||
//98: Monster database reloaded.
|
||||
98: Monster database reloaded.
|
||||
//99: Skill database reloaded.
|
||||
99: Skill database reloaded.
|
||||
//100: Scripts reloaded.
|
||||
100: Scripts reloaded.
|
||||
//101: Login-server asked to reload GM accounts and their level.
|
||||
101: Login-server asked to reload GM accounts and their level.
|
||||
//102: Mounted Peco.
|
||||
102: Mounted Peco.
|
||||
//103: No longer spying on the %s guild.
|
||||
103: No longer spying on the %s guild.
|
||||
//104: Spying on the %s guild.
|
||||
104: Spying on the %s guild.
|
||||
//105: No longer spying on the %s party.
|
||||
105: No longer spying on the %s party.
|
||||
//106: Spying on the %s party.
|
||||
106: Spying on the %s party.
|
||||
//107: All items have been repaired.
|
||||
107: All items have been repaired.
|
||||
//108: No item need to be repaired.
|
||||
108: No item need to be repaired.
|
||||
//109: Player has been nuked!
|
||||
109: Player has been nuked!
|
||||
//110: Npc Enabled.
|
||||
110: Npc Enabled.
|
||||
//111: This NPC doesn't exist.
|
||||
111: This NPC doesn't exist.
|
||||
//112: Npc Disabled.
|
||||
112: Npc Disabled.
|
||||
//113: %d item(s) removed by a GM.
|
||||
113: %d item(s) removed by a GM.
|
||||
//114: %d item(s) removed from the player.
|
||||
114: %d item(s) removed from the player.
|
||||
//115: %d item(s) removed. Player had only %d on %d items.
|
||||
115: %d item(s) removed. Player had only %d on %d items.
|
||||
//116: Character does not have the item.
|
||||
116: Character does not have the item.
|
||||
//117: GM has send you in jails.
|
||||
117: GM has send you in jails.
|
||||
//118: Player warped in jails.
|
||||
118: Player warped in jails.
|
||||
//119: This player is not in jails.
|
||||
119: This player is not in jails.
|
||||
//120: GM has discharge you.
|
||||
120: GM has discharge you.
|
||||
//121: Player warped to Prontera.
|
||||
121: Player warped to Prontera.
|
||||
//122: Disguise applied.
|
||||
122: Disguise applied.
|
||||
//123: Monster/NPC name/id hasn't been found.
|
||||
123: Monster/NPC name/id hasn't been found.
|
||||
//124: Undisguise applied.
|
||||
124: Undisguise applied.
|
||||
//125: You're not disguised.
|
||||
125: You're not disguised.
|
||||
//126: You accept any wisp (no wisper is refused).
|
||||
126: You accept any wisp (no wisper is refused).
|
||||
//127: You accept any wisp, except thoses from %d player(s):
|
||||
127: You accept any wisp, except thoses from %d player(s):
|
||||
//128: You refuse all wisps (no specifical wisper is refused).
|
||||
128: You refuse all wisps (no specifical wisper is refused).
|
||||
//129: You refuse all wisps, AND refuse wisps from %d player(s):
|
||||
129: You refuse all wisps, AND refuse wisps from %d player(s):
|
||||
//130: '%s' accept any wisp (no wisper is refused).
|
||||
130: '%s' accept any wisp (no wisper is refused).
|
||||
//131: '%s' accept any wisp, except thoses from %d player(s):
|
||||
131: '%s' accept any wisp, except thoses from %d player(s):
|
||||
//132: '%s' refuse all wisps (no specifical wisper is refused).
|
||||
132: '%s' refuse all wisps (no specifical wisper is refused).
|
||||
//133: '%s' refuse all wisps, AND refuse wisps from %d player(s):
|
||||
133: '%s' refuse all wisps, AND refuse wisps from %d player(s):
|
||||
//134: '%s' already accepts all wispers.
|
||||
134: '%s' already accepts all wispers.
|
||||
//135: '%s' now accepts all wispers.
|
||||
135: '%s' now accepts all wispers.
|
||||
//136: A GM has authorised all wispers for you.
|
||||
136: A GM has authorised all wispers for you.
|
||||
//137: '%s' already blocks all wispers.
|
||||
137: '%s' already blocks all wispers.
|
||||
//138: '%s' blocks now all wispers.
|
||||
138: '%s' blocks now all wispers.
|
||||
//139: A GM has blocked all wispers for you.
|
||||
139: A GM has blocked all wispers for you.
|
||||
//140: Character's disguise applied.
|
||||
140: Character's disguise applied.
|
||||
//141: Character's undisguise applied.
|
||||
141: Character's undisguise applied.
|
||||
//142: Character is not disguised.
|
||||
142: Character is not disguised.
|
||||
//143: Give a monster name/id please.
|
||||
143: Give a monster name/id please.
|
||||
//144: Invalid actual email. If you have default e-mail, type a@a.com.
|
||||
144: Invalid actual email. If you have default e-mail, type a@a.com.
|
||||
//145: Invalid new email. Please enter a real e-mail.
|
||||
145: Invalid new email. Please enter a real e-mail.
|
||||
//146: New email must be a real e-mail.
|
||||
146: New email must be a real e-mail.
|
||||
//147: New email must be different of the actual e-mail.
|
||||
147: New email must be different of the actual e-mail.
|
||||
//148: Information sended to login-server via char-server.
|
||||
148: Information sended to login-server via char-server.
|
||||
//149: Impossible to increase the number/value.
|
||||
149: Impossible to increase the number/value.
|
||||
//150: No GM found.
|
||||
150: No GM found.
|
||||
//151: 1 GM found.
|
||||
151: 1 GM found.
|
||||
//152: %d GMs found.
|
||||
152: %d GMs found.
|
||||
//153: %s is Unknown Command.
|
||||
153: %s is Unknown Command.
|
||||
//154: %s failed.
|
||||
154: %s failed.
|
||||
//155: Impossible to change your job.
|
||||
155: Impossible to change your job.
|
||||
//156: HP or/and SP modified.
|
||||
156: HP or/and SP modified.
|
||||
//157: HP and SP are already with the good value.
|
||||
157: HP and SP are already with the good value.
|
||||
//158: Base level can't go any lower.
|
||||
158: Base level can't go any lower.
|
||||
//159: Job level can't go any lower.
|
||||
159: Job level can't go any lower.
|
||||
//160: PvP is already Off.
|
||||
160: PvP is already Off.
|
||||
//161: PvP is already On.
|
||||
161: PvP is already On.
|
||||
//162: GvG is already Off.
|
||||
162: GvG is already Off.
|
||||
//163: GvG is already On.
|
||||
163: GvG is already On.
|
||||
//164: Your memo point #%d doesn't exist.
|
||||
164: Your memo point #%d doesn't exist.
|
||||
//165: All monsters killed!
|
||||
165: All monsters killed!
|
||||
//166: No item has been refined!
|
||||
166: No item has been refined!
|
||||
//167: 1 item has been refined!
|
||||
167: 1 item has been refined!
|
||||
//168: %d items have been refined!
|
||||
168: %d items have been refined!
|
||||
//169: This item (%d: '%s') is not an equipment.
|
||||
169: This item (%d: '%s') is not an equipment.
|
||||
//170: This item is not an equipment.
|
||||
170: This item is not an equipment.
|
||||
//171: %d - void
|
||||
171: %d - void
|
||||
//172: You replace previous memo position %d - %s (%d,%d).
|
||||
172: You replace previous memo position %d - %s (%d,%d).
|
||||
//173: Note: you don't have the 'Warp' skill level to use it.
|
||||
173: Note: you don't have the 'Warp' skill level to use it.
|
||||
//174: Number of status points changed!
|
||||
174: Number of status points changed!
|
||||
//175: Number of skill points changed!
|
||||
175: Number of skill points changed!
|
||||
//176: Number of zenys changed!
|
||||
176: Number of zenys changed!
|
||||
//177: Impossible to decrease a stat.
|
||||
177: Impossible to decrease a stat.
|
||||
//178: Impossible to increase a stat.
|
||||
178: Impossible to increase a stat.
|
||||
//179: Guild level changed.
|
||||
179: Guild level changed.
|
||||
//180: The monter/egg name/id doesn't exist.
|
||||
180: The monter/egg name/id doesn't exist.
|
||||
//181: You already have a pet.
|
||||
181: You already have a pet.
|
||||
//182: Pet friendly value changed!
|
||||
182: Pet friendly value changed!
|
||||
//183: Pet friendly is already the good value.
|
||||
183: Pet friendly is already the good value.
|
||||
//184: Sorry, but you have no pet.
|
||||
184: Sorry, but you have no pet.
|
||||
//185: Pet hungry value changed!
|
||||
185: Pet hungry value changed!
|
||||
//186: Pet hungry is already the good value.
|
||||
186: Pet hungry is already the good value.
|
||||
//187: You can now rename your pet.
|
||||
187: You can now rename your pet.
|
||||
//188: You can already rename your pet.
|
||||
188: You can already rename your pet.
|
||||
//189: This player can now rename his/her pet.
|
||||
189: This player can now rename his/her pet.
|
||||
//190: This player can already rename his/her pet.
|
||||
190: This player can already rename his/her pet.
|
||||
//191: Sorry, but this player has no pet.
|
||||
191: Sorry, but this player has no pet.
|
||||
//192: Impossible to change the character's job.
|
||||
192: Impossible to change the character's job.
|
||||
//193: Character's base level can't go any lower.
|
||||
193: Character's base level can't go any lower.
|
||||
//194: Character's job level can't go any lower.
|
||||
194: Character's job level can't go any lower.
|
||||
//195: All players have been kicked!
|
||||
195: All players have been kicked!
|
||||
//196: You already have this quest skill.
|
||||
196: You already have this quest skill.
|
||||
//197: This skill number doesn't exist or isn't a quest skill.
|
||||
197: This skill number doesn't exist or isn't a quest skill.
|
||||
//198: This skill number doesn't exist.
|
||||
198: This skill number doesn't exist.
|
||||
//199: This player has learned the skill.
|
||||
199: This player has learned the skill.
|
||||
//200: This player already has this quest skill.
|
||||
200: This player already has this quest skill.
|
||||
//201: You don't have this quest skill.
|
||||
201: You don't have this quest skill.
|
||||
//202: This player has forgotten the skill.
|
||||
202: This player has forgotten the skill.
|
||||
//203: This player doesn't have this quest skill.
|
||||
203: This player doesn't have this quest skill.
|
||||
//204: WARNING: more than 1000 spiritballs can CRASH your server and/or client!
|
||||
204: WARNING: more than 1000 spiritballs can CRASH your server and/or client!
|
||||
//205: You already have this number of spiritballs.
|
||||
205: You already have this number of spiritballs.
|
||||
//206: '%s' skill points reseted!
|
||||
206: '%s' skill points reseted!
|
||||
//207: '%s' stats points reseted!
|
||||
207: '%s' stats points reseted!
|
||||
//208: '%s' skill and stats points reseted!
|
||||
208: '%s' skill and stats points reseted!
|
||||
//209: Character's number of skill points changed!
|
||||
209: Character's number of skill points changed!
|
||||
//210: Character's number of status points changed!
|
||||
210: Character's number of status points changed!
|
||||
//211: Character's number of zenys changed!
|
||||
211: Character's number of zenys changed!
|
||||
//212: Cannot mount a Peco while in disguise.
|
||||
212: Cannot mount a Peco while in disguise.
|
||||
//213: You can not mount a peco with your job.
|
||||
213: You can not mount a peco with your job.
|
||||
//214: Unmounted Peco.
|
||||
214: Unmounted Peco.
|
||||
//215: This player cannot mount a Peco while in disguise.
|
||||
215: This player cannot mount a Peco while in disguise.
|
||||
//216: Now, this player mounts a peco.
|
||||
216: Now, this player mounts a peco.
|
||||
//217: This player can not mount a peco with his/her job.
|
||||
217: This player can not mount a peco with his/her job.
|
||||
//218: Now, this player has not more peco.
|
||||
218: Now, this player has not more peco.
|
||||
//219: %d day
|
||||
219: %d day
|
||||
//220: %d days
|
||||
220: %d days
|
||||
//221: %s %d hour
|
||||
221: %s %d hour
|
||||
//222: %s %d hours
|
||||
222: %s %d hours
|
||||
//223: %s %d minute
|
||||
223: %s %d minute
|
||||
//224: %s %d minutes
|
||||
224: %s %d minutes
|
||||
//225: %s and %d second
|
||||
225: %s and %d second
|
||||
//226: %s and %d seconds
|
||||
226: %s and %d seconds
|
||||
//227: Cannot wear disguise while riding a Peco.
|
||||
227: Cannot wear disguise while riding a Peco.
|
||||
//228: Character cannot wear disguise while riding a Peco.
|
||||
228: Character cannot wear disguise while riding a Peco.
|
||||
//229: Your Effect Has Changed.
|
||||
229: Your Effect Has Changed.
|
||||
//230: Server time (normal time): %A, %B %d %Y %X.
|
||||
230: Server time (normal time): %A, %B %d %Y %X.
|
||||
//231: Game time: The game is in permanent daylight.
|
||||
231: Game time: The game is in permanent daylight.
|
||||
//232: Game time: The game is in permanent night.
|
||||
232: Game time: The game is in permanent night.
|
||||
//233: Game time: The game is actualy in night for %s.
|
||||
233: Game time: The game is actualy in night for %s.
|
||||
//234: Game time: After, the game will be in permanent daylight.
|
||||
234: Game time: After, the game will be in permanent daylight.
|
||||
//235: Game time: The game is actualy in daylight for %s.
|
||||
235: Game time: The game is actualy in daylight for %s.
|
||||
//236: Game time: After, the game will be in permanent night.
|
||||
236: Game time: After, the game will be in permanent night.
|
||||
//237: Game time: After, the game will be in night for %s.
|
||||
237: Game time: After, the game will be in night for %s.
|
||||
//238: Game time: A day cycle has a normal duration of %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.
|
||||
239: Game time: After, the game will be in daylight for %s.
|
||||
//240: %d monster(s) summoned!
|
||||
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.
|
||||
|
||||
// Messages of others (not for GM commands)
|
||||
// ----------------------------------------
|
||||
|
||||
//500: Actually, it's the night...
|
||||
500: Actually, it's the night...
|
||||
//501: Your account time limit is: %d-%m-%Y %H:%M:%S.
|
||||
501: Your account time limit is: %d-%m-%Y %H:%M:%S.
|
||||
//502: The day has arrived!
|
||||
502: The day has arrived!
|
||||
//503: The night has fallen...
|
||||
503: The night has fallen...
|
2
conf-tmpl/script_athena.conf
Normal file
2
conf-tmpl/script_athena.conf
Normal file
@ -0,0 +1,2 @@
|
||||
// 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
|
54
conf-tmpl/water.txt
Normal file
54
conf-tmpl/water.txt
Normal file
@ -0,0 +1,54 @@
|
||||
// 水の設定。
|
||||
// waterは水ありでall_waterは全て水だと判断するマップ。
|
||||
|
||||
mjolnir_12.gat mapflag water
|
||||
mjolnir_02.gat mapflag water
|
||||
glast_01.gat mapflag water
|
||||
gef_fild04.gat mapflag water
|
||||
prt_fild02.gat mapflag water
|
||||
prt_fild01.gat mapflag water
|
||||
prt_fild00.gat mapflag water
|
||||
gef_fild00.gat mapflag water
|
||||
gef_fild07.gat mapflag water
|
||||
gef_fild13.gat mapflag water
|
||||
gef_fild09.gat mapflag water
|
||||
gef_fild01.gat mapflag water
|
||||
prt_fild05.gat mapflag water
|
||||
gef_fild03.gat mapflag water
|
||||
gef_fild10.gat mapflag water
|
||||
prt_fild10.gat mapflag water
|
||||
pay_arche.gat mapflag water
|
||||
moc_ruins.gat mapflag water
|
||||
comodo.gat mapflag water
|
||||
cmd_fild01.gat mapflag water
|
||||
cmd_fild02.gat mapflag water
|
||||
cmd_fild03.gat mapflag water
|
||||
cmd_fild04.gat mapflag water
|
||||
cmd_fild05.gat mapflag water
|
||||
moc_fild11.gat mapflag water
|
||||
ama_fild01.gat mapflag water
|
||||
|
||||
iz_dun00.gat mapflag water
|
||||
iz_dun01.gat mapflag water
|
||||
iz_dun02.gat mapflag water
|
||||
//iz_dun03.gat mapflag all_water
|
||||
//iz_dun04.gat mapflag all_water
|
||||
treasure01.gat mapflag water
|
||||
treasure02.gat mapflag water
|
||||
mjo_dun01.gat mapflag water
|
||||
orcsdun02.gat mapflag water
|
||||
pay_dun01.gat mapflag water
|
||||
pay_dun02.gat mapflag water
|
||||
pay_dun03.gat mapflag water
|
||||
prt_sewb2.gat mapflag water
|
||||
prt_sewb3.gat mapflag water
|
||||
gl_prison1.gat mapflag water
|
||||
alde_dun03.gat mapflag water
|
||||
alde_dun04.gat mapflag water
|
||||
beach_dun.gat mapflag water
|
||||
beach_dun2.gat mapflag water
|
||||
beach_dun3.gat mapflag water
|
||||
tur_dun01.gat mapflag water
|
||||
gld_dun02.gat mapflag water
|
||||
gld_dun03.gat mapflag water
|
||||
gld_dun04.gat mapflag water
|
68
conf-tmpl/water_height.txt
Normal file
68
conf-tmpl/water_height.txt
Normal file
@ -0,0 +1,68 @@
|
||||
// 水場の高さを設定
|
||||
//water_height.txt@AthenaDB計画 2004/03/31 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
|
387
db/abra_db.txt
Normal file
387
db/abra_db.txt
Normal file
@ -0,0 +1,387 @@
|
||||
//アブラカダブラの発動スキルデータベース
|
||||
//
|
||||
//書式:<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
|
53
db/attr_fix.txt
Normal file
53
db/attr_fix.txt
Normal file
@ -0,0 +1,53 @@
|
||||
// 属性修正
|
||||
// 横:モンスターの属性 // 縦:攻撃の属性
|
||||
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, // 不死
|
27
db/castle_db.txt
Normal file
27
db/castle_db.txt
Normal file
@ -0,0 +1,27 @@
|
||||
//ƒ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
|
237
db/const.txt
Normal file
237
db/const.txt
Normal file
@ -0,0 +1,237 @@
|
||||
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 47
|
||||
Job_Baby_Mage 48
|
||||
Job_Baby_Archer 49
|
||||
Job_Baby_Acolyte 50
|
||||
Job_Baby_Merchant 51
|
||||
Job_Baby_Thief 52
|
||||
Job_Baby_Knight 53
|
||||
Job_Baby_Priest 54
|
||||
Job_Baby_Wizard 55
|
||||
Job_Baby_Blacksmith 56
|
||||
Job_Baby_Hunter 57
|
||||
Job_Baby_Assassin 58
|
||||
Job_Baby_Knight2 59
|
||||
Job_Baby_Crusader 60
|
||||
Job_Baby_Monk 61
|
||||
Job_Baby_Sage 62
|
||||
Job_Baby_Rogue 63
|
||||
Job_Baby_Alchem 64
|
||||
Job_Baby_Bard 65
|
||||
Job_Baby_Dancer 66
|
||||
Job_Baby_Crusader2 67
|
||||
Job_Super_Baby 68
|
||||
|
||||
|
||||
|
||||
mf_nomemo 0
|
||||
mf_noteleport 1
|
||||
mf_nosave 2
|
||||
mf_nobranch 3
|
||||
mf_nopenalty 4
|
||||
mf_pvp 5
|
||||
mf_pvp_noparty 6
|
||||
mf_pvp_noguild 7
|
||||
mf_gvg 8
|
||||
mf_gvg_noparty 9
|
||||
mf_nozenypenalty 10
|
||||
|
||||
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
|
||||
|
||||
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 57
|
||||
bUnbreakable 58
|
||||
|
||||
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
|
||||
|
||||
bRestartFullRecover 2000
|
||||
bNoCastCancel 2001
|
||||
bNoSizeFix 2002
|
||||
bNoMagicDamage 2003
|
||||
bNoWeaponDamage 2004
|
||||
bNoGemStone 2005
|
||||
bNoCastCancel2 2006
|
||||
bInfiniteEndure 2007
|
||||
|
||||
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
|
||||
|
||||
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_SpeedPot0 37
|
||||
SC_SpeedPot1 38
|
||||
SC_SpeedPot2 39
|
||||
SC_ATKPot 185
|
||||
SC_MATKPot 186
|
99
db/create_arrow_db.txt
Normal file
99
db/create_arrow_db.txt
Normal file
@ -0,0 +1,99 @@
|
||||
//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,10,1768,1
|
||||
716,1762,10,1763,1,1761,1
|
||||
717,1754,10,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,5
|
||||
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,200
|
||||
991,1754,50
|
||||
992,1755,50
|
||||
993,1756,50
|
||||
994,1752,600,1769,5
|
||||
995,1754,150,1759,5
|
||||
996,1755,150,1768,5
|
||||
997,1756,150,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
|
||||
1018,1770,50,1756,2
|
||||
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,20,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,50,1753,100,1764,10
|
||||
5014,1754,200,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,1000
|
||||
7036,1754,100
|
||||
7053,1751,40
|
||||
|
99
db/exp.txt
Normal file
99
db/exp.txt
Normal file
@ -0,0 +1,99 @@
|
||||
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,508,508,508,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,0,0,0,0
|
||||
1594058,1594058,1594058,1594058,3666333,3666333,3666333,0,0,0,0,0,0,0
|
||||
1718928,1718928,1718928,1718928,3953534,3953534,3953534,0,0,0,0,0,0,0
|
||||
1848355,1848355,1848355,1848355,4251217,4251217,4251217,0,0,0,0,0,0,0
|
||||
1982340,1982340,1982340,1982340,4559382,4559382,4559382,0,0,0,0,0,0,0
|
||||
2230113,2230113,2230113,2230113,5129260,5129260,5129260,0,0,0,0,0,0,0
|
||||
2386162,2386162,2386162,2386162,5488173,5488173,5488173,0,0,0,0,0,0,0
|
||||
2547417,2547417,2547417,2547417,5859059,5859059,5859059,0,0,0,0,0,0,0
|
||||
2713878,2713878,2713878,2713878,6241919,6241919,6241919,0,0,0,0,0,0,0
|
||||
3206160,3206160,3206160,3206160,7374168,7374168,7374168,0,0,0,0,0,0,0
|
||||
3681024,3681024,3681024,3681024,9570662,9570662,9570662,0,0,0,0,0,0,0
|
||||
4022472,4022472,4022472,4022472,10458427,10458427,10458427,0,0,0,0,0,0,0
|
||||
4377024,4377024,4377024,4377024,11380262,11380262,11380262,0,0,0,0,0,0,0
|
||||
4744680,4744680,4744680,4744680,12336168,12336168,12336168,0,0,0,0,0,0,0
|
||||
5125440,5125440,5125440,5125440,13326144,13326144,13326144,0,0,0,0,0,0,0
|
||||
5767272,5767272,5767272,5767272,14994907,14994907,14994907,0,0,0,0,0,0,0
|
||||
6204000,6204000,6204000,6204000,16130400,16130400,16130400,0,0,0,0,0,0,0
|
||||
6655464,6655464,6655464,6655464,17304200,17304200,17304200,0,0,0,0,0,0,0
|
||||
7121664,7121664,7121664,7121664,18516326,18516326,18516326,0,0,0,0,0,0,0
|
||||
7602600,7602600,7602600,7602600,19766760,19766760,19766760,0,0,0,0,0,0,0
|
||||
9738720,9738720,9738720,9738720,29216160,29216160,29216160,0,0,0,0,0,0,0
|
||||
11649960,11649960,11649960,11649960,34949880,34949880,34949880,0,0,0,0,0,0,0
|
||||
13643520,13643520,13643520,13643520,40930560,40930560,40930560,0,0,0,0,0,0,0
|
||||
18339300,18339300,18339300,18339300,55017900,55017900,55017900,0,0,0,0,0,0,0
|
||||
23836800,23836800,23836800,23836800,71510400,71510400,71510400,0,0,0,0,0,0,0
|
||||
35658000,35658000,35658000,35658000,106974000,106974000,106974000,0,0,0,0,0,0,0
|
||||
48687000,48687000,48687000,48687000,146061000,146061000,146061000,0,0,0,0,0,0,0
|
||||
58135000,58135000,58135000,58135000,174405000,174405000,174405000,0,0,0,0,0,0,0
|
||||
99999999,99999999,99999999,99999999,343210000,343210000,343210000,0,0,0,0,0,0,0
|
||||
0,0,0,0,0,0,0,0,0,0,0,0,0,0
|
99
db/exp2.txt
Normal file
99
db/exp2.txt
Normal file
@ -0,0 +1,99 @@
|
||||
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
|
50
db/exp_guild.txt
Normal file
50
db/exp_guild.txt
Normal file
@ -0,0 +1,50 @@
|
||||
// ƒ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
|
9
db/item_avail.txt
Normal file
9
db/item_avail.txt
Normal file
@ -0,0 +1,9 @@
|
||||
// item id,sprite id
|
||||
// Client will use sprite ID to display particular item.
|
||||
// If 0 is used then item will be disabled.
|
||||
660,5028 //Forbidden_Red_Candle,Candle (Will use candle sprite and description)
|
||||
661,7047 //Flapping_Apron,Alice's_Apron
|
||||
9026,720 //Alice_Egg,Aquamarine
|
||||
9027,723 //Zherlthsh_Egg,Ruby
|
||||
2237,2240 //Bandit_Beard",2240 BEARD
|
||||
5054,5096 //Assassin_Mask,Assassin_Mask_
|
427
db/item_bluebox.txt
Normal file
427
db/item_bluebox.txt
Normal file
@ -0,0 +1,427 @@
|
||||
// 古く青い箱から得られるアイテムを設定。
|
||||
// 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
|
||||
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
|
130
db/item_cardalbum.txt
Normal file
130
db/item_cardalbum.txt
Normal file
@ -0,0 +1,130 @@
|
||||
// 古いカード帖から得られるアイテムを設定。
|
||||
// nameid, item_name(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,60000
|
||||
4004,Drops Card,70000
|
||||
4005,Santa Poring Card,10000
|
||||
4006,Lunatic Card,70000
|
||||
4007,Pecopeco Egg Card,40000
|
||||
4008,Picky Card,70000
|
||||
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,30000
|
||||
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,20000
|
||||
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,Petit Card,10000
|
||||
4119,Bathory Card,10000
|
||||
4120,Petit Card,10000
|
||||
4122,Deviruchi Card,10000
|
||||
4125,Deviace Card,10000
|
||||
4127,Nightmare Card,10000
|
||||
4129,Baphomet Card,10000
|
||||
4133,Raydric Card,10000
|
||||
4136,Khalitzburg Card,10000
|
||||
4139,Joker Card,10000
|
1659
db/item_db.txt
Normal file
1659
db/item_db.txt
Normal file
File diff suppressed because it is too large
Load Diff
80
db/item_giftbox.txt
Normal file
80
db/item_giftbox.txt
Normal file
@ -0,0 +1,80 @@
|
||||
// プレゼントボックスから得られるアイテムを設定。
|
||||
// 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
|
4
db/item_noequip.txt
Normal file
4
db/item_noequip.txt
Normal file
@ -0,0 +1,4 @@
|
||||
// The equipment restriction file
|
||||
// here equipment at PvP and GvG
|
||||
// where it is possible to restrict, the prescribed form: < ItemID> < Mode>
|
||||
// mode = 1- So with PvP restriction, 2- GvG restriction, 3- PvP and GvG which restriction
|
5
db/item_scroll.txt
Normal file
5
db/item_scroll.txt
Normal file
@ -0,0 +1,5 @@
|
||||
// 古い巻物から得られるアイテムを設定。
|
||||
// nameid, item_name(dummy), rate
|
||||
// アイテムID、アイテムの名前(ダミー)、確率(*10000)をした物です。500000なら50%で1000000なら100%です。)
|
||||
// アイテムIDが0の場合確率をアイテムの選択に失敗した時に得られるデフォルトアイテムのIDとして認識します。(複数である場合最後の物だけ有効です。)
|
||||
0,Jellopy,909
|
277
db/item_violetbox.txt
Normal file
277
db/item_violetbox.txt
Normal file
@ -0,0 +1,277 @@
|
||||
// 古い紫色の箱から得られるアイテムを設定。
|
||||
// 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
|
||||
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
|
70
db/job_db1.txt
Normal file
70
db/job_db1.txt
Normal file
@ -0,0 +1,70 @@
|
||||
//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
|
26
db/job_db2-2.txt
Normal file
26
db/job_db2-2.txt
Normal file
@ -0,0 +1,26 @@
|
||||
// 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
|
71
db/job_db2.txt
Normal file
71
db/job_db2.txt
Normal file
@ -0,0 +1,71 @@
|
||||
// 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
|
43
db/mob_avail.txt
Normal file
43
db/mob_avail.txt
Normal file
@ -0,0 +1,43 @@
|
||||
// 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
|
||||
1900,12,1,1,1,16,0,67,12,54,16,1
|
||||
1901,6,1,1,1,1,2,67,12,54,0,1
|
||||
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
|
25
db/mob_boss.txt
Normal file
25
db/mob_boss.txt
Normal file
@ -0,0 +1,25 @@
|
||||
// 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
|
342
db/mob_branch.txt
Normal file
342
db/mob_branch.txt
Normal file
@ -0,0 +1,342 @@
|
||||
// 古木の枝で召喚できるモンスターを設定
|
||||
// MobID, MobName(Dummy), Rate
|
||||
// モンスターID、モンスターの名前(ダミー)、確率(*10000)をした物です。500000なら50%で1000000なら100%です。)
|
||||
// モンスターIDが0の場合確率をモンスターの選択に失敗した時に召還されるモンスターのIDとして認識します。(複数である場合最後の物だけ有効です。)
|
||||
// クライアント側で未実装のものを書くとクライアントが重力エラー
|
||||
// そしてその敵がキャラクターの付近にいる間ログインできないので注意。
|
||||
|
||||
0,Poring,1002
|
||||
1001,Scorpion,1000000
|
||||
1002,Poring,1000000
|
||||
//1003,TEST用卵,1000000
|
||||
1004,Hornet,1000000
|
||||
1005,Familiar,1000000
|
||||
//1006,盗蟲,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
|
||||
//1017,盗蟲,1000000
|
||||
1018,Creamy,1000000
|
||||
1019,PecoPeco,1000000
|
||||
1020,Mandragora,1000000
|
||||
//1021,盗蟲,1000000
|
||||
//1022,ウェアウルフ,1000000
|
||||
1023,Orc Warrior,1000000
|
||||
1024,Worm Tail,1000000
|
||||
1025,Snake,1000000
|
||||
1026,Munak,1000000
|
||||
1028,Skeleton Soldier,1000000
|
||||
//1027,RAPTICE,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,Super 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
|
||||
//1072,カホ,1000000
|
||||
//1073,カニ,1000000
|
||||
//1074,お化け貝,1000000
|
||||
//1075,タートル,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
|
||||
//1098,アヌビス,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
|
||||
//1136,コボルト四男,1000000
|
||||
//1137,コボルト五男,1000000
|
||||
1138,Magnolia,1000000
|
||||
1139,Mantis,1000000
|
||||
1140,Marduk,1000000
|
||||
1141,Marina,1000000
|
||||
1142,Marine Sphere,1000000
|
||||
1143,Marionette,1000000
|
||||
1144,Mars,1000000
|
||||
1145,Martin,1000000
|
||||
1146,Matyr,1000000
|
||||
1147,Maya,1000000
|
||||
1148,Medusa,1000000
|
||||
1149,Minorous,1000000
|
||||
1150,Moonlight,1000000
|
||||
1151,Myst,1000000
|
||||
1152,Orc Skeleton,1000000
|
||||
1153,Orc Zombie,1000000
|
||||
1154,Pasana,1000000
|
||||
1155,Petit,1000000
|
||||
1156,Sky Petit,1000000
|
||||
1157,Pharaoh,1000000//ファラオ
|
||||
1158,Phen,1000000
|
||||
1159,Phreeoni,1000000
|
||||
1160,Piere,1000000
|
||||
1161,Plankton,1000000
|
||||
//1162,ラフレシア,1000000
|
||||
1163,Raydric,1000000
|
||||
1164,Requiem,1000000
|
||||
1165,Sandman,1000000
|
||||
1166,Savage,1000000
|
||||
1167,Savage Babe,1000000
|
||||
//1168,スコーピオンキング,1000000
|
||||
1169,Skeleton Worker,1000000
|
||||
1170,Sohee,1000000
|
||||
//1171,兵隊アンドレ,1000000
|
||||
//1172,兵隊デニーロ,1000000
|
||||
//1173,兵隊ピエール,1000000
|
||||
1174,Stainer,1000000
|
||||
1175,Tarou,1000000
|
||||
1176,Vitata,1000000
|
||||
1177,Zenorc,1000000
|
||||
1178,Zerom,1000000
|
||||
1179,Whisper,1000000
|
||||
1180,Nine-Tail,1000000
|
||||
//1181,ドラゴンゾンビ,1000000
|
||||
1182,Thief Mushroom,1000000
|
||||
1183,Angry ChonChon,1000000
|
||||
1184,Angry Fabre,1000000
|
||||
1185,Whisper,1000000
|
||||
1186,Giant Whisper,1000000
|
||||
//1187,スイッチ,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
|
||||
//1198,ダークプリースト,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
|
||||
//1210,フィラメント,100000
|
||||
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
|
||||
//この辺ごっそり未実装っぽい or 召喚する意義が無いっぽい
|
||||
1242,Marin,1000000
|
||||
1243,Sasquatch,1000000
|
||||
//1244,クリスマスジャック,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 Dragon,1000000
|
||||
1263,Wind Ghost,1000000
|
||||
1264,Merman,1000000
|
||||
1265,Cookie,1000000
|
||||
//1266,ヒトデ,1000000
|
||||
1267,Carat,1000000
|
||||
1268,Blood Knight,1000000
|
||||
1269,Clock,1000000
|
||||
1270,Clock Tower Manager,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
|
||||
1283,Chimera,1000000
|
||||
//1284-1288 ガーディアンとエンペリウム
|
||||
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
|
||||
1307,Cat'o'Nine Tails,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,Soldier,1000000
|
||||
1317,Fur Seal,1000000
|
||||
1318,Heater,1000000
|
||||
1319,Freezer,1000000
|
||||
1320,Owl Duke,1000000
|
||||
1321,Dragon Tail,1000000
|
||||
1322,Spring Rabbit,1000000
|
||||
1323,Sea Otter,1000000
|
||||
//1324-1363 宝箱
|
||||
//1364
|
||||
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
|
||||
//1393,マミー,1000000
|
||||
//1394,ゾンビ,1000000
|
||||
//1395-1398 クリスタル
|
||||
//1399,バフォメット,1000000
|
||||
1400,Karakasa,1000000
|
||||
1401,Shinobi,1000000
|
||||
1402,Poison Toad,1000000
|
||||
1403,Antique Firelock,1000000
|
||||
1404,Miyabi Ningyo,1000000
|
||||
1405,Tengu,1000000
|
||||
1406,Kappa,1000000
|
||||
//1407,ドケビ,1000000
|
||||
1492,Incantation Samurai,1000000
|
554
db/mob_db.txt
Normal file
554
db/mob_db.txt
Normal file
@ -0,0 +1,554 @@
|
||||
//mob_db.txt?AthenaDB?? 2004/05/14 12:53:06 +0900 (JST),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
//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,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,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,0,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,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,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1004,HORNET,Hornet,8,169,0,19,15,1,22,27,5,5,6,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,512,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,0,10,12,0,2,27,133,150,1276,576,384,913,5500,1105,20,2209,15,601,50,514,100,507,700,645,50,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,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,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,0,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,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,0,13,10,10,12,1,2,24,137,150,1148,648,480,917,6500,1702,150,715,80,1750,5500,517,400,916,2000,512,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,512,0,1066,2000,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,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,512,0,512,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,512,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,0,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,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,0,15,0,10,12,1,1,29,133,400,2612,912,288,957,5500,724,5,938,1000,958,50,727,55,512,0,512,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,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,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,512,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,512,0,512,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,0,36,15,10,12,1,3,62,132,1000,1768,768,576,993,50,905,5500,1405,30,511,350,711,300,706,1,512,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,0,10,12,1,4,27,141,300,988,288,768,1011,40,928,5500,955,1500,1152,10,508,90,729,5,1116,50,4050,1,0,0,0,0,0,0,0,0
|
||||
1022,WEREWOLF,Werewolf,80,28600,0,11813,7289,1,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,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,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,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,512,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,4090,3,0,0,0,0,0,0,0,0
|
||||
1027,RAPTICE,Raptice,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,4086,1,0,0,0,0,0,0,0,0
|
||||
1029,ISIS,Isis,43,4828,0,2396,993,1,423,507,10,35,38,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,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,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,0,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,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,0,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,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,512,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,512,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,33,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,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,0,33,20,10,12,1,1,49,133,250,2456,912,504,958,5500,756,110,509,670,506,800,2609,60,934,150,1260,1,4110,2,0,0,0,0,0,0,0,0
|
||||
1037,SIDEWINDER,Sidewinder,43,4929,0,1996,993,1,240,320,5,10,38,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,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,4144,1,7710,0,603,4000,608,1000,751,200
|
||||
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,4147,1,13000,0,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,4072,3,0,0,0,0,0,0,0,0
|
||||
1041,MUMMY,Mummy,37,5176,0,488,314,1,305,360,0,10,28,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,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,4042,1,0,0,0,0,0,0,0,0
|
||||
1043,SEAHORES,Seahorse,18,1452,0,122,78,3,100,150,15,7,20,1,1,1,1,1,10,10,0,5,22,129,200,1500,800,600,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,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,4105,1,0,0,0,0,0,0,0,0
|
||||
1046,DOPPELGANGER,Doppelganger,72,249000,0,51480,10725,1,1340,1590,60,35,88,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,2400,4142,1,5340,0,724,1500,505,5100,724,4000
|
||||
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,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,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,512,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,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,512,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,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,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,0,10,12,1,4,27,141,300,988,288,768,1011,40,928,5500,955,1500,1152,10,508,90,729,5,1116,50,4050,1,0,0,0,0,0,0,0,0
|
||||
1055,MUKA,Muka,15,570,0,72,48,1,40,49,5,5,15,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,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,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,512,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,512,0,4057,1,0,0,0,0,0,0,0,0
|
||||
1059,MISTRESS,Mistress,74,212000,0,39325,27170,1,880,1110,40,60,50,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,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,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,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,512,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,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,4067,2,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,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,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,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,512,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,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,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,25,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,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,512,0,0,0,0,0,0,0,0,0
|
||||
1073,CRAB,Crab,20,2451,0,163,101,1,71,81,35,0,18,20,15,0,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,512,0,0,0,0,0,0,0,0,0
|
||||
1074,SHELLFISH,Shellfish,15,920,0,66,44,1,35,42,35,0,1,12,8,0,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,512,0,0,0,0,0,0,0,0,0
|
||||
1075,TURTLE,Turtle,3,77,0,0,0,1,1,2,35,0,0,0,0,0,0,0,7,12,0,5,22,129,200,500,500,500,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,0,12,0,10,12,1,1,29,145,200,2228,528,576,1010,90,932,800,1505,80,909,3000,507,850,2609,30,512,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,0,24,0,10,12,1,3,25,133,200,1672,672,288,7033,5500,2221,20,511,550,510,50,972,30,921,1200,912,6,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,0,0,0,0,0,0,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
|
||||
1079,BLUE_PLANT,Blue Plant,1,10,0,0,0,1,1,2,100,99,0,0,0,0,0,0,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
|
||||
1080,GREEN_PLANT,Green Plant,1,10,0,0,0,1,1,2,100,99,0,0,0,0,0,0,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
|
||||
1081,YELLOW_PLANT,Yellow Plant,1,10,0,0,0,1,1,2,100,99,0,0,0,0,0,0,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
|
||||
1082,WHITE_PLANT,White Plant,1,10,0,0,0,1,1,2,100,99,0,0,0,0,0,0,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
|
||||
1083,SHINING_PLANT,Shining Plant,1,20,0,0,0,1,1,2,100,99,0,0,0,0,0,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
|
||||
1084,BLACK_MUSHROOM,Black Mushroom,1,15,0,0,0,1,1,2,100,99,0,0,0,0,0,0,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
|
||||
1085,RED_MUSHROOM,Red Mushroom,1,15,0,0,0,1,1,2,100,99,0,0,0,0,0,0,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
|
||||
1086,GOLDEN_BUG,Golden Thief Bug,64,126000,0,14300,7150,1,870,1145,60,45,65,75,35,45,85,150,10,12,2,4,43,171,100,768,768,480,969,1000,1524,150,2246,250,10016,500,714,300,984,2000,985,2000,4128,1,25,5000,2610,2000,701,1000,512,0
|
||||
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,4143,1,4500,5000,725,2000,607,1200,999,3400
|
||||
1088,VOCAL,Vocal,18,3016,0,110,88,1,71,82,10,30,77,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,4021,60,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,512,0,4014,5,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,4001,100,0,0,0,0,0,0,0,0
|
||||
1091,DRAGONFLY,Dragonfly,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,4009,40,0,0,0,0,0,0,0,0
|
||||
1092,VAGABOND_WOLF,Vagabond Wolf,24,12240,0,247,176,1,135,159,10,0,57,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,4029,40,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,4006,70,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,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,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,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,0,1,20,10,12,0,0,60,128,1000,1001,1,1,1010,320,935,2500,909,2000,938,650,713,2000,1002,300,512,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,512,0,512,0,512,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,512,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,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,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,4119,1,0,0,0,0,0,0,0,0
|
||||
1103,CARAMEL,Caramel,23,1424,0,264,162,1,90,112,5,5,35,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,512,0,4063,1,0,0,0,0,0,0,0,0
|
||||
1104,COCO,Coco,17,817,0,120,78,1,56,67,0,0,24,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,512,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,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,56,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,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,512,0,512,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,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,2255,2,1458,2,1009,5,912,1500,756,154,4122,1,0,0,0,0,0,0,0,0
|
||||
1110,DOKEBI,Dokebi,33,2697,0,889,455,1,197,249,0,10,50,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,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,0,78,0,10,12,0,2,47,149,250,1276,576,384,1011,60,913,3000,725,20,507,1000,7006,5500,7006,1500,756,40,4069,1,0,0,0,0,0,0,0,0
|
||||
1112,DRAKE,Drake,70,326666,0,28600,22880,1,1800,2100,20,35,85,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,4145,1,4300,5000,504,5000,719,250,512,0
|
||||
1113,DROPS,Drops,3,55,0,4,3,1,10,13,0,0,1,3,3,0,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,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,0,38,5,10,12,0,4,44,145,150,1004,504,384,1057,5500,1058,500,2291,4,928,2000,1001,10,507,1200,512,0,4056,2,0,0,0,0,0,0,0,0
|
||||
1115,EDDGA,Eddga,65,152000,0,25025,12870,1,1215,1565,15,15,78,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,4123,1,6179,5000,1029,5000,1030,500,994,1350
|
||||
1116,EGGYRA,Eggyra,24,633,0,215,220,1,85,107,20,25,1,36,24,0,32,0,10,12,1,0,48,145,200,1816,816,288,911,1000,5015,20,7032,550,507,1000,643,300,645,250,757,57,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,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,4080,1,0,0,0,0,0,0,0,0
|
||||
1119,FRILLDORA,Frilldora,30,2023,0,529,319,1,200,239,0,10,35,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,4088,1,0,0,0,0,0,0,0,0
|
||||
1120,GHOSTRING,Ghostring,18,73300,0,101,108,1,82,122,0,60,40,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,4047,1,0,0,0,0,0,0,0,0
|
||||
1121,GIEARTH,Giearth,29,2252,0,495,301,1,154,185,10,50,25,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,512,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,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,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,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,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,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,4081,2,0,0,0,0,0,0,0,0
|
||||
1128,HORN,Horn,18,659,0,134,86,1,58,69,10,0,22,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,512,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,0,50,0,10,12,0,0,83,141,400,1888,1152,828,953,6500,912,500,2279,5,1752,10000,757,118,633,20,970,50,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,512,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,512,0,4139,1,0,0,0,0,0,0,0,0
|
||||
1132,KHALITZBURG,Khalitzburg,63,19276,0,4378,2750,1,875,1025,45,10,58,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,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,512,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,512,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,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,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,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,512,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,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,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,0,36,10,10,12,0,3,41,129,400,2280,1080,864,1052,5000,938,1500,991,45,995,2,717,200,631,20,512,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,0,33,50,10,12,0,3,21,0,800,1201,1,1,1050,5500,1051,500,1520,10,720,10,717,150,10003,10,512,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,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,4095,2,0,0,0,0,0,0,0,0
|
||||
1145,MARTIN,Martin,18,1109,0,134,86,1,52,63,0,5,12,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,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,512,0,4097,1,0,0,0,0,0,0,0,0
|
||||
1147,MAYA,Maya,81,169000,0,42900,17875,1,1800,2070,60,25,95,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,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,4124,1,0,0,0,0,0,0,0,0
|
||||
1149,MINOROUS,Minorous,52,7431,0,2750,1459,1,590,770,15,5,65,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,4126,1,0,0,0,0,0,0,0,0
|
||||
1150,MOONLIGHT,Moonlight Flower,67,120000,0,27500,14300,1,1200,1700,10,55,55,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,4131,1,1250,0,1022,5000,504,750,728,210
|
||||
1151,MYST,Myst,38,3745,0,1391,688,1,365,445,0,40,1,38,18,0,53,10,10,12,2,0,25,149,200,1576,576,384,5005,2,1019,800,10005,10,756,65,757,97,605,20,512,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,0,30,15,10,12,1,1,29,133,200,2420,720,648,922,5500,932,3500,757,80,2299,2,1358,10,506,50,512,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,0,24,5,10,12,1,1,29,133,400,2852,1152,840,1043,5500,938,3000,714,1,512,0,512,0,512,0,512,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,512,0,512,0,4099,1,0,0,0,0,0,0,0,0
|
||||
1155,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,4118,1,0,0,0,0,0,0,0,0
|
||||
1156,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,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,4148,1,1,5000,1009,5500,526,2250,732,1125
|
||||
1158,PHEN,Phen,26,3347,0,357,226,1,138,150,0,15,1,26,26,0,88,75,10,12,1,5,41,145,150,2544,1344,1152,1023,5500,963,2000,720,5,517,1000,951,500,756,25,512,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,4121,1,2700,0,1008,500,730,2000,1000,3400
|
||||
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,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,0,15,0,10,12,0,3,61,129,400,2208,1008,324,1052,5500,910,300,938,700,970,2,713,1000,630,20,645,50,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,4083,1,0,0,0,0,0,0,0,0
|
||||
1163,RAYDRIC,Raydric,52,8613,0,3410,1795,1,830,930,40,15,58,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,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,512,0,4104,1,0,0,0,0,0,0,0,0
|
||||
1165,SANDMAN,Sandman,34,3413,0,810,492,1,180,205,10,25,24,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,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,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,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,512,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,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,512,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,512,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,512,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,512,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,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,512,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,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,0,76,10,10,12,1,7,27,131,150,1180,480,360,1044,5500,756,70,938,2500,1006,5,503,50,640,20,512,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,0,10,12,1,7,23,133,200,1780,1080,432,1011,55,998,190,2339,200,2265,3,2408,10,1002,400,1002,400,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,0,60,0,10,12,0,6,68,149,150,1960,960,504,1001,150,1059,5500,2282,1,2333,10,512,0,512,0,512,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,0,0,0,0,0,0
|
||||
1181,ZOMBIE_DRAGON,Zombie Dragon,1,1000,0,49500,1650,9,7900,9140,0,0,120,145,145,145,130,120,10,12,2,9,89,181,400,2700,1000,500,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1182,THIEF_MUSHROOM,Thief Mushroom,1,15,0,0,0,1,1,2,100,99,0,0,0,0,0,0,7,12,0,3,22,64,2000,1,1,1,1069,1500,1070,3000,512,0,512,0,512,0,512,0,512,0,512,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,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,4002,0,0,0,0,0,0,0,0,0
|
||||
1185,WHISPER_,Whisper,34,1796,0,537,545,1,198,239,0,45,1,51,14,0,60,0,10,12,0,1,28,0,150,1960,960,504,1001,10,1059,100,2282,0,2333,1,512,0,512,0,512,0,4102,0,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,0,60,0,10,12,0,6,48,149,250,2536,1536,672,1001,150,1059,5500,2282,1,2333,10,512,0,512,0,512,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,0,1,0,1,12,1,0,20,0,1,1,1,1,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1188,BON_GUN,Bon Gun,32,3520,0,424,242,1,220,260,0,0,45,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
|
||||
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,0,0,0,0,0,0
|
||||
1190,ORC_LORD,Orc Lord,74,393000,0,62205,8580,1,2700,3150,40,5,85,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,512,0,12800,5000,968,5500,617,900,512,0
|
||||
1191,MIMIC,Mimic,51,6120,0,165,165,1,150,900,10,40,44,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,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,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,512,0,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,512,0,0,0,0,0,0,0,0,0
|
||||
1195,RIDEWORD,Rideword,59,11638,0,2007,3106,1,584,804,5,35,48,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,0,0,0,0,0,0
|
||||
1196,SKEL_PRISONER,Skeleton Prisoner,52,8691,0,2466,1562,1,660,890,10,20,55,20,36,0,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,0,0,0,0,0,0
|
||||
1197,ZOMBIE_PRISONER,Zombie Prisoner,53,11280,0,2635,1724,1,780,930,10,20,1,24,39,0,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,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,512,0,512,0,512,0,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,0,0,0,0,0,0
|
||||
1200,ZHERLTHSH,Zherlthsh,63,18300,0,3608,2304,1,700,850,10,15,70,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,512,0,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,512,0,512,0,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,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1203,MYSTELTAINN,Mysteltainn,76,33350,0,6457,5159,2,1160,1440,30,30,77,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,0,0,0,0,0,0
|
||||
1204,TIRFING,Tyrfing,71,29900,0,5412,4235,1,950,1146,30,35,58,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,0,0,0,0,0,0
|
||||
1205,EXECUTIONER,Executioner,65,28980,0,4730,3536,2,570,950,35,35,64,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,512,0,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,0,0,0,0,0,0
|
||||
1207,STING,Sting,61,9500,0,4081,2970,1,850,1032,5,30,57,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,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,1164,1,2270,5,610,650,984,217,608,3,732,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,4028,2,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,4045,2,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,4039,2,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,512,0,4068,2,0,0,0,0,0,0,0,0
|
||||
1213,HIGH_ORC,High Orc,52,6890,0,3618,1639,1,428,533,15,5,55,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,4066,1,0,0,0,0,0,0,0,0
|
||||
1214,CHOCO,Choco,43,4278,0,1265,1265,1,315,402,5,5,65,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,4051,2,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,4034,5,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,4035,1,0,0,0,0,0,0,0,0
|
||||
1219,KNIGHT_OF_ABYSS,Knight of Abyss,79,36140,0,8469,6268,1,1600,2150,55,50,66,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
|
||||
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,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,512,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,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,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,0,24,0,10,12,1,3,25,181,200,1672,672,288,921,8000,2221,20,511,650,510,55,972,35,512,0,512,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,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,512,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,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,0,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,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,0,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,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,0,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,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,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,0,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,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,512,0,512,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,512,0,512,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,0,10,12,1,7,22,141,200,1864,864,288,998,210,931,5500,756,40,2267,3,1352,10,1304,5,1301,100,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,512,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,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,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,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,0,10,30,10,12,0,2,23,129,200,988,288,168,916,6500,949,850,2302,150,507,650,519,350,715,60,512,0,4008,2,0,0,0,0,0,0,0,0
|
||||
1241,META_PICKY_,Shell Picky,4,83,0,5,4,1,8,11,20,0,1,3,3,0,11,20,10,12,0,2,23,129,200,988,288,168,916,6500,949,850,5015,7,507,750,519,350,715,60,512,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,4001,10,0,0,0,0,0,0,0,0
|
||||
1243,SASQUATCH,Sasquatch,30,3163,0,529,319,1,250,280,5,0,75,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,4074,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,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,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,512,0,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,512,0,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,512,0,0,0,0,0,0,0,0,0
|
||||
1249,MYSTCASE,Myst Case,38,3450,0,1113,688,1,160,360,5,10,65,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,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,512,0,0,0,0,0,0,0,0,0
|
||||
1251,STORMY_KNIGHT,Stormy Knight,77,240000,0,64350,21450,2,1425,1585,35,60,75,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,1,5000,720,4500,2406,270,995,3000
|
||||
1252,GARM,Garm,73,197000,0,50050,20020,3,1700,1900,40,45,85,126,82,65,95,60,10,12,2,2,81,181,400,608,408,336,7036,5500,1131,150,1256,500,512,0,512,0,985,4100,984,2900,512,0,28473,5000,7036,1000,603,3000,995,3000
|
||||
1253,GARGOYLE,Gargoyle,48,3950,0,1650,1650,9,290,360,10,10,15,61,20,20,126,40,10,12,1,6,64,133,200,1020,720,384,912,4000,1039,500,512,0,512,0,2619,1,1769,2000,757,238,512,0,0,0,0,0,0,0,0,0
|
||||
1254,RAGGLER,Raggler,21,1020,0,218,140,1,102,113,0,5,18,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,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,512,0,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,512,0,756,115,512,0,0,0,0,0,0,0,0,0
|
||||
1257,INJUSTICE,Injustice,51,7600,0,2118,1488,1,480,600,0,0,84,42,39,0,71,35,10,12,1,1,47,149,400,770,720,336,999,300,7054,5500,7053,3500,2313,5,2316,2,512,0,1255,2,512,0,0,0,0,0,0,0,0,0
|
||||
1258,GOBLIN_ARCHER,Goblin Archer,28,1750,0,461,284,9,89,113,0,0,10,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,512,0,0,0,0,0,0,0,0,0
|
||||
1259,GRYPHON,Gryphon,72,27800,0,5896,4400,1,880,1260,35,35,68,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,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,512,0,512,0,1000,80,747,3,512,0,0,0,0,0,0,0,0,0
|
||||
1261,WILD_ROSE,Wild Rose,38,2980,0,1113,688,1,315,360,0,15,65,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,512,0,0,0,0,0,0,0,0,0
|
||||
1262,MUTANT_DRAGONOID,Mutant Dragonoid,65,62600,0,4730,3536,4,2400,3400,15,20,75,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,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,512,0,0,0,0,0,0,0,0,0
|
||||
1264,MERMAN,Merman,53,12300,0,3345,2054,2,482,603,10,35,72,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,512,0,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,0,0,0,0,0,0
|
||||
1266,ASTER,Aster,18,1452,0,122,78,1,56,64,0,10,1,19,15,0,34,5,10,12,0,5,22,145,400,1264,864,216,938,500,7013,40,1052,1200,508,200,912,60,512,100,512,0,512,0,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,512,0,512,0,504,450,512,0,0,0,0,0,0,0,0,0
|
||||
1268,BLOODY_KNIGHT,Blood Knight,82,57870,0,10120,6820,3,2150,3030,60,50,88,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,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,512,0,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,512,0,0,0,0,0,0,0,0,0
|
||||
1271,ALLIGATOR,Alligator,42,6962,0,1459,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,512,0,512,0,756,129,512,0,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,1,5000,7005,6000,512,0,617,2000
|
||||
1273,ORC_LADY,Orc Lady,31,2000,0,644,407,1,135,170,10,10,35,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,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,512,0,0,0,0,0,0,0,0,0
|
||||
1275,ALICE,Alice,62,10000,0,3583,2400,1,550,700,5,5,64,64,42,85,100,130,10,12,1,7,60,145,200,1152,1152,480,7047,2500,637,40,2407,3,739,30,512,100,503,400,2215,5,512,0,0,0,0,0,0,0,0,0
|
||||
1276,RAYDRIC_ARCHER,Raydric Archer,52,5250,0,3025,2125,9,415,500,35,5,15,25,22,5,145,35,10,12,1,6,47,133,200,1152,1152,480,7054,5500,1720,1,2315,2,1701,150,1764,2000,1715,3,985,106,512,0,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,512,0,0,0,0,0,0,0,0,0
|
||||
1278,STALACTIC_GOLEM,Stalactite Golem,60,18700,0,3872,2695,1,950,1130,50,5,73,45,85,5,75,25,10,12,2,0,80,145,200,1264,864,288,7004,2000,7054,5500,1000,250,997,30,512,0,757,250,985,163,512,0,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,512,0,757,106,512,0,0,0,0,0,0,0,0,0
|
||||
1280,STEAM_GOBLIN,Steam Goblin,35,2490,0,864,495,1,234,269,20,5,58,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,1003,320,757,124,744,2,0,0,0,0,0,0,0,0
|
||||
1281,SAGEWORM,Sageworm,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,0,0,0,0,0,0
|
||||
1282,KOBOLD_ARCHER,Kobold Archer,33,2560,0,739,455,9,155,185,10,5,10,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,512,0,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,512,0,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,0,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
|
||||
1285,ARCHER_GUARDIAN,Guardian Archer,74,28634,0,1,1,12,1120,1600,35,60,95,80,80,90,165,55,14,16,2,7,80,133,265,1200,1200,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1286,KNIGHT_GUARDIAN,Guardian Knight,86,30214,0,1,1,2,1280,1560,55,30,110,40,140,65,125,65,14,16,2,7,80,133,275,1200,1200,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1287,SOLDIER_GUARDIAN,Guardian Soldier,56,15670,0,1,1,1,873,1036,35,0,85,56,100,45,103,43,10,12,0,4,22,133,265,1288,288,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1289,MAYA_PURPLE,Maya Purple,81,54331,0,10496,3893,2,1446,1999,68,48,95,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,0,0,0,0,0,0
|
||||
1290,SKELETON_GENERAL,Skeleton General,73,17043,0,8170,3370,1,910,1089,25,25,90,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,512,0,2274,1,0,0,0,0,0,0,0,0
|
||||
1291,WRAITH_DEAD,Wraith Dead,74,42131,0,10341,3618,2,1366,1626,25,30,5,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,0,0,0,0,0,0
|
||||
1292,MINI_DEMON,Mini Demon,68,31865,0,8396,3722,1,1073,1415,30,25,5,75,40,55,89,42,10,12,0,6,27,149,150,1000,600,384,1038,4550,1039,450,2255,6,757,160,912,2500,1009,10,1410,3,7054,2500,0,0,0,0,0,0,0,0
|
||||
1293,CREAMY_FEAR,Creamy Fear,62,13109,0,7365,2691,2,667,830,45,30,5,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,0,0,0,0,0,0
|
||||
1294,KILLER_MANTIS,Killer Mantis,56,12911,0,6509,2366,1,764,927,35,20,5,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,0,0,0,0,0,0
|
||||
1295,OWL_BARON,Owl Baron,75,59489,0,10967,4811,2,1252,1609,65,25,25,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,0,0,0,0,0,0
|
||||
1296,KOBOLD_LEADER,Kobold Leader,65,17935,0,7432,2713,1,649,957,37,37,5,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,0,0,0,0,0,0
|
||||
1297,ANCIENT_MUMMY,Ancient Mummy,64,39760,0,8040,3499,1,836,1129,27,27,28,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,0,0,0,0,0,0
|
||||
1298,ZOMBIE_MASTER,Zombie Master,62,13917,0,7610,2826,1,824,1084,37,26,25,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,0,0,0,0,0,0
|
||||
1299,GOBLIN_LEADER,Goblin Leader,64,19735,0,6036,2184,1,663,753,48,16,5,55,37,30,69,58,10,12,1,7,24,149,120,1120,620,240,998,1200,999,800,756,120,2297,5,2106,2,503,650,2611,240,7054,1500,0,0,0,0,0,0,0,0
|
||||
1300,CATERPILLAR,Caterpillar,64,14140,0,6272,3107,1,895,1448,47,29,35,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,0,0,0,0,0,0
|
||||
1301,AM_MUT,Am Mut,61,11848,0,7709,2690,1,1041,1123,50,10,50,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,0,0,0,0,0,0
|
||||
1302,DARK_ILLUSION,Dark Illusion,77,101487,0,11163,4181,2,1300,1982,64,70,5,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,0,0,0,0,0,0
|
||||
1303,GIANT_HONET,Giant Hornet,56,12834,0,5785,2006,1,650,851,38,43,35,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,0,0,0,0,0,0
|
||||
1304,GIANT_SPIDER,Giant Spider,55,11628,0,6211,2146,1,625,802,41,28,5,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,0,0,0,0,0,0
|
||||
1305,ANCIENT_WORM,Ancient Worm,67,22131,0,8174,3782,1,947,1115,35,30,5,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,0,0,0,0,0,0
|
||||
1306,LEIB_OLMAI,Leib Olmai,58,23731,0,6011,2171,1,740,1390,27,31,5,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,0,0,0,0,0,0
|
||||
1307,CAT_O_NINE_TAIL,Cat'o'Nine Tails,76,63177,0,10869,4283,1,1112,1275,61,55,55,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,0,0,0,0,0,0
|
||||
1308,PANZER_GOBLIN,Panzer Goblin,59,13838,0,7212,2697,1,682,877,41,28,60,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,512,0,0,0,0,0,0,0,0,0
|
||||
1309,GAJOMART,Gajomart,63,13386,0,6625,2900,1,916,948,85,50,5,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,512,0,0,0,0,0,0,0,0,0
|
||||
1310,MAJORUROS,Majoruros,66,56791,0,8525,3799,1,780,1300,10,25,65,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,0,0,0,0,0,0
|
||||
1311,GULLINBURSTI,Gullinbursti,62,20890,0,5814,2376,1,699,1431,10,15,55,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,512,0,0,0,0,0,0,0,0,0
|
||||
1312,TURTLE_GENERAL,Turtle General,97,320700,0,18202,9800,2,2438,3479,50,54,100,45,55,65,105,164,10,12,2,2,42,181,200,900,1000,500,1529,8,1306,5,512,0,1417,1,7070,5500,512,0,912,5500,658,1,1,5000,967,5500,607,1500,617,2000
|
||||
1313,MOBSTER,Mobster,61,11347,0,4424,1688,1,910,1128,41,37,76,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,0,0,0,0,0,0
|
||||
1314,PERMETER,Perimeter,63,11684,0,3756,1955,2,943,1212,46,45,69,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,0,0,0,0,0,0
|
||||
1315,ASSAULTER,Assaulter,71,15861,0,4854,2654,2,764,1499,35,28,85,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,512,0,0,0,0,0,0,0,0,0
|
||||
1316,SOLDIER,Soldier,70,17181,0,4458,1951,2,796,978,57,43,69,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,512,0,0,0,0,0,0,0,0,0
|
||||
1317,SEAL,Seal,63,12942,0,4501,2035,1,845,1202,25,33,5,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,512,0,0,0,0,0,0,0,0,0,,
|
||||
1318,HEATER,Heater,68,11020,0,3766,2359,2,682,1007,40,42,69,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,0,0,0,0,0,0,,
|
||||
1319,FREEZER,Freezer,72,8636,0,3665,2197,2,672,984,55,43,69,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,512,0,0,0,0,0,0,0,0,0
|
||||
1320,OWL_DUKE,Owl Duke,75,26623,0,7217,3474,1,715,910,27,49,15,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,0,0,0,0,0,0
|
||||
1321,DRAGON_TAIL,Dragon Tail,61,8368,0,3587,1453,1,520,715,25,19,10,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,512,0,0,0,0,0,0,0,0,0,,
|
||||
1322,SPRING_RABBIT,Spring Rabbit,58,12844,0,3982,1766,1,585,813,29,21,45,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,512,0,0,0,0,0,0,0,0,0
|
||||
1323,SEE_OTTER,Sea Otter,59,14199,0,4267,2040,1,650,813,33,35,5,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,512,0,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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
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
|
||||
1364,G_ASSULTER,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1365,APOCALYPSE,Apocalypse,66,22680,0,6540,4935,2,1030,1450,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,512,0,512,0,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,127,76,68,10,12,2,0,83,133,400,1564,864,576,7096,5000,7097,3800,2317,1,2316,2,504,2500,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1367,BLAZZER,Blazer,43,8252,0,3173,1871,2,533,709,50,40,1,52,50,64,69,40,10,12,0,6,43,133,180,1564,864,576,7097,5500,7098,3700,504,4000,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1368,GEOGRAPHER,Geographer,56,8071,0,2715,2000,3,467,621,28,26,1,67,47,83,68,44,10,12,0,3,62,132,2000,1564,864,576,1032,7500,1033,5500,2253,30,2207,50,512,0,512,0,512,0,512,0,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,83,71,51,10,12,2,2,43,137,165,1564,864,576,7101,5000,522,300,992,1000,969,1,512,0,512,0,512,0,512,0,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,512,0,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,98,61,88,10,12,0,8,66,133,160,1564,864,576,7104,5500,7105,3500,717,1000,715,1000,716,1000,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1372,GOAT,Goat,69,11077,0,3357,2015,1,457,608,44,25,1,58,66,95,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,512,0,0,0,0,0,0,0,0,0
|
||||
1373,LORD_OF_DEATH,Lord of Death,94,303383,0,10000,5000,3,2430,3232,77,73,1,99,120,127,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,10000,1000,732,2000,617,2000,607,5500
|
||||
1374,INCUBUS,Incubus,75,17281,0,5254,4212,2,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,512,0,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,102,71,79,10,12,1,0,60,133,170,1564,864,576,7111,5500,7112,3200,503,800,511,2000,512,0,512,0,512,0,512,0,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,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1377,ELDER,Elder,64,21592,0,4650,3408,3,421,560,45,68,1,76,68,142,72,86,10,12,2,7,80,133,165,1564,864,576,7099,4500,7117,1500,7118,1500,1472,4,1473,1,512,0,512,0,512,0,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,86,63,34,10,12,0,6,65,133,170,1564,864,576,7119,4200,7001,4700,715,4000,512,0,512,0,512,0,512,0,512,0,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,87,77,54,10,12,2,6,67,133,165,1564,864,576,7120,5500,2626,1,2608,30,505,50,510,150,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1380,DRILLER,Driller,52,7452,0,3215,1860,1,666,886,48,31,1,66,58,79,60,47,10,12,1,2,22,133,165,1564,864,576,1012,7500,715,4000,716,3500,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1381,GRIZZLY,Grizzly,68,11733,0,3341,2012,1,809,1076,44,32,1,54,68,92,70,61,10,12,2,2,63,133,165,1564,864,576,948,7500,919,7500,549,2500,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1382,DIABOLIC,Diabolic,67,9642,0,3662,2223,1,796,1059,64,36,1,84,53,93,71,69,10,12,0,6,47,133,150,1564,864,576,1038,6800,1039,5700,2605,3,984,20,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1383,EXPLOSION,Explosion,46,8054,0,2404,1642,1,336,447,35,27,1,61,56,78,66,38,10,12,0,2,63,133,165,1564,864,576,7006,6500,7097,2500,7122,3500,756,1000,522,500,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1384,DELETER,Sky Deleter,66,17292,0,3403,2066,1,446,593,45,53,1,105,40,85,72,54,10,12,1,9,44,133,175,1564,864,576,7123,4200,1035,5500,1037,4000,1036,3700,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1385,DELETER_,Earth Deleter,65,15168,0,3403,2066,1,446,593,52,53,1,67,40,85,72,68,10,12,1,9,42,133,175,1564,864,576,7123,4200,1035,5500,1037,4000,1036,3700,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1386,SLEEPER,Sleeper,67,8237,0,3603,2144,1,593,789,49,35,1,48,100,107,75,28,10,12,1,0,42,133,195,1564,864,576,7124,5500,1056,5500,997,4500,756,300,1226,5,1222,20,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1387,GIG,Gig,60,8409,0,3934,2039,1,360,479,60,28,1,61,80,93,59,46,10,12,0,2,41,133,170,1564,864,576,7125,5000,904,7500,716,150,525,2500,994,850,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1388,ARCHANGELING,Archangeling,60,79523,0,4152,2173,1,669,890,54,58,1,65,80,114,65,105,10,12,1,8,66,181,180,1564,864,576,2255,5,610,1800,608,150,985,15,984,55,2317,3,512,500,512,0,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,512,0,4134,1,500,5000,607,5500,732,2250,522,1125
|
||||
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,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1391,GALAPAGO,Galapago,63,9940,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,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1392,ROTAR_ZAIRO,Rotar Zairo,25,1209,0,351,215,10,109,145,4,34,1,62,45,48,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,0,0,0,0,0,0
|
||||
1393,G_MUMMY,G Mummy,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,999,0,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
|
||||
1396,CRYSTAL_2,Earth Crystal,1,15,0,0,0,1,1,2,100,99,0,0,0,0,999,0,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
|
||||
1397,CRYSTAL_3,Fire Crystal,1,15,0,0,0,1,1,2,100,99,0,0,0,0,999,0,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
|
||||
1398,CRYSTAL_4,Water Crystal,1,15,0,0,0,1,1,2,100,99,0,0,0,0,999,0,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
|
||||
1399,EVENT_BAPHO,Baphomet,99,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,608,0,0,0,923,3800,0,0
|
||||
1400,KARAKASA,Karakasa,30,3092,0,489,322,1,140,183,1,20,1,40,12,5,52,45,10,12,1,0,60,129,300,1480,480,1056,7150,4501,7151,5000,912,4001,1019,3501,7111,2501,746,51,512,1,512,1,0,0,0,0,0,0,0,0
|
||||
1401,SHINOBI,Shinobi,69,12700,0,4970,3010,1,460,1410,30,21,1,91,25,25,89,40,10,12,1,7,67,133,200,1480,480,720,7156,7000,1011,4000,7053,3000,739,200,2337,50,2335,150,2336,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,45,19,1,66,43,10,12,1,2,45,129,165,976,576,288,7154,6000,7155,4000,724,5,526,1500,506,1000,2610,60,,,,,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,1501,549,351,525,301,503,21,7157,0,2285,2,512,1,0,0,0,0,0,0,0,0
|
||||
1404,MIYABI_DOLL,Miyabi Doll,33,6300,0,795,493,1,250,305,1,2,45,31,15,10,47,15,10,12,1,6,27,145,200,1720,500,420,7153,2501,7152,5500,1000,1301,7005,101,504,501,2613,2,512,1,512,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,5000,7158,4000,999,2500,7063,1500,522,1000,2278,800,,,,,0,0,0,0,0,0,0,0
|
||||
1406,KAPHA,Kapha,41,7982,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,4001,912,601,521,2301,520,2000,640,11,708,101,512,1,0,0,0,0,0,0,0,0
|
||||
1407,DOKEBI_,Dokebi,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,2298,1896,2,354,575,5,23,1,65,35,37,116,30,10,13,1,4,44,133,150,872,500,300,7163,5000,7168,2501,602,1501,924,5000,512,1,1802,16,512,1,512,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,5000,7151,4000,512,1500,2262,800,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1410,ENCHANTED_PEACH_TREE,Enchanted Peach Tree,55,10050,0,2965,1999,8,482,603,10,38,1,45,120,39,120,55,10,13,1,3,42,132,400,1288,576,288,7164,4000,522,2500,526,1500,604,1000,512,0,512,0,512,0,,,0,0,0,0,0,0,0,0
|
||||
//1411,PEACH_TREE_BULLET,??????,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
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,5500,553,5000,548,5500,550,5000,1908,1,512,1,512,1,512,1,0,0,0,0,0,0,0,0
|
||||
1413,HERMIT_PLANT,Hermit Plant,46,6900,0,1038,692,5,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,10,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
//1414,GINSENG_BULLET,?????,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
1415,BABY_LEOPARD,Baby Leopard,32,2590,0,352,201,2,155,207,0,5,1,44,20,4,49,10,10,13,0,2,28,133,150,988,288,168,7171,4501,7172,4501,512,1,512,1,512,1,512,1,512,1,512,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,512,0,512,0,512,0,512,0,512,0,512,0,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,4501,7167,4501,512,1,512,1,512,1,512,1,512,1,512,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,1500,10020,2500,512,0,512,0,512,0,512,0,512,0,512,0,524,0,985,2000,607,3600,608,0
|
||||
1419,G_FARMILIAR,Farmoloar,8,155,0,0,0,1,20,28,0,0,1,12,8,5,28,0,10,12,0,2,27,133,150,1276,576,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1421,G_ISIS,Isis,43,4828,0,0,0,1,423,507,10,35,38,65,43,30,72,15,10,12,2,6,27,149,200,1384,768,336,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,33,105,32,15,72,30,10,12,0,4,44,133,150,676,576,480,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1424,G_SIDE_WINDER,Sidewinder,43,4929,0,0,0,1,240,320,5,10,38,43,40,15,115,20,10,12,1,2,25,149,200,1576,576,576,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,0,24,0,10,12,1,3,25,133,200,1672,672,288,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,56,27,45,15,56,10,10,12,1,2,23,141,200,1120,420,288,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,0,78,0,10,12,0,2,47,149,250,1276,576,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1438,G_KHALITZBURG,Khalitzburg,63,19276,0,0,0,1,875,1025,45,10,58,65,48,5,73,40,10,12,2,1,29,149,350,528,1000,396,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,55,46,55,35,82,40,10,12,2,7,43,149,150,1500,500,1000,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1442,G_SASQUATCH,Sasquatch,30,3163,0,0,0,1,250,280,5,0,75,25,60,10,34,20,10,12,2,2,60,149,300,1260,192,192,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1445,G_RAGGLER,Raggler,21,1020,0,0,0,1,102,113,0,5,18,10,32,20,39,35,10,12,0,2,24,149,200,1000,900,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1446,G_INJUSTICE,Injustice,51,7600,0,0,0,1,480,600,0,0,84,42,39,0,71,35,10,12,1,1,47,149,400,770,720,336,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1447,G_GRYPHON,Gryphon,72,27800,0,0,0,1,880,1260,35,35,68,95,78,65,115,75,10,12,2,2,84,181,100,704,504,432,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,75,47,30,68,45,35,10,12,2,9,43,181,250,1280,1080,240,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1451,G_MERMAN,Merman,53,12300,0,0,0,2,482,603,10,35,72,45,46,15,85,55,10,12,1,7,41,149,200,916,816,336,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,35,42,25,15,69,55,10,12,1,7,42,149,200,1050,900,288,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,15,25,22,5,145,35,10,12,1,6,47,133,200,1152,1152,480,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,10,20,15,30,100,25,10,12,0,7,23,133,200,1008,1008,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1461,G_MINOROUS,Minorous,52,7431,0,0,0,1,590,770,15,5,65,42,61,66,52,25,10,12,2,2,43,149,200,1360,960,432,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1467,G_RAYDRIC,Raydric,52,8613,0,0,0,1,830,930,40,15,58,47,42,5,69,26,10,12,2,7,47,149,150,824,780,420,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,0,10,12,1,7,23,133,200,1780,1080,432,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1471,G_NINE_TAIL,NineTail,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,45,15,36,10,48,15,10,12,1,1,29,149,200,1720,500,420,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1474,G_MIMIC,Mimic,51,6120,0,0,0,1,150,900,10,40,44,121,1,60,75,110,10,12,1,0,60,149,100,972,500,288,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1478,G_RIDEWORD,Rideword,59,11638,0,0,0,1,584,804,5,35,48,75,10,20,120,45,10,12,0,0,60,149,150,864,500,192,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,55,20,36,0,76,25,10,12,1,1,69,141,350,1848,500,576,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1482,G_ZHERLTHSH,Zherlthsh,63,18300,0,0,0,1,700,850,10,15,70,85,40,30,125,60,10,12,1,7,60,141,200,800,792,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1485,G_MYSTELTAINN,Mysteltainn,76,33350,0,0,0,2,1160,1440,30,30,77,139,80,35,159,65,10,12,2,0,87,181,250,1152,500,240,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1486,G_TIRFING,Trifing,71,29900,0,0,0,1,950,1146,30,35,58,87,55,35,132,65,10,12,1,0,67,181,100,816,500,240,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1487,G_EXECUTIONER,Executioner,65,28980,0,0,0,2,570,950,35,35,64,85,40,25,88,60,10,12,2,0,47,181,200,768,500,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1489,G_STING,Sting,61,9500,0,0,0,1,850,1032,5,30,57,45,55,5,120,85,10,12,1,0,62,149,300,528,500,240,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,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,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1491,G_DOKEBI,Dokebi,33,2697,0,0,0,1,197,249,0,10,50,50,40,35,69,40,10,12,0,6,27,145,250,1156,456,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1492,INCANTATION_SAMURAI,Incantation Samurai,75,218652,0,33095,18214,1,1219,2169,10,51,64,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,5000,1000,607,500,608,500,985,500
|
||||
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,7203,1000,7198,1000,7197,1000,1951,10,2269,100,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1494,KIND_OF_BEETLE,Kind of Beetle,34,1874,0,679,442,3,191,243,14,12,1,34,10,0,50,0,10,12,0,4,22,149,200,1152,1152,384,7190,1000,7202,1000,928,100,512,0,512,0,512,0,512,0,512,0,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,0,0,0,0,0,0
|
||||
//1496,STONE_SHOOTER_BULLET,???????????,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
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,2,0,0,0,0,0,0,0,0,0,0,0,0
|
||||
1498,WOODEN_SHOOTER,Wooden 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,517,5000,513,5000,7195,1000,7200,1000,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1499,WOODEN_FIGHTER,Wooden Fighter,41,4457,0,1790,833,3,395,480,30,19,1,41,31,10,67,30,10,12,1,7,43,149,200,1152,1152,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,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,149,200,1152,1152,384,7194,1000,7186,1000,7193,1000,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
//1501,PARASITE_BULLET,???????,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
1502,FIRE_PORING,Fire Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,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,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,512,0,512,0,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,512,0,512,0,512,0,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,512,0,512,0,512,0,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,512,0,512,0,512,0,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,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,512,0,512,0,512,0,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,512,0,512,0,512,0,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,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1511,AMON_RA,Amon Ra,88,1214138,0,87264,35891,5,929,1647,26,52,1,1,90,124,74,45,10,12,2,7,62,181,200,1872,672,480,7211,5500,984,2000,985,2000,607,1000,616,100,5053,10,1557,10,2615,2,8000,3000,7114,10,617,100,512,0
|
||||
1512,HYEGUN,Hyegun,56,9981,0,2199,1032,3,318,710,12,10,1,40,36,10,73,15,10,12,1,1,49,133,200,1152,1152,384,512,0,512,0,512,0,512,0,512,0,617,10,2614,5,616,10,0,0,0,0,0,0,0,0
|
||||
1513,CIVIL_SERVANT,Civil Servant,62,14390,0,4023,2750,3,360,650,42,5,1,15,20,60,80,50,10,12,1,2,44,133,200,1152,1152,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1514,DANCING_DRAGON,Dancing Dragon,54,9136,0,3030,769,3,239,550,39,10,1,62,55,25,72,22,10,12,1,9,44,131,200,1152,1152,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1515,GARM_BABY,Hatii Baby,61,20119,0,1022,2980,3,499,680,34,13,1,30,56,55,85,30,10,12,1,2,41,133,300,1152,1152,384,512,0,512,0,512,0,512,0,512,0,617,10,1305,15,616,10,0,0,0,0,0,0,0,0
|
||||
1516,INCREASE_SOIL,Increase Soil,51,8230,0,2760,2110,3,140,560,30,12,1,45,23,12,69,12,10,12,1,0,62,145,200,1152,1152,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
1517,LI_ME_MANG_RYANG,Li Me Mang Ryang,48,5920,0,1643,1643,3,199,434,23,16,1,51,19,8,57,30,10,12,1,6,62,133,200,1152,1152,384,512,0,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,0,0,0,0,0,0
|
||||
//Temporary Mob Stats for these three new monsters. Bacsojin stats = Incantation Samurai, Chung E stats = Sohee. Boiled Rice = Poporing stats (90% sure correct),,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
1518,Bacsojin,Bacsojin,75,218652,0,33095,18214,1,1219,2169,10,51,64,85,78,85,150,60,10,12,2,1,67,181,200,1152,1152,480,1164,2,1165,2,999,500,984,1000,985,1000,607,500,7151,2000,504,500,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,6,21,145,300,2112,912,576,1020,5500,1049,50,2277,1,2504,5,1217,5,501,1000,512,0,4100,1,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,3,25,131,300,1672,672,480,564,5500,512,0,512,0,512,0,512,0,512,0,512,0,512,0,0,0,,,,,,
|
||||
// eAthena Development Team,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
//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,MEXP,ExpPer,MVP1id,MVP1per,MVP2id,MVP2per,MVP3id,MVP3per
|
||||
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,4147,1,13000,0,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,4129,1,0,0,0,0,0,0,0,0
|
||||
1920,EASTER_EGG,Easter Egg,3,300,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,500,558,300,501,200,501,200,713,800,558,300,558,300,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,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,4006,70,0,0,0,0,0,0,0,0
|
||||
// eAthena Custom Equipped Mobs,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
1970,PORING_,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,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,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,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,0,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,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,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,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,4090,3,0,0,0,0,0,0,0,0
|
||||
1976,ISIS_,Isis,43,4828,0,2396,993,1,423,507,10,35,38,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,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,0,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,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,33,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,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,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,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,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,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,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,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,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,0,24,0,10,12,1,3,25,133,200,1672,672,288,7033,5500,2221,20,511,550,510,50,972,30,921,1200,912,6,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,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,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,4122,1,0,0,0,0,0,0,0,0
|
||||
1990,DOKEBI__,Dokebi,33,2697,0,889,455,1,197,249,0,10,50,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,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,0,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,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,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,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,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,45,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
|
74
db/mob_db2.txt
Normal file
74
db/mob_db2.txt
Normal file
@ -0,0 +1,74 @@
|
||||
//knight quest mobs with poring stats
|
||||
1419,G_FARMILIAR,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1420,G_ARCHER_SKELETON,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1421,G_ISIS,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1422,G_HUNTER_FLY,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1423,G_GHOUL,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1424,G_SIDE_WINDER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1425,G_OBEAUNE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1426,G_MARC,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1427,G_NIGHTMARE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1428,G_POISON_SPORE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1429,G_ARGIOPE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1430,G_ARGOS,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1431,G_BAPHOMET_,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1432,G_DESERT_WOLF,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1433,G_DEVIRUCHI,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1434,G_DRAINLIAR,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1435,G_EVIL_DRUID,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1436,G_JAKK,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1437,G_JOKER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1438,G_KHALITZBURG,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1439,G_HIGH_ORC,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1440,G_STEM_WORM,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1441,G_PENOMENA,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1442,G_SASQUATCH,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1443,G_CRUISER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1444,G_CHEPET,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1445,G_RAGGLER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1446,G_INJUSTICE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1447,G_GRYPHON,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1448,G_DARK_FRAME,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1449,G_MUTANT_DRAGON,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1450,G_WIND_GHOST,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1451,G_MERMAN,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1452,G_ORC_LADY,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1453,G_RAYDRIC_ARCHER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1454,G_TRI_JOINT,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1455,G_KOBOLD_ARCHER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1456,G_CHIMERA,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1457,G_MANTIS,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1458,G_MARDUK,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1459,G_MARIONETTE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1460,G_MATYR,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1461,G_MINOROUS,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1462,G_ORC_SKELETON,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1463,G_ORC_ZOMBIE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1464,G_PASANA,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1465,G_PETIT,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1466,G_PETIT_,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1467,G_RAYDRIC,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1468,G_REQUIEM,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1469,G_SKEL_WORKER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1470,G_ZEROM,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1471,G_NINE_TAIL,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1472,G_BON_GUN,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1473,G_ORC_ARCHER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1474,G_MIMIC,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1475,G_WRAITH,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1476,G_ALARM,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1477,G_ARCLOUSE,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1478,G_RIDEWORD,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1479,G_SKEL_PRISONER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1480,G_ZOMBIE_PRISONER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1481,G_PUNK,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1482,G_ZHERLTHSH,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1483,G_RYBIO,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1484,G_PHENDARK,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1485,G_MYSTELTAINN,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1486,G_TIRFING,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1487,G_EXECUTIONER,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1488,G_ANOLIAN,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1489,G_STING,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1490,G_WANDER_MAN,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
||||
1491,G_DOKEBI,Poring,1,50,0,2,1,1,7,10,0,5,1,1,1,0,6,30,10,12,1,3,21,3,400,1872,672,480,909,7000,1202,100,938,400,512,1000,713,1500,741,5,619,20,4001,20,0,0
|
17
db/mob_poring.txt
Normal file
17
db/mob_poring.txt
Normal file
@ -0,0 +1,17 @@
|
||||
// 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
|
2002
db/mob_skill_db.txt
Normal file
2002
db/mob_skill_db.txt
Normal file
File diff suppressed because it is too large
Load Diff
436
db/packet_db.txt
Normal file
436
db/packet_db.txt
Normal file
@ -0,0 +1,436 @@
|
||||
//The packet database allows you to add support for new clients, because packets change every release.
|
||||
//This only allows 1 type of client at a time, make sure your client is the last one in the list
|
||||
//EX: You have client 628 and it goes up to 1021, delete or comment (use //) till your client is last.
|
||||
|
||||
//Packet, Packet Size, Function, Position0:Position1:etc.
|
||||
0x0064,55
|
||||
0x0065,17
|
||||
0x0066,3
|
||||
0x0067,37
|
||||
0x0068,46
|
||||
0x0069,-1
|
||||
0x006a,23
|
||||
0x006b,-1
|
||||
0x006c,3
|
||||
0x006d,108
|
||||
0x006e,3
|
||||
0x006f,2
|
||||
0x0070,3
|
||||
0x0071,28
|
||||
0x0072,19,wanttoconnection,2:6:10:14:18
|
||||
0x0073,11
|
||||
0x0074,3
|
||||
0x0075,-1
|
||||
0x0076,9
|
||||
0x0077,5
|
||||
0x0078,54
|
||||
0x0079,53
|
||||
0x007a,58
|
||||
0x007b,60
|
||||
0x007c,41
|
||||
0x007d,2,loadendack,0
|
||||
0x007e,6,ticksend,2
|
||||
0x007f,6
|
||||
0x0080,7
|
||||
0x0081,3
|
||||
0x0082,2
|
||||
0x0083,2
|
||||
0x0084,2
|
||||
0x0085,5,walktoxy,2
|
||||
0x0086,16
|
||||
0x0087,12
|
||||
0x0088,10
|
||||
0x0089,7,actionrequest,2:6
|
||||
0x008a,29
|
||||
0x008b,2
|
||||
0x008c,-1,globalmessage,2:4
|
||||
0x008d,-1
|
||||
0x008e,-1
|
||||
0x008f,0
|
||||
0x0090,7,npcclicked,2
|
||||
0x0091,22
|
||||
0x0092,28
|
||||
0x0093,2
|
||||
0x0094,6,getcharnamerequest,2
|
||||
0x0095,30
|
||||
0x0096,-1,wis,2:4:28
|
||||
0x0097,-1
|
||||
0x0098,3
|
||||
0x0099,-1,gmmessage,2:4
|
||||
0x009a,-1
|
||||
0x009b,5,changedir,2:4
|
||||
0x009c,9
|
||||
0x009d,17
|
||||
0x009e,17
|
||||
0x009f,6,takeitem,2
|
||||
0x00a0,23
|
||||
0x00a1,6
|
||||
0x00a2,6,dropitem,2:4
|
||||
0x00a3,-1
|
||||
0x00a4,-1
|
||||
0x00a5,-1
|
||||
0x00a6,-1
|
||||
0x00a7,8,useitem,2:4
|
||||
0x00a8,7
|
||||
0x00a9,6,equipitem,2:4
|
||||
0x00aa,7
|
||||
0x00ab,4,unequipitem,2
|
||||
0x00ac,7
|
||||
0x00ad,0
|
||||
0x00ae,-1
|
||||
0x00af,6
|
||||
0x00b0,8
|
||||
0x00b1,8
|
||||
0x00b2,3,restart,2
|
||||
0x00b3,3
|
||||
0x00b4,-1
|
||||
0x00b5,6
|
||||
0x00b6,6
|
||||
0x00b7,-1
|
||||
0x00b8,7,npcselectmenu,2:6
|
||||
0x00b9,6,npcnextclicked,2
|
||||
0x00ba,2
|
||||
0x00bb,5,statusup,2:4
|
||||
0x00bc,6
|
||||
0x00bd,44
|
||||
0x00be,5
|
||||
0x00bf,3,emotion,2
|
||||
0x00c0,7
|
||||
0x00c1,2,howmanyconnections,0
|
||||
0x00c2,6
|
||||
0x00c3,8
|
||||
0x00c4,6
|
||||
0x00c5,7,npcbuysellselected,2:6
|
||||
0x00c6,-1
|
||||
0x00c7,-1
|
||||
0x00c8,-1,npcbuylistsend,2:4
|
||||
0x00c9,-1,npcselllistsend,2:4
|
||||
0x00ca,3
|
||||
0x00cb,3
|
||||
0x00cc,6,gmkick,2
|
||||
0x00cd,3
|
||||
0x00ce,2,killall,0
|
||||
0x00cf,27,wisexin,2:26
|
||||
0x00d0,3,wisall,2
|
||||
0x00d1,4
|
||||
0x00d2,4
|
||||
0x00d3,2,wisexlist,0
|
||||
0x00d4,-1
|
||||
0x00d5,-1,createchatroom,2:4:6:7:15
|
||||
0x00d6,3
|
||||
0x00d7,-1
|
||||
0x00d8,6
|
||||
0x00d9,14,chataddmember,2:6
|
||||
0x00da,3
|
||||
0x00db,-1
|
||||
0x00dc,28
|
||||
0x00dd,29
|
||||
0x00de,-1,chatroomstatuschange,2:4:6:7:15
|
||||
0x00df,-1
|
||||
0x00e0,30,changechatowner,2:6
|
||||
0x00e1,30
|
||||
0x00e2,26,kickfromchat,2
|
||||
0x00e3,2,chatleave,0
|
||||
0x00e4,6,traderequest,2
|
||||
0x00e5,26
|
||||
0x00e6,3,tradeack,2
|
||||
0x00e7,3
|
||||
0x00e8,8,tradeadditem,2:4
|
||||
0x00e9,19
|
||||
0x00ea,5
|
||||
0x00eb,2,tradeok,0
|
||||
0x00ec,3
|
||||
0x00ed,2,tradecancel,0
|
||||
0x00ee,2
|
||||
0x00ef,2,tradecommit,0
|
||||
0x00f0,3
|
||||
0x00f1,2
|
||||
0x00f2,6
|
||||
0x00f3,8,movetokafra,2:4
|
||||
0x00f4,21
|
||||
0x00f5,8,movefromkafra,2:4
|
||||
0x00f6,8
|
||||
0x00f7,2,closekafra,0
|
||||
0x00f8,2
|
||||
0x00f9,26,createparty,2
|
||||
0x00fa,3
|
||||
0x00fb,-1
|
||||
0x00fc,6,partyinvite,2
|
||||
0x00fd,27
|
||||
0x00fe,30
|
||||
0x00ff,10,replypartyinvite,2:6
|
||||
0x0100,2,leaveparty,0
|
||||
0x0101,6
|
||||
0x0102,6,partychangeoption,2:4
|
||||
0x0103,30,removepartymember,2:6
|
||||
0x0104,79
|
||||
0x0105,31
|
||||
0x0106,10
|
||||
0x0107,10
|
||||
0x0108,-1,partymessage,2:4
|
||||
0x0109,-1
|
||||
0x010a,4
|
||||
0x010b,6
|
||||
0x010c,6
|
||||
0x010d,2
|
||||
0x010e,11
|
||||
0x010f,-1
|
||||
0x0110,10
|
||||
0x0111,39
|
||||
0x0112,4,skillup,2
|
||||
0x0113,10,useskilltoid,2:4:6
|
||||
0x0114,31
|
||||
0x0115,35
|
||||
0x0116,10,useskilltopos,2:4:6:8
|
||||
0x0117,18
|
||||
0x0118,2,stopattack,0
|
||||
0x0119,13
|
||||
0x011a,15
|
||||
0x011b,20,useskillmap,2:4
|
||||
0x011c,68
|
||||
0x011d,2,requestmemo,0
|
||||
0x011e,3
|
||||
0x011f,16
|
||||
0x0120,6
|
||||
0x0121,14
|
||||
0x0122,-1
|
||||
0x0123,-1
|
||||
0x0124,21
|
||||
0x0125,8
|
||||
0x0126,8,putitemtocart,2:4
|
||||
0x0127,8,getitemfromcart,2:4
|
||||
0x0128,8,movefromkafratocart,2:4
|
||||
0x0129,8,movetokafrafromcart,2:4
|
||||
0x012a,2,removeoption,0
|
||||
0x012b,2
|
||||
0x012c,3
|
||||
0x012d,4
|
||||
0x012e,2,closevending,0
|
||||
0x012f,-1
|
||||
0x0130,6,vendinglistreq,2
|
||||
0x0131,86
|
||||
0x0132,6
|
||||
0x0133,-1
|
||||
0x0134,-1,purchasereq,2:4:8
|
||||
0x0135,7
|
||||
0x0136,-1
|
||||
0x0137,6
|
||||
0x0138,3
|
||||
0x0139,16
|
||||
0x013a,4
|
||||
0x013b,4
|
||||
0x013c,4
|
||||
0x013d,6
|
||||
0x013e,24
|
||||
0x013f,26
|
||||
0x0140,22,mapmove,2:18:20
|
||||
0x0141,14
|
||||
0x0142,6
|
||||
0x0143,10,npcamountinput,2:6
|
||||
0x0144,23
|
||||
0x0145,19
|
||||
0x0146,6,npccloseclicked,2
|
||||
0x0147,39
|
||||
0x0148,8
|
||||
0x0149,9,gmreqnochat,2:6:7
|
||||
0x014a,6
|
||||
0x014b,27
|
||||
0x014c,-1
|
||||
0x014d,2,guildcheckmaster,0
|
||||
0x014e,6
|
||||
0x014f,6,guildrequestinfo,2
|
||||
0x0150,110
|
||||
0x0151,6,guildrequestemblem,2
|
||||
0x0152,-1
|
||||
0x0153,-1,guildchangeemblem,2:4
|
||||
0x0154,-1
|
||||
0x0155,-1,guildchangememberposition,2
|
||||
0x0156,-1
|
||||
0x0157,6
|
||||
0x0158,-1
|
||||
0x0159,54,guildleave,2:6:10:14
|
||||
0x015a,66
|
||||
0x015b,54,guildexplusion,2:6:10:14
|
||||
0x015c,90
|
||||
0x015d,42,guildbreak,2
|
||||
0x015e,6
|
||||
0x015f,42
|
||||
0x0160,-1
|
||||
0x0161,-1,guildchangepositioninfo,2
|
||||
0x0162,-1
|
||||
0x0163,-1
|
||||
0x0164,-1
|
||||
0x0165,30,createguild,6
|
||||
0x0166,-1
|
||||
0x0167,3
|
||||
0x0168,14,guildinvite,2
|
||||
0x0169,3
|
||||
0x016a,30
|
||||
0x016b,10,guildreplyinvite,2:6
|
||||
0x016c,43
|
||||
0x016d,14
|
||||
0x016e,186,guildchangenotice,2:6:66
|
||||
0x016f,182
|
||||
0x0170,14,guildrequestalliance,2
|
||||
0x0171,30
|
||||
0x0172,10,guildreplyalliance,2:6
|
||||
0x0173,3
|
||||
0x0174,-1
|
||||
0x0175,6
|
||||
0x0176,106
|
||||
0x0177,-1
|
||||
0x0178,4,itemidentify,2
|
||||
0x0179,5
|
||||
0x017a,4,usecard,2
|
||||
0x017b,-1
|
||||
0x017c,6,insertcard,2:4
|
||||
0x017d,7
|
||||
0x017e,-1,guildmessage,2:4
|
||||
0x017f,-1
|
||||
0x0180,6,guildopposition,2
|
||||
0x0181,3
|
||||
0x0182,106
|
||||
0x0183,10,guilddelalliance,2:6
|
||||
0x0184,10
|
||||
0x0185,34
|
||||
0x0186,0
|
||||
0x0187,6
|
||||
0x0187,6
|
||||
0x0188,8
|
||||
0x0189,4
|
||||
0x018a,4,quitgame,0
|
||||
0x018b,4
|
||||
0x018c,29
|
||||
0x018d,-1
|
||||
0x018e,10,producemix,2:4:6:8
|
||||
0x018f,6
|
||||
0x0190,90,useskilltopos,2:4:6:8:10
|
||||
0x0191,86
|
||||
0x0192,24
|
||||
0x0193,6,solvecharname,2
|
||||
0x0194,30
|
||||
0x0195,102
|
||||
0x0196,9
|
||||
0x0197,4,resetchar,2
|
||||
0x0198,8
|
||||
0x0199,4
|
||||
0x019a,14
|
||||
0x019b,10
|
||||
0x019c,-1,lgmmessage,2:4
|
||||
0x019d,6,gmhide,0
|
||||
0x019e,2
|
||||
0x019f,6,catchpet,2
|
||||
0x01a0,3
|
||||
0x01a1,3,petmenu,2
|
||||
0x01a2,35
|
||||
0x01a3,5
|
||||
0x01a4,11
|
||||
0x01a5,26,changepetname,2
|
||||
0x01a6,-1
|
||||
0x01a7,4,selectegg,2
|
||||
0x01a8,4
|
||||
0x01a9,6,sendemotion,2
|
||||
0x01aa,10
|
||||
0x01ab,12
|
||||
0x01ac,6
|
||||
0x01ad,-1
|
||||
0x01ae,4,selectarrow,2
|
||||
0x01af,4,changecart,2
|
||||
0x01b0,11
|
||||
0x01b1,7
|
||||
0x01b2,-1,openvending,2:4:84:85
|
||||
0x01b3,67
|
||||
0x01b4,12
|
||||
0x01b5,18
|
||||
0x01b6,114
|
||||
0x01b7,6
|
||||
0x01b8,3
|
||||
0x01b9,6
|
||||
0x01ba,26
|
||||
0x01bb,26,shift,2
|
||||
0x01bc,26
|
||||
0x01bd,26,summon,2
|
||||
0x01be,2
|
||||
0x01bf,3
|
||||
0x01c0,2
|
||||
0x01c1,14
|
||||
0x01c2,10
|
||||
0x01c3,-1
|
||||
0x01c4,22
|
||||
0x01c5,22
|
||||
0x01c6,4
|
||||
0x01c7,2
|
||||
0x01c8,13
|
||||
0x01c9,97
|
||||
0x01ca,0
|
||||
0x01cb,9
|
||||
0x01cc,9
|
||||
0x01cd,30
|
||||
0x01ce,6,autospell,2
|
||||
0x01cf,28
|
||||
0x01d0,8
|
||||
0x01d1,14
|
||||
0x01d2,10
|
||||
0x01d3,35
|
||||
0x01d4,6
|
||||
0x01d5,-1,npcstringinput,2:4:8
|
||||
0x01d6,4
|
||||
0x01d7,11
|
||||
0x01d8,54
|
||||
0x01d9,53
|
||||
0x01da,60
|
||||
0x01db,2
|
||||
0x01dc,-1
|
||||
0x01dd,47
|
||||
0x01de,33
|
||||
0x01df,6,gmreqnochatcount,2
|
||||
0x01e0,30
|
||||
0x01e1,8
|
||||
0x01e2,34
|
||||
0x01e3,14
|
||||
0x01e4,2
|
||||
0x01e5,6
|
||||
0x01e6,26
|
||||
0x01e7,2,sndoridori,0
|
||||
0x01e8,28,createparty2,2
|
||||
0x01e9,81
|
||||
0x01ea,6
|
||||
0x01eb,10
|
||||
0x01ec,26
|
||||
0x01ed,2,snexplosionspirits,0
|
||||
0x01ee,-1
|
||||
0x01ef,-1
|
||||
0x01f0,-1
|
||||
0x01f1,-1
|
||||
0x01f2,20
|
||||
0x01f3,10
|
||||
0x01f4,32
|
||||
0x01f5,9
|
||||
0x01f6,34
|
||||
0x01f7,14
|
||||
0x01f8,2
|
||||
0x01f9,6
|
||||
0x01fa,48
|
||||
0x01fb,56
|
||||
0x01fc,-1
|
||||
0x01fd,4
|
||||
0x01fe,5
|
||||
0x01ff,10
|
||||
0x0200,26
|
||||
0x0201,-1
|
||||
0x0202,26
|
||||
0x0203,10
|
||||
0x0204,18
|
||||
0x0205,26
|
||||
0x0206,11
|
||||
0x0207,34
|
||||
0x0208,14
|
||||
0x0209,36
|
||||
0x020a,10
|
||||
0x020b,0
|
||||
0x020c,0
|
||||
0x020d,-1
|
||||
0x020e,24
|
||||
0x020f,0
|
||||
//jRO‚Í‚±‚±‚Ü‚Å
|
||||
|
30
db/pet_db.txt
Normal file
30
db/pet_db.txt
Normal file
@ -0,0 +1,30 @@
|
||||
// MobID,Name,JName,ItemID,EggID,AcceID,FoodID,Fullness,HungryDeray ,R_Hungry,R_Full,Intimate,Die,Capture,Speed,S_Performance,talk_convert_class,attack_rate,defence_attack_rate,change_target_rate,pet_script
|
||||
// When modifying pet skills, DO NOT give a pet more than one pet skill (but you can give them other normal bonuses) or else it will be very problematic.
|
||||
|
||||
1002,PORING,Poring,619,9001,10013,531,80,20,50,100,250,20,2000,400,1,0,100,100,100,{ petloot 10; }
|
||||
1011,CHONCHON,ChonChon,624,9006,10002,537,80,10,30,100,250,20,1500,200,1,0,100,100,100,{ petskillbonus bAgi,4,10,50; }
|
||||
1014,SPORE,Spore,630,9012,10017,537,80,20,30,100,250,20,1500,200,0,0,100,100,100,{ petrecovery SC_Poison,60; }
|
||||
1019,PECOPECO,PecoPeco,632,9014,10010,537,80,15,30,100,250,20,1000,200,1,0,100,100,100,{}
|
||||
1023,ORC_WARRIOR,Orc Warrior,635,9017,10009,537,80,12,20,100,250,20,500,200,1,0,100,100,100,{ petskillattack 158,100,1,1; }
|
||||
1026,MUNAK,Munak,636,9018,10008,537,80,20,20,100,250,20,500,200,0,0,100,100,100,{}
|
||||
1029,ISIS,Isis,639,9021,10006,537,80,20,10,100,250,20,500,200,0,0,100,100,100,{ petmag 50,50,2,60; }
|
||||
1031,POPORING,Poporing,621,9003,10013,511,80,12,30,100,250,20,1000,300,1,0,100,100,100,{ petloot 15; }
|
||||
1035,HUNTER_FLY,Hunter Fly,626,9008,10002,716,80,12,10,100,250,20,500,150,1,0,100,100,100,{ petskillattack 187,888,1,1;}
|
||||
1042,STEEL_CHONCHON,Steel ChonChon,625,9007,10002,1002,80,12,20,100,250,20,1000,150,1,0,100,100,100,{ petskillbonus bAgiVit,4,10,10; }
|
||||
1049,PICKY,Picky,623,9005,10012,507,80,15,40,100,250,20,2000,200,1,0,100,100,100,{ petskillbonus bStr,4,10,50;}
|
||||
1052,ROCKER,Rocker,629,9011,10014,537,80,60,30,100,250,20,1500,200,0,0,100,100,100,{ petskillbonus bAllStats,1,10,10;}
|
||||
1056,SMOKIE,Smokie,633,9015,10019,537,80,15,30,100,250,20,1000,200,1,0,100,100,100,{ bonus bPerfectHide,1; }
|
||||
1057,YOYO,Yoyo,634,9016,10018,532,80,12,20,100,250,20,1000,200,1,0,100,100,100,{ petloot 20; }
|
||||
1063,LUNATIC,Lunatic,622,9004,10007,534,80,15,40,100,250,20,1500,200,0,0,100,100,100,{ petskillbonus bLuk,3,10,50; }
|
||||
1077,POISON_SPORE,Poison Spore,631,9013,10017,537,80,20,20,100,250,20,1000,200,0,0,100,100,100,{ petskillattack 176,20,1,1; }
|
||||
1101,BAPHOMET_Jr,Baphomet Jr.,642,9024,10001,518,80,30,10,100,250,20,200,100,0,0,100,100,100,{ petskillattack 190,1776,1,2; }
|
||||
1107,DESERT_WOLF_B,Desert Wolf Puppy,628,9010,10003,537,80,10,40,100,250,20,1000,300,0,0,100,100,100,{petskillattack 6,1,1,1;}
|
||||
1109,DEVIRUCHI,Deviruchi,641,9023,10004,711,80,30,10,100,250,20,500,150,0,0,100,100,100,{ petskillbonus bAgiDexStr,6,20,10; }
|
||||
1110,DOKEBI,Dokebi,637,9019,10005,537,80,15,20,100,250,20,500,250,0,0,100,100,100,{ petskillattack 110,1,1,1; }
|
||||
1113,DROPS,Drops,620,9002,10013,508,80,15,40,100,250,20,1500,400,1,0,100,100,100,{ petloot 10; }
|
||||
1155,PETIT,Petit,640,9022,10011,537,80,15,20,100,250,20,500,200,0,0,100,100,100,{ petskillattack 91,500,1,1; }
|
||||
1167,SAVAGE_BABE,Savage Babe,627,9009,10015,537,80,9,40,100,250,20,1500,400,0,0,100,100,100,{ petskillbonus bStr,3,10,50; }
|
||||
1170,SOHEE,Sohee,638,9020,10016,537,80,20,10,100,250,20,500,300,0,0,100,2000,200,{ petheal 33,400,60; }
|
||||
1188,BON_GUN,Bon Gun,659,9025,10020,537,80,20,10,100,250,20,500,200,1,0,100,100,100,{}
|
||||
1200,ZHERLTHSH,Zherlthsh,660,9027,0,537,80,20,10,100,250,20,50,200,0,1029,2000,100,500,{}
|
||||
1275,ALICE,Alice,661,9026,0,537,80,20,10,100,250,20,100,200,0,1170,100,2000,200,{}
|
84
db/produce_db.txt
Normal file
84
db/produce_db.txt
Normal file
@ -0,0 +1,84 @@
|
||||
//ID,ItemLV,RequireSkill,MaterialID1,MaterialAmount1,MaterialID2,MaterialAmount2,MaterialID3,MaterialAmount3,MaterialID4,MaterialAmount4,MaterialID5,MaterialAmount5
|
||||
// 鉱石 ItemLV=16
|
||||
998,16,94,1002,1
|
||||
999,16,95,998,5,1003,1
|
||||
1000,16,96,1001,10
|
||||
994,16,96,990,10
|
||||
995,16,96,991,10
|
||||
997,16,96,993,10
|
||||
996,16,96,992,10
|
||||
984,16,97,756,3,1003,1
|
||||
985,16,97,757,3,1003,1
|
||||
// 武器 ItemLV=wLV
|
||||
1101,1,99,998,2
|
||||
1104,1,99,998,30
|
||||
1107,1,99,998,45,913,25
|
||||
1110,2,99,999,20
|
||||
1113,2,99,999,35
|
||||
1122,2,99,999,40,920,50
|
||||
1126,3,99,999,5,984,8,727,1
|
||||
1123,3,99,984,8,999,10,728,1
|
||||
1119,3,99,984,8,999,15,718,1
|
||||
1129,3,99,984,16,724,1
|
||||
1201,1,98,998,1,909,10
|
||||
1204,1,98,998,25
|
||||
1207,1,98,998,50
|
||||
1210,2,98,999,17
|
||||
1213,2,98,999,30
|
||||
1216,2,98,999,40
|
||||
1219,3,98,984,4,999,40,726,1
|
||||
1222,3,98,984,4,999,60,729,1
|
||||
1116,1,100,998,35,958,15
|
||||
1151,2,100,999,25,957,20
|
||||
1154,2,100,999,45
|
||||
1157,2,100,984,12,999,10
|
||||
1160,3,100,984,12,999,20
|
||||
1163,3,100,984,16,999,20,733,1
|
||||
1301,1,101,998,10
|
||||
1351,1,101,998,110
|
||||
1354,2,101,999,30
|
||||
1357,3,101,984,4,999,20,922,30
|
||||
1360,3,101,984,8,999,10,719,1
|
||||
1501,1,102,998,3
|
||||
1504,1,102,998,30
|
||||
1507,2,102,999,20
|
||||
1510,2,102,999,33
|
||||
1519,2,102,999,45
|
||||
1513,3,102,999,85,730,1
|
||||
1516,3,102,999,100,963,20
|
||||
1522,3,102,999,120,968,1
|
||||
1801,1,103,998,160,722,1
|
||||
1803,2,103,999,50
|
||||
1805,2,103,999,65
|
||||
1807,3,103,984,4,723,10
|
||||
1809,3,103,984,8,728,10
|
||||
1811,3,103,984,4,727,10
|
||||
1401,1,104,998,3
|
||||
1404,1,104,998,35
|
||||
1407,1,104,998,70
|
||||
1451,2,104,999,25
|
||||
1454,2,104,999,40
|
||||
1457,2,104,999,55
|
||||
1460,3,104,984,8,999,10,720,5
|
||||
1463,3,104,984,12,999,10
|
||||
1410,3,104,984,12,723,3,923,1
|
||||
// ポーション ItemLV=32 MaterialID1=製造の書
|
||||
501,32,228,7144,0,507,1,1093,1
|
||||
503,32,228,7144,0,508,1,1093,1
|
||||
504,32,228,7144,0,509,1,1093,1
|
||||
505,32,228,7144,0,510,1,911,1,1093,1
|
||||
605,32,228,7144,0,708,1,970,1,713,1
|
||||
606,32,228,7144,0,704,1,518,1,713,1
|
||||
545,32,228,7133,0,501,1,1093,1,952,1
|
||||
546,32,228,7133,0,503,1,1093,1,1017,1
|
||||
547,32,228,7133,0,504,1,1093,1,1061,1
|
||||
970,32,228,7127,0,713,1,7033,5,905,5,1092,1
|
||||
7135,32,228,7128,0,970,1,1059,1,713,1
|
||||
7136,32,228,7129,0,713,1,929,1
|
||||
7137,32,228,7130,0,713,1,1032,2
|
||||
7138,32,228,7131,0,713,1,1050,1,1051,1
|
||||
7139,32,228,7132,0,970,1,950,1,1044,1,713,1
|
||||
// コイン ItemLV=64
|
||||
671,64,385,7231,1
|
||||
675,64,385,7232,1
|
||||
674,64,385,7233,1
|
12
db/refine_db.txt
Normal file
12
db/refine_db.txt
Normal file
@ -0,0 +1,12 @@
|
||||
// Database for upgrading items.
|
||||
// Stats per level for safe upgrade, Stats per level after safe limit, Safe level limit, Lv.1 %, Lv 2 %, Lv.3%, ect...
|
||||
// Armor defense is done in percentage (ie 70 = .7 def)
|
||||
// Weapons are whole numbers (ie 3 = 3 atk)
|
||||
|
||||
70, 4,4, 100,100,100,100, 60, 40, 40, 20, 20, 10, // Armor
|
||||
2, 3,7, 100,100,100,100,100,100,100, 60, 40, 20, // Lv.1 Weapons
|
||||
3, 5,6, 100,100,100,100,100,100, 60, 40, 20, 20, // Lv.2 Weapons
|
||||
5, 8,5, 100,100,100,100,100, 60, 50, 20, 20, 20, // Lv.3 Weapons
|
||||
7,14,4, 100,100,100,100, 60, 40, 40, 20, 20, 10, // Lv.4 Weapons
|
||||
|
||||
|
7
db/size_fix.txt
Normal file
7
db/size_fix.txt
Normal file
@ -0,0 +1,7 @@
|
||||
// Database for size fix for weapon damage.
|
||||
|
||||
//It is size compensation at the time of usual.
|
||||
//Base,a dagger, a sword, both swords, a spear, both spears, an ax, both axes, a stick, ?, a cane, a bow, a fist, a musical instrument, a whip, a book, Qatar
|
||||
100,100, 75, 75, 75, 75, 50, 50, 75,100,100,100,100, 75, 75,100, 75, // Size: Small
|
||||
100, 75,100, 75, 75, 75, 75, 75,100,100,100,100, 75,100,100,100,100, // Size: Medium
|
||||
100, 50, 75,100,100,100,100,100,100,100,100, 75, 50, 75, 50, 50, 75, // Size: Large
|
269
db/skill_cast_db.txt
Normal file
269
db/skill_cast_db.txt
Normal file
@ -0,0 +1,269 @@
|
||||
//skill_cast_db.txt@AthenaDB計画 2004/06/16 03:04:01 +0900 (JST)
|
||||
//id,cast_list,delay_list,upkeep_time,upkeep_time2
|
||||
|
||||
6,0,0,30000,0 //SM_PROVOKE#プロボック#
|
||||
|
||||
8,0,0,10000:13000:16000:19000:22000:25000:28000:31000:34000:37000,0 //SM_ENDURE#インデュア#
|
||||
|
||||
10,0,0,10000,0 //MG_SIGHT#サイト#
|
||||
11,500,1000,0,0 //MG_NAPALMBEAT#ナパームビート#
|
||||
12,4000:3500:3500:2500:2000:1500:1000:1000:1000:1000,0,5000:10000:15000:20000:25000:30000:35000:40000:45000:50000,0 //MG_SAFETYWALL#セイフティウォール#
|
||||
13,500,1200:1400:1600:1800:2000:2200:2400:2600:2800:2700,0,0 //MG_SOULSTRIKE#ソウルストライク#
|
||||
14,700:1400:2100:2800:3500:4200:4900:5600:6300:7000,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0 //MG_COLDBOLT#コールドボルト#
|
||||
15,800,1500,0,6000:7000:8000:9000:10000:11000:12000:13000:14000:15000 //MG_FROSTDIVER#フロストダイバー#
|
||||
16,0,0,0,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000 //MG_STONECURSE#ストーンカース#
|
||||
17,1600,1600,0,0 //MG_FIREBALL#ファイアーボール#
|
||||
18,2000:1850:1700:1550:1400:1250:1100:950:800:650,0,5000:6000:7000:8000:9000:10000:11000:12000:13000:14000,0 //MG_FIREWALL#ファイアーウォール#
|
||||
19,700:1400:2100:2800:3500:4200:4900:5600:6300:7000,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0 //MG_FIREBOLT#ファイアーボルト#
|
||||
20,700:1400:2100:2800:3500:4200:4900:5600:6300:7000,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0 //MG_LIGHTNINGBOLT#ライトニングボルト#
|
||||
21,1000:2000:3000:4000:5000:6000:7000:8000:9000:10000,2000,0,0 //MG_THUNDERSTORM#サンダーストーム#
|
||||
|
||||
24,0,0,10000,0 //AL_RUWACH#ルアフ#
|
||||
25,0,0,10000,0 //AL_PNEUMA#ニューマ#
|
||||
26,0,0,0,0 //AL_TELEPORT#テレポート#
|
||||
27,1000,0,5000:10000:15000:20000:25000:30000:35000:40000:45000:50000,0 //AL_WARP#ワープポータル#
|
||||
28,0,1000,0,0 //AL_HEAL#ヒール#
|
||||
29,1000,1000,60000:80000:100000:120000:140000:160000:180000:200000:220000:240000,0 //AL_INCAGI#速度増加#
|
||||
30,1000,1000,40000:50000:60000:70000:80000:90000:100000:110000:120000:130000,0 //AL_DECAGI#速度減少#
|
||||
31,0,2000,0,0 //AL_HOLYWATER#アクアベネディクタ#
|
||||
32,500,2000,0,0 //AL_CRUCIS#シグナムクルシス#
|
||||
33,500,3500,30000:60000:90000:120000:150000:180000:210000:240000:270000:300000,0 //AL_ANGELUS#エンジェラス#
|
||||
34,0,0,60000:80000:100000:120000:140000:160000:180000:200000:220000:240000,0 //AL_BLESSING#ブレッシング#
|
||||
35,0,1000,0,0 //AL_CURE#キュアー#
|
||||
|
||||
45,0,0,60000:80000:100000:120000:140000:160000:180000:200000:220000:240000,0 //AC_CONCENTRATION#集中力向上#
|
||||
46,0,1500,100,0 //AC_DOUBLE
|
||||
47,0,1500,100,0 //AC_SHOWER
|
||||
|
||||
51,0,0,30000:60000:90000:120000:150000:180000:210000:240000:270000:300000,0 //TF_HIDING#ハイディング#
|
||||
52,0,0,0,15000:20000:25000:30000:35000:40000:45000:50000:55000:60000 //TF_POISON#インベナム#
|
||||
|
||||
54,6000:4000:2000:0,0:1000:2000:3000,0,0 //ALL_RESURRECTION#リザレクション#
|
||||
|
||||
57,700,0,0,0 //KN_BRANDISHSPEAR#ブランディッシュスピア#
|
||||
|
||||
59,0,1000,0,0 //KN_SPEARBOOMERANG#スピアブーメラン#
|
||||
60,0,0,30000:60000:90000:120000:150000:180000:210000:240000:270000:300000,0 //KN_TWOHANDQUICKEN#ツーハンドクイッケン#
|
||||
61,0,0,400:800:1200:1600:2000,0 //KN_AUTOCOUNTER#オートカウンター#
|
||||
62,700,0,0,0 //KN_BOWLINGBASH#ボウリングバッシュ#
|
||||
|
||||
66,0,3000,60000,0 //PR_IMPOSITIO#イムポシティオマヌス#
|
||||
67,0,2000,30000:20000:10000,0 //PR_SUFFRAGIUM#サフラギウム#
|
||||
68,0,2000,60000:90000:120000:150000:180000,0 //PR_ASPERSIO#アスペルシオ#
|
||||
69,0,0,40000:80000:120000:160000:200000,0 //PR_BENEDICTIO#聖体降福#
|
||||
70,5000,0,4000:7000:10000:13000:16000:19000:22000:25000:28000:31000,0 //PR_SANCTUARY#サンクチュアリ#
|
||||
71,0,0,10000:20000:30000:40000,0 //PR_SLOWPOISON#スローポイズン#
|
||||
72,0,2000,0,0 //PR_STRECOVERY#リカバリー#
|
||||
73,2000,2000,120000,0 //PR_KYRIE#キリエエレイソン#
|
||||
74,4000,2000,30000:45000:60000:75000:90000,0 //PR_MAGNIFICAT#マグニフィカート#
|
||||
75,0,2000,10000:15000:20000:25000:30000:,0 //PR_GLORIA#グロリア#
|
||||
76,0,3000,30000:35000:40000:45000:50000:55000:60000:60000:60000:60000,0 //PR_LEXDIVINA#レックスディビーナ#
|
||||
77,1000,3000,0,0 //PR_TURNUNDEAD#ターンアンデッド#
|
||||
78,0,3000,600000,0 //PR_LEXAETERNA#レックスエーテルナ#
|
||||
79,15000,4000,5000:6000:7000:8000:9000:10000:11000:12000:13000:14000,0 //PR_MAGNUS#マグヌスエクソシズム#
|
||||
80,3000:2700:2400:2100:1800:1500:1200:900:600:300,2000,30000,0 //WZ_FIREPILLAR#ファイアーピラー#
|
||||
81,700,2000,0,0 //WZ_SIGHTRASHER#サイトラッシャー#
|
||||
|
||||
83,15000,2000:3000:3000:4000:4000:5000:5000:6000:6000:7000,0,3200:3400:3600:3800:4000:4200:4400:4600:4800:5000 //WZ_METEOR#メテオストーム#
|
||||
84,2500:3000:3500:4000:4500:5000:5500:6000:6500:7000,0,0,0 //WZ_JUPITEL#ユピテルサンダー#
|
||||
85,15000:14500:14000:13500:13000:12500:12000:11500:11000:10500,5000,0,5500:6000:6500:7000:7500:8000:8500:9000:9500:10000 //WZ_VERMILION#ロードオブヴァーミリオン#
|
||||
86,1000:2000:3000:4000:5000,0,0,0 //WZ_WATERBALL#ウォーターボール#
|
||||
87,0,0,5000:10000:15000:20000:25000:30000:35000:40000:45000:50000,0 //WZ_ICEWALL#アイスウォール#
|
||||
88,4000:3700:3300:3000:2700:2400:2100:1900:1700:1500,1000,0,6000:7000:8000:9000:10000:11000:12000:13000:14000:15000 //WZ_FROSTNOVA#フロストノヴァ#
|
||||
89,6000:7000:8000:9000:10000:11000:12000:13000:14000:15000,5000,0,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000 //WZ_STORMGUST#ストームガスト#
|
||||
90,1000:2000:3000:4000:5000,700,0,0 //WZ_EARTHSPIKE#アーススパイク#
|
||||
91,1000:2000:3000:4000:5000,700,0,0 //WZ_HEAVENDRIVE#ヘヴンズドライブ#
|
||||
92,0,1000,5000:10000:15000:20000:25000,5000:10000:15000:20000:25000 //WZ_QUAGMIRE#クァグマイア#
|
||||
|
||||
110,0,0,0,6000:7000:8000:9000:10000:11000 //BS_HAMMERFALL#ハンマーフォール#
|
||||
111,0,0,30000:60000:90000:120000:150000,0 //BS_ADRENALINE#アドレナリンラッシュ#
|
||||
112,0,0,10000:20000:30000:40000:50000,0 //BS_WEAPONPERFECT#ウェポンパーフェクション#
|
||||
113,0,0,20000:40000:60000:80000:100000,0 //BS_OVERTHRUST#オーバートラスト#
|
||||
114,0,0,1000:2000:3000:4000:5000,0 //BS_MAXIMIZE#マキシマイズパワー#
|
||||
115,0,0,300000:240000:180000:120000:60000,0 //HT_SKIDTRAP#スキッドトラップ#
|
||||
116,0,0,20000:160000:120000:80000:40000,6000:7000:8000:9000:10000:11000 //HT_LANDMINE#ランドマイン#
|
||||
117,0,0,250000:200000:150000:100000:50000,4000:8000:12000:16000:20000 //HT_ANKLESNARE#アンクルスネア#
|
||||
118,0,0,200000:160000:120000:80000:40000,0 //HT_SHOCKWAVE#ショックウェーブトラップ#
|
||||
119,0,0,150000:120000:90000:60000:30000,12000:14000:16000:18000:20000 //HT_SANDMAN#サンドマン#
|
||||
120,0,0,150000:120000:90000:60000:30000,10000:11000:12000:13000:14000 //HT_FLASHER#フラッシャー#
|
||||
121,0,0,150000:120000:90000:60000:30000,3000:6000:9000:12000:15000 //HT_FREEZINGTRAP#フリージングトラップ#
|
||||
122,0,0,10000:8000:6000:4000:2000,0 //HT_BLASTMINE#ブラストマイン#
|
||||
123,0,0,20000:40000:60000:80000:100000,0 //HT_CLAYMORETRAP#クレイモアトラップ#
|
||||
|
||||
125,0,0,600000,0 //HT_TALKIEBOX#トーキーボックス#
|
||||
|
||||
129,1000,1000,0,0 //HT_BLITZBEAT#ブリッツビート#
|
||||
|
||||
135,0,0,4000:5000:6000:7000:8000:9000:10000:11000:12000:13000,0 //AS_CLOAKING#クローキング#
|
||||
136,0,0,0,6000:7000:8000:9000:10000:11000:12000:13000:14000:15000 //AS_SONICBLOW#ソニックブロー#
|
||||
|
||||
138,0,0,30000:45000:60000:75000:90000:105000:120000:135000:150000:165000,0 //AS_ENCHANTPOISON#エンチャントポイズン#
|
||||
139,0,0,1800000,0 //AS_POISONREACT#ポイズンリアクト#
|
||||
140,0,0,5000:10000:15000:20000:25000:30000:35000:40000:45000:50000,15000:20000:25000:30000:35000:40000:45000:50000:55000:60000 //AS_VENOMDUST#ベナムダスト#
|
||||
141,1000,0,5500:6000:6500:7000:7500:8000:8500:9000:9500:10000,15000:20000:25000:30000:35000:40000:45000:50000:55000:60000 //AS_SPLASHER#ベナムスプラッシャー#
|
||||
|
||||
143,0,0,600000,0 //NV_TRICKDEAD#死んだふり#
|
||||
|
||||
145,0,0,0,8000 //SM_FATALBLOW#急所攻撃#
|
||||
|
||||
148,1500,0,0,0 //AC_CHARGEARROW#チャージアロー#
|
||||
149,0,0,0,10000 //TF_SPRINKLESAND#砂まき#
|
||||
|
||||
152,0,0,0,8000 //TF_THROWSTONE#石投げ#
|
||||
|
||||
155,0,0,300000,0 //MC_LOUD#ラウドボイス#
|
||||
156,2000,0,0,0 //AL_HOLYLIGHT#ホーリーライト#
|
||||
157,5000,0,300000,0 //MG_ENERGYCOAT#エナジーコート#
|
||||
|
||||
176,0,0,0,15000:20000:25000:30000:35000:40000:45000:50000:55000:60000 //NPC_POISON#毒攻撃#
|
||||
177,0,0,0,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000 //NPC_BLINDATTACK#暗闇攻撃#
|
||||
178,0,0,0,10000:12000:14000:16000:18000:20000:22000:24000:26000:28000 //NPC_SILENCEATTACK#沈黙攻撃#
|
||||
179,0,0,0,6000:7000:8000:9000:10000:11000:12000:13000:14000:15000 //NPC_STUNATTACK#スタン攻撃#
|
||||
180,0,0,0,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000 //NPC_PETRIFYATTACK#石化攻撃#
|
||||
181,0,0,0,15000:20000:25000:30000:35000:40000:45000:50000:55000:60000 //NPC_CURSEATTACK#呪い攻撃#
|
||||
182,0,0,0,8000:10000:12000:14000:16000:18000:20000:22000:24000:26000 //NPC_SLEEPATTACK#睡眠攻撃#
|
||||
|
||||
201,0,0,60000:70000:80000:90000:100000:110000:120000:130000:140000:150000,0 //NPC_KEEPING#キーピング#
|
||||
|
||||
204,0,0,60000:70000:80000:90000:100000:110000:120000:130000:140000:150000,0 //NPC_BARRIER#バリアー#
|
||||
|
||||
206,0,0,0,6000:7000:8000:9000:10000:11000:12000:13000:14000:15000 //NPC_LICK#リック#
|
||||
207,0,0,30000:40000:50000:60000:70000:80000:90000:100000:110000:120000,0 //NPC_HALLUCINATION#錯覚#
|
||||
|
||||
212,0,500,0,0 //RG_BACKSTAP#バックスタブ#
|
||||
|
||||
214,0,0,0,8000:9000:10000:11000:12000 //RG_RAID#サプライズアタック#
|
||||
215,1000,1000,75000:90000:105000:120000:135000,0 //RG_STRIPWEAPON#ストリップウェポン#
|
||||
216,1000,1000,75000:90000:105000:120000:135000,0 //RG_STRIPSHIELD#ストリップシールド#
|
||||
217,1000,1000,75000:90000:105000:120000:135000,0 //RG_STRIPARMOR#ストリップアーマー#
|
||||
218,1000,1000,75000:90000:105000:120000:135000,0 //RG_STRIPHELM#ストリップヘルム#
|
||||
|
||||
220,0,0,180000,0 //RG_GRAFFITI#グラフィティ#
|
||||
|
||||
229,1000,0,40000:45000:50000:55000:60000,0 //AM_DEMONSTRATION#デモンストレーション#
|
||||
230,1000,0,3:7:10:12:13,0 //AM_ACIDTERROR#アシッドテラー#
|
||||
|
||||
232,2000,500,40000:50000:60000:70000:80000,0 //AM_CANNIBALIZE#バイオプラント#
|
||||
233,2000,500,30000,0 //AM_SPHEREMINE#スフィアーマイン#
|
||||
234,2000,0,60000:120000:180000:240000:300000,0 //AM_CP_WEAPON#ケミカルウェポンチャージ#
|
||||
235,2000,0,60000:120000:180000:240000:300000,0 //AM_CP_SHIELD#ケミカルシールドチャージ#
|
||||
236,2000,0,60000:120000:180000:240000:300000,0 //AM_CP_ARMOR#ケミカルアーマーチャージ#
|
||||
237,2000,0,60000:120000:180000:240000:300000,0 //AM_CP_HELM#ケミカルヘルムチャージ#
|
||||
|
||||
249,0,0,300000,0 //CR_AUTOGUARD#オートガード#
|
||||
250,0,0,0,8000:9000:10000:11000:12000 //CR_SHIELDCHARGE#シールドチャージ#
|
||||
251,0,700,0,0 //CR_SHIELDBOOMERANG#シールドブーメラン#
|
||||
252,0,0,300000,0 //CR_REFLECTSHIELD#リフレクトシールド#
|
||||
253,0,0,0,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000 //CR_HOLYCROSS#ホーリークロス#
|
||||
254,3000,1500,0,10000:11000:12000:13000:14000:15000:16000:17000:18000:19000 //CR_GRANDCROSS#グランドクロス#
|
||||
|
||||
256,3000,0,180000,0 //CR_PROVIDENCE#プロヴィデンス#
|
||||
257,0,800,180000,0 //CR_DEFENDER#ディフェンダー#
|
||||
258,0,0,30000:60000:90000:120000:150000:180000:210000:240000:270000:300000,0 //CR_SPEARQUICKEN#スピアクイッケン#
|
||||
|
||||
261,1500,0,600000,0 //MO_CALLSPIRITS#気功#
|
||||
262,2000,0,0,0 //MO_ABSORBSPIRITS#気奪#
|
||||
|
||||
266,1000,500,0,0 //MO_INVESTIGATE#発勁#
|
||||
267,1000,500,0,0 //MO_FINGEROFFENSIVE#指弾#
|
||||
268,0,0,30000:60000:90000:120000:150000,0 //MO_STEELBODY#金剛#
|
||||
269,0,0,500:700:900:1100:1300,20000:30000:40000:50000:60000 //MO_BLADESTOP#白刃取り#
|
||||
270,0,0,180000,0 //MO_EXPLOSIONSPIRITS#爆裂波動#
|
||||
271,4000:3500:3000:2500:2000,3000:2500:2000:1500:1000,0,300000 //MO_EXTREMITYFIST#阿修羅覇凰拳#
|
||||
|
||||
276,0,1500,400:600:800:1000:1200,0 //SA_MAGICROD#マジックロッド#
|
||||
277,700,0,0,0 //SA_SPELLBREAKER#スペルブレイカー#
|
||||
|
||||
279,3000,0,120000:150000:180000:210000:240000:270000:300000:360000:390000,0 //SA_AUTOSPELL#オートスペル#
|
||||
280,3000,0,1200000,0 //SA_FLAMELAUNCHER#フレイムランチャー#
|
||||
281,3000,0,1200000,0 //SA_FROSTWEAPON#フロストウェポン#
|
||||
282,3000,0,1200000,0 //SA_LIGHTNINGLOADER#ライトニングローダー#
|
||||
283,3000,0,1200000,0 //SA_SEISMICWEAPON#サイズミックウェポン#
|
||||
|
||||
285,5000,0,180000,180000 //SA_VOLCANO#ボルケーノ#
|
||||
286,5000,0,180000,180000 //SA_DELUGE#デリュージ#
|
||||
287,5000,0,180000,180000 //SA_VIOLENTGALE#バイオレントゲイル#
|
||||
288,5000,0,180000,180000 //SA_LANDPROTECTOR#ランドプロテクター#
|
||||
289,2000,0,0,0 //SA_DISPELL#ディスペル#
|
||||
|
||||
304,0,0,0,5000 //BD_ADAPTATION#アドリブ#
|
||||
|
||||
306,0,0,60000,15000 //BD_LULLABY#子守歌#
|
||||
307,0,0,60000,60000 //BD_RICHMANKIM#ニヨルドの宴#
|
||||
308,0,0,60000,60000 //BD_ETERNALCHAOS#永遠の混沌#
|
||||
309,0,0,60000,60000 //BD_DRUMBATTLEFIELD#戦太鼓の響き#
|
||||
310,0,0,60000,60000 //BD_RINGNIBELUNGEN#ニーベルングの指輪#
|
||||
311,0,0,60000,60000 //BD_ROKISWEIL#ロキの叫び#
|
||||
312,0,0,60000,60000 //BD_INTOABYSS#深淵の中に#
|
||||
313,0,0,60000,60000 //BD_SIEGFRIED#不死身のジークフリード#
|
||||
|
||||
316,1500,0,0,0 //BA_MUSICALSTRIKE#ミュージカルストライク#
|
||||
317,0,0,30000,3000 //BA_DISSONANCE#不協和音#
|
||||
318,0,3000,0,10000:11000:12000:13000:14000 //BA_FROSTJOKE#寒いジョーク#
|
||||
319,0,0,60000,60000 //BA_WHISTLE#口笛#
|
||||
320,0,0,120000,120000 //BA_ASSASSINCROSS#夕陽のアサシンクロス#
|
||||
321,0,0,180000,180000 //BA_POEMBRAGI#ブラギの詩#
|
||||
322,0,0,180000,180000 //BA_APPLEIDUN#イドゥンの林檎#
|
||||
|
||||
324,1500,0,0,0 //DC_THROWARROW#矢撃ち#
|
||||
325,0,0,30000,3000 //DC_UGLYDANCE#自分勝手なダンス#
|
||||
326,0,3000,0,10000:11000:12000:13000:14000 //DC_SCREAM#スクリーム#
|
||||
327,0,0,60000,60000 //DC_HUMMING#ハミング#
|
||||
328,0,0,180000,180000 //DC_DONTFORGETME#私を忘れないで…#
|
||||
329,0,0,120000,120000 //DC_FORTUNEKISS#幸運のキス#
|
||||
330,0,0,180000,180000 //DC_SERVICEFORYOU#サービスフォーユー#
|
||||
331,0,0,3500,0 //NPC_SELFDESTRUCTION2#自爆2#
|
||||
|
||||
334,3000,0,0,0 //WE_MALE#君だけは護るよ#
|
||||
335,3000,0,0,0 //WE_FEMALE#あなたに尽くします#
|
||||
336,0,0,10000,0 //WE_CALLPARTNER#あなたに逢いたい#
|
||||
|
||||
355,0,0,40000:60000:80000:100000:120000,0 //LK_AURABLADE#オーラブレード#
|
||||
356,0,0,10000:12000:14000:16000:18000:20000:18000:16000:14000:12000,0 //LK_PARRYING#パリイング#
|
||||
357,0,0,25000:30000:35000:40000:45000,0 //LK_CONCENTRATION#コンセントレーション#
|
||||
358,0,0,180000,0 //LK_TENSIONRELAX#テンションリラックス#
|
||||
359,0,0,300000,0 //LK_BERSERK
|
||||
360,0,0,300000,0 //LK_FURY
|
||||
|
||||
361,1000:1500:2000:2500:3000,1100:1200:1300:1400:1500,20000:30000:40000:50000:60000,0 //HP_ASSUMPTIO#アスムプティオ#
|
||||
362,5000:6000:7000:8000:9000,2000:3000:4000:5000:6000,20000:25000:30000:35000:40000,20000:25000:30000:35000:40000 //HP_BASILICA#バジリカ#
|
||||
|
||||
365,200,2000,0,0 //HW_MAGICCRASHER
|
||||
366,0,0,360000,0 //HW_MAGICPOWER#魔法力増幅#
|
||||
|
||||
367,2000:2500:3000:3500:4000,2000:3000:4000:5000:6000,0,0 //PA_PRESSURE
|
||||
369,0,0,360000,0 //PA_GOSPEL#ゴスペル#
|
||||
|
||||
372,0,800:800:800:800:800:1000:1000:1000:1000:1000,0,0 //CH_CHAINCRUSH#連柱崩撃#
|
||||
373,0,2000:2500:3000:3500:4000,0,0 //PF_HPCONVERSION#ライフ置き換え#
|
||||
374,3000,5000,0,0 //PF_SOULCHANGE#ソウルチェンジ#
|
||||
375,0,10000:10000:10000:10000:15000,0,0 //PF_SOULBURN#ソウルバーン#
|
||||
|
||||
378,0,0,20000:30000:40000:50000:60000,0 //ASC_EDP#エンチャントデッドリーポイズン#
|
||||
379,0,1000:1200:1400:1600:1800:2000:2200:2400:2600:2800,0,0 //ASC_BREAKER
|
||||
380,0,0,20000:20000:25000:25000:30000:30000:35000:35000:40000:40000,0 //SN_SIGHT#トゥルーサイト#
|
||||
|
||||
380,0,0,35000:35000:30000:30000:25000:25000:20000:20000:15000:15000,0 //SN_SIGHT
|
||||
381,1000,1200,0,0,0 //SN_FALCONASSAULT
|
||||
382,2000,0,0,0 //SN_SHARPSHOOTING
|
||||
383,2000:2400:2800:3200:3600:4000:4400:4800:5200:5600,0,120000:140000:160000:180000:200000:220000:240000:260000:280000:300000,0 //SN_WINDWALK#ウインドウォーク#
|
||||
384,5000:5000:6000:6000:7000:7000:8000:8000:9000:10000,0,15000:20000:25000:30000:35000:40000:45000:50000:55000:60000,0 //WS_MELTDOWN#メルトダウン#
|
||||
|
||||
387,0,0,30000,0 //WS_CARTBOOST#カートブースト#
|
||||
389,0,0,10000,0 //ST_CHASEWALK
|
||||
|
||||
390,0,0,300000,0 //ST_REJECTSWORD#リジェクトソード#
|
||||
|
||||
394,2000:2200:2400:2600:2800:3000:3200:3400:3600:3800,800:800:800:800:800:1000:1000:1000:1000:1000,0,0 //CG_ARROWVULCAN
|
||||
395,0,0,20000:25000:30000:35000:40000,0 //CG_MOONLIT#月明りの泉に落ちる花びら#
|
||||
396,0,0,300000,0 //CG_MARIONETTE#マリオネットコントロール#
|
||||
397,300:500:700:900:1000,1200:1400:1600:1800:2000,0,0 //LK_SPIRALPIERCE#スパイラルピアース#
|
||||
398,0,500,0,30000 //LK_HEADCRUSH#ヘッドクラッシュ#
|
||||
399,0,800:800:800:800:800:1000:1000:1000:1000:1000,0,30000 //LK_JOINTBEAT#ジョイントビート#
|
||||
400,1700,1900:2100:2300:2500:2700:2900:3100:3300:3500:3700,0,0,0 //HW_NAPALMVULCAN#ナパームバルカン#
|
||||
401,1000,0,600000,0 //CH_SOULCOLLECT#狂気功#
|
||||
402,0,800:900:1000:1100:1200,30000,0 //PF_MINDBREAKER
|
||||
404,0,0,30000,10000 //PF_FOGWALL#フォグウォール#
|
||||
405,0,0,30000,8000 //PF_SPIDERWEB#スパイダーウェッブ#
|
||||
406,0,0,0,3000 //ASC_METEORASSAULT#メテオアサルト#
|
||||
407,0,5000,0,0 //ASC_CDP
|
10
db/skill_castnodex_db.txt
Normal file
10
db/skill_castnodex_db.txt
Normal file
@ -0,0 +1,10 @@
|
||||
//<Skill id>,<1 or 0>
|
||||
// With 1, dex does not effect the skill's cast rate
|
||||
// With 0, dex effects the skill's cast rate
|
||||
46,1
|
||||
47,1
|
||||
129,1
|
||||
381,1
|
||||
382,1
|
||||
383,1
|
||||
394,1
|
525
db/skill_db.txt
Normal file
525
db/skill_db.txt
Normal file
@ -0,0 +1,525 @@
|
||||
//skill_db.txt@AthenaDB計画 2004/06/06 14:27:11 +0900 (JST)
|
||||
//id,range,hit,inf,pl,nk,max,list_num,castcancel,cast_defence_rate,inf2,maxcount,skill_type,blow_count
|
||||
1,0,0,0,0,0,9,0,no,0,0,0,none,0 //NV_BASIC#基本スキル#
|
||||
2,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //SM_SWORD#剣修練#
|
||||
3,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //SM_TWOHAND#両手剣修練#
|
||||
4,0,0,0,0,0,10,0,no,0,0,0,none,0 //SM_RECOVERY#HP回復力向上#
|
||||
5,-1,6,1,0,0,10,1,no,0,0,0,weapon,0 //SM_BASH#バッシュ#
|
||||
6,8,6,1,0,1,10,1,no,0,0,0,none,0 //SM_PROVOKE#プロボック#
|
||||
7,-1,6,1,3,2,10,5,no,0,0,0,weapon,2 //SM_MAGNUM#マグナムブレイク#
|
||||
8,0,6,4,0,1,10,1,no,0,0,0,weapon,0 //SM_ENDURE#インデュア#
|
||||
9,0,0,0,0,0,10,0,no,0,0,0,none,0 //MG_SRECOVERY#SP回復力向上#
|
||||
10,8,6,4,3,1,1,1,yes,0,0,0,magic,0 //MG_SIGHT#サイト#
|
||||
11,8,6,1,8,0,10,1,yes,0,0,0,magic,0 //MG_NAPALMBEAT#ナパームビート#
|
||||
12,8,8,2,8,0,10,1,yes,0,0,0,magic,0 //MG_SAFETYWALL#セイフティウォール#
|
||||
13,8,8,1,8,0,10,1:1:2:2:3:3:4:4:5:5,yes,0,0,0,magic,0 //MG_SOULSTRIKE#ソウルストライク#
|
||||
14,8,8,1,1,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0 //MG_COLDBOLT#コールドボルト#
|
||||
15,8,6,1,1,0,10,1,yes,0,0,0,magic,0 //MG_FROSTDIVER#フロストダイバー#
|
||||
16,2,6,1,2,1,10,1,yes,0,0,0,magic,0 //MG_STONECURSE#ストーンカース#
|
||||
17,8,6,1,3,0,10,1,yes,0,0,0,magic,0 //MG_FIREBALL#ファイアーボール#
|
||||
18,8,6,2,3,0,10,1,yes,0,0,3,magic,2 //MG_FIREWALL#ファイアーウォール#
|
||||
19,8,8,1,3,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0 //MG_FIREBOLT#ファイアーボルト#
|
||||
20,8,8,1,4,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0 //MG_LIGHTNINGBOLT#ライトニングボルト#
|
||||
21,5,8,2,4,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0 //MG_THUNDERSTORM#サンダーストーム#
|
||||
22,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //AL_DP#ディバインプロテクション#
|
||||
23,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //AL_DEMONBANE#デーモンベイン#
|
||||
24,8,6,4,0,1,1,1,yes,0,0,0,magic,0 //AL_RUWACH#ルアフ#
|
||||
25,8,6,2,0,1,1,1,yes,0,0,0,magic,0 //AL_PNEUMA#ニューマ#
|
||||
26,0,6,4,0,1,2,1,yes,0,0,0,magic,0 //AL_TELEPORT#テレポート#
|
||||
27,5,6,2,0,1,4,1,yes,0,0,3,magic,0 //AL_WARP#ワープポータル#
|
||||
28,8,6,16,6,1,10,1,yes,0,0,0,magic,0 //AL_HEAL#ヒール#
|
||||
29,8,6,16,0,1,10,1,yes,0,0,0,magic,0 //AL_INCAGI#速度増加#
|
||||
30,8,6,1,0,1,10,1,yes,0,0,0,magic,0 //AL_DECAGI#速度減少#
|
||||
31,1,6,4,0,1,1,1,yes,0,0,0,magic,0 //AL_HOLYWATER#アクアベネディクタ#
|
||||
32,8,6,4,0,1,10,1,yes,0,0,0,magic,0 //AL_CRUCIS#シグナムクルシス#
|
||||
33,8,6,4,0,1,10,1,yes,0,0,0,magic,0 //AL_ANGELUS#エンジェラス#
|
||||
34,8,6,16,0,1,10,1,yes,0,0,0,magic,0 //AL_BLESSING#ブレッシング#
|
||||
35,8,6,16,0,1,1,1,yes,0,0,0,magic,0 //AL_CURE#キュアー#
|
||||
36,0,0,0,0,0,10,0,no,0,0,0,none,0 //MC_INCCARRY#所持限界量増加#
|
||||
37,0,0,0,0,0,10,0,no,0,0,0,none,0 //MC_DISCOUNT#ディスカウント#
|
||||
38,0,0,0,0,0,10,0,no,0,0,0,none,0 //MC_OVERCHARGE#オーバーチャージ#
|
||||
39,0,0,0,0,0,10,0,no,0,0,0,none,0 //MC_PUSHCART#プッシュカート#
|
||||
40,0,6,4,0,1,1,1,no,0,0,0,none,0 //MC_IDENTIFY#アイテム鑑定#
|
||||
41,0,6,4,0,1,10,1,no,0,0,0,none,0 //MC_VENDING#露店開設#
|
||||
42,-2,6,1,0,0,10,1,no,0,0,0,weapon,0 //MC_MAMMONITE#メマーナイト#
|
||||
43,0,0,0,0,0,10,0,no,0,0,0,none,0 //AC_OWL#ふくろうの目#
|
||||
44,0,0,0,0,0,10,0,no,0,0,0,none,0 //AC_VULTURE#ワシの目#
|
||||
45,0,6,4,0,1,10,1,no,0,0,0,weapon,0 //AC_CONCENTRATION#集中力向上#
|
||||
46,-3,8,1,0,0,10,2,no,0,0,0,weapon,0 //AC_DOUBLE#ダブルストレイフィング#
|
||||
47,-3,6,1,0,2,10,1,no,0,0,0,weapon,2 //AC_SHOWER#アローシャワー#
|
||||
48,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //TF_DOUBLE#ダブルアタック#
|
||||
49,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //TF_MISS#回避率増加#
|
||||
50,1,6,1,0,1,10,1,no,0,0,0,weapon,0 //TF_STEAL#スティール#
|
||||
51,0,6,4,0,1,10,1,no,0,0,0,none,0 //TF_HIDING#ハイディング#
|
||||
52,3,6,1,5,0,10,1,no,0,0,0,weapon,0 //TF_POISON#インベナム#
|
||||
53,10,6,16,5,1,1,1,no,0,0,0,weapon,0 //TF_DETOXIFY#解毒#
|
||||
54,8,6,16,6,1,4,1,yes,0,0,0,magic,0 //ALL_RESURRECTION#リザレクション#
|
||||
55,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //KN_SPEARMASTERY#槍修練#
|
||||
56,-1,8,1,0,0,10,3,no,0,0,0,weapon,0 //KN_PIERCE#ピアース#
|
||||
57,1,6,1,0,1,10,1,no,33,0,0,weapon,1 //KN_BRANDISHSPEAR#ブランディッシュスピア#
|
||||
58,4,6,1,0,2,10,1,no,0,0,0,weapon,6 //KN_SPEARSTAB#スピアスタブ#
|
||||
59,-3:-5:-7:-9:-11,6,1,0,0,5,1,no,0,0,0,weapon,0 //KN_SPEARBOOMERANG#スピアブーメラン#
|
||||
60,0,6,4,0,1,10,1,no,0,0,0,weapon,0 //KN_TWOHANDQUICKEN#ツーハンドクイッケン#
|
||||
61,0,6,4,0,1,5,1,no,0,0,0,weapon,0 //KN_AUTOCOUNTER#オートカウンター#
|
||||
62,-1,6,1,0,2,10,1,no,33,0,0,weapon,1:1:2:2:3:3:4:4:5:6 //KN_BOWLINGBASH#ボウリングバッシュ#
|
||||
63,0,0,0,0,0,1,0,no,0,0,0,weapon,0 //KN_RIDING#ライディング#
|
||||
64,0,0,0,0,0,5,0,no,0,0,0,weapon,0 //KN_CAVALIERMASTERY#騎兵修練#
|
||||
65,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //PR_MACEMASTERY#メイス修練#
|
||||
66,8,6,16,0,1,5,1,yes,0,0,0,magic,0 //PR_IMPOSITIO#イムポシティオマヌス#
|
||||
67,8,6,16,0,1,3,1,yes,0,512,0,magic,0 //PR_SUFFRAGIUM#サフラギウム#
|
||||
68,8,6,16,6,1,5,1,yes,0,0,0,magic,0 //PR_ASPERSIO#アスペルシオ#
|
||||
69,1,6,2,0,1,5,1,yes,0,0,0,magic,0 //PR_BENEDICTIO#聖体降福#
|
||||
70,8,6,2,6,1,10,1,yes,0,0,0,magic,2 //PR_SANCTUARY#サンクチュアリ#
|
||||
71,8,6,16,0,1,4,1,yes,0,0,0,magic,0 //PR_SLOWPOISON#スローポイズン#
|
||||
72,8,6,16,0,1,1,1,yes,0,0,0,magic,0 //PR_STRECOVERY#リカバリー#
|
||||
73,8,6,16,0,1,10,1,yes,0,0,0,magic,0 //PR_KYRIE#キリエエレイソン#
|
||||
74,0,6,4,0,1,5,1,yes,0,0,0,magic,0 //PR_MAGNIFICAT#マグニフィカート#
|
||||
75,0,6,4,0,1,5,1,yes,0,0,0,magic,0 //PR_GLORIA#グロリア#
|
||||
76,8,6,1,0,1,10,0,yes,0,0,0,magic,0 //PR_LEXDIVINA#レックスディビーナ#
|
||||
77,8,6,1,6,0,10,1,yes,0,0,0,magic,0 //PR_TURNUNDEAD#ターンアンデッド#
|
||||
78,8,6,1,0,1,1,0,yes,0,0,0,magic,0 //PR_LEXAETERNA#レックスエーテルナ#
|
||||
79,3,8,2,6,0,10,1:2:3:4:5:6:7:8:9:10,yes,0,0,0,magic,0 //PR_MAGNUS#マグヌスエクソシズム#
|
||||
80,8,8,2,3,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,128,0,magic,0 //WZ_FIREPILLAR#ファイアーピラー#
|
||||
81,0,6,4,3,0,10,1,yes,0,0,0,magic,5 //WZ_SIGHTRASHER#サイトラッシャー#
|
||||
//82,8,6,2,3,0,10,1,yes,0,0,0,magic,0 //WZ_FIREIVY#ファイアアイビー#
|
||||
83,8,8,2,3,0,10,1:1:2:2:3:3:4:4:5:5,yes,0,0,0,magic,0 //WZ_METEOR#メテオストーム#
|
||||
84,8,8,1,4,0,10,3:4:5:6:7:8:9:10:11:12,yes,0,0,0,magic,2:3:3:4:4:5:5:6:6:7 //WZ_JUPITEL#ユピテルサンダー#
|
||||
85,8,8,2,4,0,10,10,yes,0,0,0,magic,0 //WZ_VERMILION#ロードオブヴァーミリオン#
|
||||
86,8,8,1,1,0,5,1,yes,0,0,0,magic,0 //WZ_WATERBALL#ウォーターボール#
|
||||
87,8,6,2,1,0,10,1,yes,0,0,0,magic,0 //WZ_ICEWALL#アイスウォール#
|
||||
88,8,6,1,1,0,10,1,yes,0,0,0,magic,0 //WZ_FROSTNOVA#フロストノヴァ#
|
||||
89,8,6,2,1,1,10,1,yes,0,0,0,magic,2 //WZ_STORMGUST#ストームガスト#
|
||||
90,8,8,1,2,0,5,1:2:3:4:5,yes,0,0,0,magic,0 //WZ_EARTHSPIKE#アーススパイク#
|
||||
91,8,8,2,2,0,5,1:2:3:4:5,yes,0,0,0,magic,0 //WZ_HEAVENDRIVE#ヘヴンズドライブ#
|
||||
92,8,6,2,2,1,5,1,yes,0,0,0,magic,0 //WZ_QUAGMIRE#クァグマイア#
|
||||
93,8,6,1,0,1,1,1,yes,0,0,0,magic,0 //WZ_ESTIMATION#モンスター情報#
|
||||
94,0,0,0,0,0,5,0,no,0,0,0,weapon,0 //BS_IRON#鉄製造#
|
||||
95,0,0,0,0,0,5,0,no,0,0,0,weapon,0 //BS_STEEL#鋼鉄製造#
|
||||
96,0,0,0,0,0,5,0,no,0,0,0,weapon,0 //BS_ENCHANTEDSTONE#属性石製造#
|
||||
97,0,0,0,0,0,5,0,no,0,0,0,weapon,0 //BS_ORIDEOCON#オリデオコン研究#
|
||||
98,0,0,0,0,0,3,0,no,0,0,0,weapon,0 //BS_DAGGER#短剣製作#
|
||||
99,0,0,0,0,0,3,0,no,0,0,0,weapon,0 //BS_SWORD#剣製作#
|
||||
100,0,0,0,0,0,3,0,no,0,0,0,weapon,0 //BS_TWOHANDSWORD#両手剣製作#
|
||||
101,0,0,0,0,0,3,0,no,0,0,0,weapon,0 //BS_AXE#斧製作#
|
||||
102,0,0,0,0,0,3,0,no,0,0,0,weapon,0 //BS_MACE#メイス製作#
|
||||
103,0,0,0,0,0,3,0,no,0,0,0,weapon,0 //BS_KNUCKLE#ナックル製作#
|
||||
104,0,0,0,0,0,3,0,no,0,0,0,weapon,0 //BS_SPEAR#槍製作#
|
||||
105,0,0,0,0,0,1,0,no,0,0,0,weapon,0 //BS_HILTBINDING#ヒルトバインディング#
|
||||
106,0,0,0,0,0,1,0,no,0,0,0,weapon,0 //BS_FINDINGORE#鉱石発見#
|
||||
107,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //BS_WEAPONRESEARCH#武器研究#
|
||||
108,0,6,4,0,1,1,1,no,0,0,0,weapon,0 //BS_REPAIRWEAPON#武器修理#
|
||||
109,0,0,0,0,0,5,0,no,0,0,0,weapon,0 //BS_SKINTEMPER#スキンテンパリング#
|
||||
110,2,6,2,0,1,5,1,no,0,0,0,weapon,0 //BS_HAMMERFALL#ハンマーフォール#
|
||||
111,0,6,4,0,1,5,1,no,0,0,0,weapon,0 //BS_ADRENALINE#アドレナリンラッシュ#
|
||||
112,0,6,4,0,1,5,1,no,0,0,0,weapon,0 //BS_WEAPONPERFECT#ウェポンパーフェクション#
|
||||
113,0,6,4,0,1,5,1,no,0,0,0,weapon,0 //BS_OVERTHRUST#オーバートラスト#
|
||||
114,0,6,4,0,1,5,1,no,0,0,0,weapon,0 //BS_MAXIMIZE#マキシマイズパワー#
|
||||
115,3,6,2,0,1,5,1,no,0,128,0,misc,6:7:8:9:10 //HT_SKIDTRAP#スキッドトラップ#
|
||||
116,3,6,2,2,1,5,1,no,0,128,0,misc,0 //HT_LANDMINE#ランドマイン#
|
||||
117,3,6,2,0,1,5,1,no,0,128,0,misc,0 //HT_ANKLESNARE#アンクルスネア#
|
||||
118,3,6,2,0,1,5,1,no,0,128,0,misc,0 //HT_SHOCKWAVE#ショックウェーブトラップ#
|
||||
119,3,6,2,0,1,5,1,no,0,128,0,misc,0 //HT_SANDMAN#サンドマン#
|
||||
120,3,6,2,0,1,5,1,no,0,128,0,misc,0 //HT_FLASHER#フラッシャー#
|
||||
121,3,6,2,2,1,5,1,no,0,128,0,misc,0 //HT_FREEZINGTRAP#フリージングトラップ#
|
||||
122,3,6,2,3,1,5,1,no,0,128,0,misc,0 //HT_BLASTMINE#ブラストマイン#
|
||||
123,3,6,2,2,1,5,1,no,0,128,0,misc,0 //HT_CLAYMORETRAP#クレイモアトラップ#
|
||||
124,2,6,32,0,1,1,1,no,0,0,0,misc,0 //HT_REMOVETRAP#リムーブトラップ#
|
||||
125,3,6,2,0,1,1,1,no,0,0,0,misc,0 //HT_TALKIEBOX#トーキーボックス#
|
||||
126,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //HT_BEASTBANE#ビーストベイン#
|
||||
127,0,0,0,0,0,1,0,no,0,0,0,misc,0 //HT_FALCON#ファルコンマスタリー#
|
||||
128,0,0,0,0,0,10,0,no,0,0,0,misc,0 //HT_STEELCROW#スチールクロウ#
|
||||
129,9,8,1,0,0,5,1:2:3:4:5,yes,0,0,0,misc,0 //HT_BLITZBEAT#ブリッツビート#
|
||||
130,8,6,2,0,1,4,1,no,0,0,0,misc,0 //HT_DETECTING#ディテクティング#
|
||||
131,-5:-6:-7:-8:-9,6,32,0,1,5,1,no,0,0,0,misc,0 //HT_SPRINGTRAP#スプリングトラップ#
|
||||
132,0,0,0,0,0,5,0,no,0,0,0,weapon,0 //AS_RIGHT#右手修練#
|
||||
133,0,0,0,0,0,5,0,no,0,0,0,weapon,0 //AS_LEFT#左手修練#
|
||||
134,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //AS_KATAR#カタール修練#
|
||||
135,0,6,4,0,1,10,1,no,0,0,0,weapon,0 //AS_CLOAKING#クローキング#
|
||||
136,-1,8,1,0,0,10,8,no,0,0,0,weapon,0 //AS_SONICBLOW#ソニックブロー#
|
||||
137,3:4:5:6:7,6,1,0,0,5,1,no,0,0,0,weapon,0 //AS_GRIMTOOTH#グリムトゥース#
|
||||
138,8,6,16,5,1,10,1,no,0,1024,0,weapon,0 //AS_ENCHANTPOISON#エンチャントポイズン#
|
||||
139,0,6,16,5,1,10,1,no,0,0,0,weapon,0 //AS_POISONREACT#ポイズンリアクト#
|
||||
140,2,6,2,5,1,10,1,no,0,0,0,weapon,0 //AS_VENOMDUST#ベナムダスト#
|
||||
141,2,6,1,0,1,10,1,yes,0,0,0,weapon,0 //AS_SPLASHER#ベナムスプラッシャー#
|
||||
142,0,6,4,0,1,1,1,no,0,1,0,none,0 //NV_FIRSTAID#応急手当#
|
||||
143,0,6,4,0,1,1,1,no,0,1,0,none,0 //NV_TRICKDEAD#死んだふり#
|
||||
144,0,0,0,0,0,1,0,no,0,1,0,none,0 //SM_MOVINGRECOVERY#移動時HP回復#
|
||||
145,0,0,0,0,0,1,0,no,0,1,0,weapon,0 //SM_FATALBLOW#急所攻撃#
|
||||
146,0,0,0,0,0,1,0,no,0,1,0,weapon,0 //SM_AUTOBERSERK#オートバーサーク#
|
||||
147,0,0,4,0,1,1,0,no,0,1,0,weapon,0 //AC_MAKINGARROW#矢作成#
|
||||
148,-3,6,1,0,2,1,1,no,0,1,0,weapon,6 //AC_CHARGEARROW#チャージアロー#
|
||||
149,8,6,1,2,0,1,1,no,0,1,0,weapon,0 //TF_SPRINKLESAND#砂まき#
|
||||
150,0,6,4,0,1,1,1,no,0,1,0,weapon,5 //TF_BACKSLIDING#バックステップ#
|
||||
151,0,6,4,0,1,1,1,no,0,1,0,none,0 //TF_PICKSTONE#石拾い#
|
||||
152,8,6,1,0,0,1,1,no,0,1,0,weapon,0 //TF_THROWSTONE#石投げ#
|
||||
153,1,6,1,0,2,1,1,no,0,1,0,weapon,2 //MC_CARTREVOLUTION#カートレボリューション#
|
||||
154,0,6,4,0,1,1,1,no,0,1,0,none,0 //MC_CHANGECART#チェンジカート#
|
||||
155,0,6,4,0,1,1,1,no,0,1,0,weapon,0 //MC_LOUD#ラウドボイス#
|
||||
156,8,6,1,6,0,1,1,yes,0,1,0,magic,0 //AL_HOLYLIGHT#ホーリーライト#
|
||||
157,0,6,4,0,1,1,1,yes,0,1,0,magic,0 //MG_ENERGYCOAT#エナジーコート#
|
||||
// 敵(NPC)スキル
|
||||
// 日本語解説参照元
|
||||
// http://rovc.at.infoseek.co.jp/o/2/oindex2.html
|
||||
158,3,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_PIERCINGATT#突き刺し攻撃#
|
||||
159,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_MENTALBREAKER#精神破壊#
|
||||
160,9,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_RANGEATTACK#遠距離攻撃#
|
||||
161,0,0,4,0,1,10,1,no,0,2,0,magic,0 //NPC_ATTRICHANGE#ランダム属性変化#
|
||||
162,0,0,4,1,1,10,1,no,0,2,0,magic,0 //NPC_CHANGEWATER#水属性変化#
|
||||
163,0,0,4,2,1,10,1,no,0,2,0,magic,0 //NPC_CHANGEGROUND#地属性変化#
|
||||
164,0,0,4,3,1,10,1,no,0,2,0,magic,0 //NPC_CHANGEFIRE#火属性変化#
|
||||
165,0,0,4,4,1,10,1,no,0,2,0,magic,0 //NPC_CHANGEWIND#風属性変化#
|
||||
166,0,0,4,5,1,10,1,no,0,2,0,magic,0 //NPC_CHANGEPOISON#毒属性変化#
|
||||
167,0,0,4,6,1,10,1,no,0,2,0,magic,0 //NPC_CHANGEHOLY#聖属性変化#
|
||||
168,0,0,4,7,1,10,1,no,0,2,0,magic,0 //NPC_CHANGEDARLNESS#闇属性変化#
|
||||
169,0,0,4,8,1,10,1,no,0,2,0,magic,0 //NPC_CHANGETELEKINESIS#念属性変化#
|
||||
170,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_CRITICALSLASH#防御無視攻撃#
|
||||
171,-1,8,1,0,0,10,2:3:4:5:6:7:8:9:10:11,no,0,2,0,weapon,0 //NPC_COMBOATTACK#多段攻撃#
|
||||
172,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_GUIDEATTACK#必中攻撃#
|
||||
173,1,6,4,3,1,10,1,no,0,2,0,misc,3 //NPC_SELFDESTRUCTION#自爆#
|
||||
174,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_SPLASHATTACK#範囲攻撃#
|
||||
175,0,0,4,0,1,10,1,no,0,2,0,misc,0 //NPC_SUICIDE#自決#
|
||||
176,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_POISON#毒攻撃#
|
||||
177,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_BLINDATTACK#暗闇攻撃#
|
||||
178,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_SILENCEATTACK#沈黙攻撃#
|
||||
179,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_STUNATTACK#スタン攻撃#
|
||||
180,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_PETRIFYATTACK#石化攻撃#
|
||||
181,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_CURSEATTACK#呪い攻撃#
|
||||
182,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_SLEEPATTACK#睡眠攻撃#
|
||||
183,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_RANDOMATTACK#ランダム攻撃#
|
||||
184,-1,6,1,1,0,10,1,no,0,2,0,weapon,0 //NPC_WATERATTACK#水属性攻撃#
|
||||
185,-1,6,1,2,0,10,1,no,0,2,0,weapon,0 //NPC_GROUNDATTACK#地属性攻撃#
|
||||
186,-1,6,1,3,0,10,1,no,0,2,0,weapon,0 //NPC_FIREATTACK#火属性攻撃#
|
||||
187,-1,6,1,4,0,10,1,no,0,2,0,weapon,0 //NPC_WINDATTACK#風属性攻撃#
|
||||
188,-1,6,1,5,0,10,1,no,0,2,0,weapon,0 //NPC_POISONATTACK#毒属性攻撃#
|
||||
189,-1,6,1,6,0,10,1,no,0,2,0,weapon,0 //NPC_HOLYATTACK#聖属性攻撃#
|
||||
190,-1,6,1,7,0,10,1,no,0,2,0,weapon,0 //NPC_DARKNESSATTACK#闇属性攻撃#
|
||||
191,-1,6,1,8,0,10,1,no,0,2,0,weapon,0 //NPC_TELEKINESISATTACK#念属性攻撃#
|
||||
192,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_MAGICALATTACK#魔法打撃攻撃#
|
||||
193,0,0,4,0,1,10,1,no,0,2,0,none,0 //NPC_METAMORPHOSIS#メタモルフォース#
|
||||
194,0,0,4,0,1,10,1,no,0,2,0,none,0 //NPC_PROVOCATION#挑発#
|
||||
195,0,6,4,0,0,10,1,no,0,2,0,misc,0 //NPC_SMOKING#喫煙#
|
||||
196,0,0,4,0,1,10,1,no,0,2,0,magic,0 //NPC_SUMMONSLAVE#取り巻き召喚#
|
||||
197,0,0,4,0,1,10,1,no,0,2,0,none,0 //NPC_EMOTION#エモーション#
|
||||
198,0,0,4,0,1,10,1,no,0,2,0,magic,0 //NPC_TRANSFORMATION#トランスフォーメーション#
|
||||
199,-1,6,1,0,0,10,1,no,0,2,0,weapon,0 //NPC_BLOODDRAIN#吸血#
|
||||
200,8,6,1,0,0,10,1,no,0,2,0,magic,0 //NPC_ENERGYDRAIN#エナジードレイン#
|
||||
201,0,0,4,0,1,10,1,no,0,2,0,weapon,0 //NPC_KEEPING#キーピング#
|
||||
202,2,6,1,7,0,10,1,no,0,2,0,misc,0 //NPC_DARKBREATH#ダークブレス#
|
||||
203,1,6,1,7,1,10,1,no,0,2,0,magic,0 //NPC_DARKBLESSING#ダークブレッシング#
|
||||
204,0,0,4,0,1,10,1,no,0,2,0,magic,0 //NPC_BARRIER#バリアー#
|
||||
205,0,0,4,0,1,10,1,no,0,2,0,weapon,0 //NPC_DEFENDER#ディフェンダー#
|
||||
206,1,6,1,0,1,10,1,no,0,2,0,weapon,0 //NPC_LICK#リック#
|
||||
207,8,0,1,0,1,10,1,no,0,2,0,magic,0 //NPC_HALLUCINATION#錯覚#
|
||||
208,0,0,0,0,0,10,1,no,0,2,0,magic,0 //NPC_REBIRTH#リバース#
|
||||
209,0,0,4,0,1,10,1,no,0,2,0,magic,0 //NPC_SUMMONMONSTER#モンスター召喚#
|
||||
|
||||
//支援系パケットでテスト
|
||||
//162 属性変更?:青いエフェクト
|
||||
//163 属性変更?:赤(茶?)エフェクト
|
||||
//164 属性変更?:赤エフェクト
|
||||
//165 属性変更?:黄色エフェクト
|
||||
//166 属性変更?:紫エフェクト
|
||||
//167 属性変更?:白エフェクト
|
||||
//168 属性変更?:黒エフェクト
|
||||
//169 属性変更?:紫エフェクト2
|
||||
//173 派手な爆発エフェクト(自爆?)
|
||||
//??? ハイド見たいなエフェクト
|
||||
//201 黒い羽(殻?)みたいなので覆われるエフェクト
|
||||
//205 盾みたいなもの出現エフェクト
|
||||
|
||||
//攻撃系パケットでテスト
|
||||
//160 槍が飛ぶ
|
||||
//170 クリティカル
|
||||
//171 小さな?火?みたいなのが出る
|
||||
//172 照準がでる(ロックオン?)
|
||||
//176 毒付加?
|
||||
//178 なんかよくわからない記号のあとに×印(沈黙攻撃?)
|
||||
//179 なにか白いものが飛びちった(スタン攻撃?)
|
||||
//180 ストーンカース?
|
||||
//182 Zzzマークが出る
|
||||
//185 少し黄色く光ったきがする(気のせい?)
|
||||
//186 炎系の攻撃っぽい(FWでのダメージっぽい)
|
||||
//187 電撃系?のダメージっぽい
|
||||
//188 紫っぽい(毒系ダメージ?)
|
||||
//189 十字架エフェクト(聖なる攻撃っぽい)
|
||||
//190 暗黒系のダメーじ??
|
||||
//191 185におなじ
|
||||
//193 ハイドみたいに光った(バッシュかも?)
|
||||
//194 同じく
|
||||
//195 同じく
|
||||
//197 同じく
|
||||
//198 同じく
|
||||
//199 HPのドレインっぽい
|
||||
//200 SPのドレインっぽい
|
||||
//201 193に同じ
|
||||
//202 darkbreathでエラー(ダークブレス?ドラゴンの攻撃?)
|
||||
//203 193に同じ
|
||||
//204 193に同じ
|
||||
//205 193に同じ
|
||||
//206 193に同じ
|
||||
//207 193に同じ
|
||||
//208 193に同じ
|
||||
210,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //RG_SNATCHER#スナッチャー#
|
||||
211,1,6,1,0,1,10,1,no,0,0,0,weapon,0 //RG_STEALCOIN#スティールコイン#
|
||||
212,-1,6,1,0,0,10,1,no,0,0,0,weapon,1 //RG_BACKSTAP#バックスタブ#
|
||||
213,0,0,0,0,0,5,0,no,0,0,0,none,0 //RG_TUNNELDRIVE#トンネルドライブ#
|
||||
214,0,6,4,0,1,5,1,no,0,0,0,weapon,0 //RG_RAID#サプライズアタック#
|
||||
215,1,6,1,0,1,5,1,yes,0,0,0,weapon,0 //RG_STRIPWEAPON#ストリップウェポン#
|
||||
216,1,6,1,0,1,5,1,yes,0,0,0,weapon,0 //RG_STRIPSHIELD#ストリップシールド#
|
||||
217,1,6,1,0,1,5,1,yes,0,0,0,weapon,0 //RG_STRIPARMOR#ストリップアーマー#
|
||||
218,1,6,1,0,1,5,1,yes,0,0,0,weapon,0 //RG_STRIPHELM#ストリップヘルム#
|
||||
219,-1,6,1,0,0,5,1,no,0,0,0,weapon,0 //RG_INTIMIDATE#インティミデイト#
|
||||
220,1,6,2,0,1,1,1,no,0,0,0,none,0 //RG_GRAFFITI#グラフィティ#
|
||||
221,0,6,2,0,1,5,1,no,0,0,0,none,0 //RG_FLAGGRAFFITI#フラッググラフィティ#
|
||||
222,0,6,2,0,1,1,1,no,0,0,0,none,0 //RG_CLEANER#クリーナー#
|
||||
223,0,0,0,0,0,1,0,no,0,0,0,none,0 //RG_GANGSTER#ギャングスターパラダイス#
|
||||
224,0,0,0,0,0,5,0,no,0,0,0,none,0 //RG_COMPULSION#コンパルションディスカウント#
|
||||
225,0,0,0,0,0,10,0,no,0,0,0,none,0 //RG_PLAGIARISM#クローンスキル#
|
||||
226,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //AM_AXEMASTERY#斧修練#
|
||||
227,0,0,0,0,0,10,0,no,0,0,0,none,0 //AM_LEARNINGPOTION#ラーニングポーション#
|
||||
228,0,6,4,0,1,10,0,no,0,0,0,none,0 //AM_PHARMACY#ファーマシー#
|
||||
229,8,6,2,3,1,5,1,no,0,128,0,weapon,0 //AM_DEMONSTRATION#デモンストレーション#
|
||||
230,8,6,1,0,0,5,0,no,0,0,0,weapon,0 //AM_ACIDTERROR#アシッドテラー#
|
||||
231,8,6,16,0,1,5,1,yes,0,0,0,none,0 //AM_POTIONPITCHER#ポーションピッチャー#
|
||||
//231,8,6,16,0,1,10,1,yes,0,0,0,magic,0
|
||||
232,3,6,2,0,1,5,1,no,0,0,3,none,0 //AM_CANNIBALIZE#バイオプラント#
|
||||
233,3,6,2,0,1,5,1,no,0,128,3,none,0 //AM_SPHEREMINE#スフィアーマイン#
|
||||
234,1,6,16,0,1,5,1,yes,0,0,0,weapon,0 //AM_CP_WEAPON#ケミカルウェポンチャージ#
|
||||
235,1,6,16,0,1,5,1,yes,0,0,0,weapon,0 //AM_CP_SHIELD#ケミカルシールドチャージ#
|
||||
236,1,6,16,0,1,5,1,yes,0,0,0,weapon,0 //AM_CP_ARMOR#ケミカルアーマーチャージ#
|
||||
237,1,6,16,0,1,5,1,yes,0,0,0,weapon,0 //AM_CP_HELM#ケミカルヘルムチャージ#
|
||||
//238,0,0,0,0,0,1,0,no,0,0,0,none,0 //AM_BIOETHICS#生命倫理#
|
||||
//239,0,0,0,0,0,10,0,no,0,0,0,none,0 //AM_BIOTECHNOLOGY#生命工学研究#
|
||||
//240,0,0,0,0,0,5,0,no,0,0,0,none,0 //AM_CREATECREATURE#被造物創造#
|
||||
//241,0,0,0,0,0,5,0,no,0,0,0,none,0 //AM_CULTIVATION#カルティベイション#
|
||||
//242,0,0,0,0,0,5,0,no,0,0,0,none,0 //AM_FLAMECONTROL#フレイムコントロール#
|
||||
//243,0,0,0,0,0,1,0,no,0,0,0,none,0 //AM_CALLHOMUN#コールホムンクルス#
|
||||
//244,0,0,0,0,0,1,0,no,0,0,0,none,0 //AM_REST#安息#
|
||||
//245,0,0,0,0,0,10,0,no,0,0,0,none,0 //AM_DRILLMASTER#ドリルマスター#
|
||||
//246,0,0,0,0,0,10,0,no,0,0,0,none,0 //AM_HEALHOMUN#ヒールホムンクルス#
|
||||
//247,0,0,0,0,0,10,0,no,0,0,0,none,0 //AM_RESURRECTHOMUN#リザレクションホムンクルス#
|
||||
248,0,0,0,0,0,10,0,no,0,0,0,none,0 //CR_TRUST#フェイス#
|
||||
249,0,6,4,0,1,10,1,no,0,0,0,weapon,0 //CR_AUTOGUARD#オートガード#
|
||||
250,3,6,1,0,2,5,1,no,0,0,0,weapon,5:6:7:8:9 //CR_SHIELDCHARGE#シールドチャージ#
|
||||
251,3:5:7:9:11,6,1,0,0,5,1,no,0,0,0,weapon,0 //CR_SHIELDBOOMERANG#シールドブーメラン#
|
||||
252,0,6,4,0,1,10,1,no,0,0,0,weapon,0 //CR_REFLECTSHIELD#リフレクトシールド#
|
||||
253,-2,8,1,6,0,10,2,no,0,0,0,weapon,0 //CR_HOLYCROSS#ホーリークロス#
|
||||
254,0,6,4,6,0,10,1,no,33,256,0,magic,0 //CR_GRANDCROSS#グランドクロス#
|
||||
255,8,6,16,0,1,5,1,yes,0,0,0,magic,0 //CR_DEVOTION#ディボーション#
|
||||
256,8,6,16,0,1,5,1,yes,0,0,0,magic,0 //CR_PROVIDENCE#プロヴィデンス#
|
||||
257,0,6,4,0,1,5,1,no,0,0,0,weapon,0 //CR_DEFENDER#ディフェンダー#
|
||||
258,0,6,4,0,1,10,1,no,0,0,0,weapon,0 //CR_SPEARQUICKEN#スピアクイッケン#
|
||||
259,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //MO_IRONHAND#鉄拳#
|
||||
260,0,0,0,0,0,5,0,no,0,0,0,weapon,0 //MO_SPIRITSRECOVERY#息吹#
|
||||
261,0,6,4,0,1,5,1,no,0,0,0,weapon,0 //MO_CALLSPIRITS#気功#
|
||||
262,6,6,16,0,1,1,1,no,0,0,0,weapon,0 //MO_ABSORBSPIRITS#気奪#
|
||||
263,0,8,0,0,0,10,3,no,0,0,0,weapon,0 //MO_TRIPLEATTACK#三段掌#
|
||||
264,50,6,2,0,1,1,1,no,0,0,0,none,0 //MO_BODYRELOCATION#残影#
|
||||
265,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //MO_DODGE#見切り#
|
||||
266,-1,6,1,0,0,5,1,no,0,0,0,weapon,0 //MO_INVESTIGATE#発勁#
|
||||
267,10,8,1,0,0,5,1:2:3:4:5,no,0,0,0,weapon,0 //MO_FINGEROFFENSIVE#指弾#
|
||||
268,0,6,4,0,1,5,1,no,0,0,0,weapon,0 //MO_STEELBODY#金剛#
|
||||
269,0,6,4,0,1,5,1,no,0,0,0,weapon,0 //MO_BLADESTOP#白刃取り#
|
||||
270,0,6,4,0,1,5,0,no,0,0,0,weapon,0 //MO_EXPLOSIONSPIRITS#爆裂波動#
|
||||
271,-3,6,4,0,0,5,1,yes,0,4,0,weapon,0 //MO_EXTREMITYFIST#阿修羅覇凰拳#
|
||||
272,-2,8,4,0,0,5,4,no,0,0,0,weapon,0 //MO_CHAINCOMBO#連打掌#
|
||||
273,-2,6,4,0,0,5,1,no,0,0,0,weapon,0 //MO_COMBOFINISH#猛龍拳#
|
||||
274,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //SA_ADVANCEDBOOK#アドバンスドブック#
|
||||
275,0,6,4,0,1,5,1,no,0,0,0,magic,0 //SA_CASTCANCEL#キャストキャンセル#
|
||||
276,0,6,4,0,1,5,1,yes,0,0,0,magic,0 //SA_MAGICROD#マジックロッド#
|
||||
277,8,6,1,0,1,5,1,yes,0,0,0,maigc,0 //SA_SPELLBREAKER#スペルブレイカー#
|
||||
278,0,0,0,0,0,10,0,no,0,0,0,magic,0 //SA_FREECAST#フリーキャスト#
|
||||
279,0,6,4,0,1,10,1,yes,0,0,0,magic,0 //SA_AUTOSPELL#オートスペル#
|
||||
280,8,6,16,0,1,5,1,yes,0,0,0,magic,0 //SA_FLAMELAUNCHER#フレイムランチャー#
|
||||
281,8,6,16,0,1,5,1,yes,0,0,0,magic,0 //SA_FROSTWEAPON#フロストウェポン#
|
||||
282,8,6,16,0,1,5,1,yes,0,0,0,magic,0 //SA_LIGHTNINGLOADER#ライトニングローダー#
|
||||
283,8,6,16,0,1,5,1,yes,0,0,0,magic,0 //SA_SEISMICWEAPON#サイズミックウェポン#
|
||||
284,0,0,0,0,0,5,0,no,0,0,0,weapon,0 //SA_DRAGONOLOGY#ドラゴノロジー#
|
||||
285,2,6,2,0,1,5,1,yes,0,0,0,magic,0 //SA_VOLCANO#ボルケーノ#
|
||||
286,2,6,2,0,1,5,1,yes,0,0,0,magic,0 //SA_DELUGE#デリュージ#
|
||||
287,2,6,2,0,1,5,1,yes,0,0,0,magic,0 //SA_VIOLENTGALE#バイオレントゲイル#
|
||||
288,2,6,2,0,1,5,1,yes,0,0,0,magic,0 //SA_LANDPROTECTOR#ランドプロテクター#
|
||||
289,8,6,1,0,1,5,1,yes,0,0,0,magic,0 //SA_DISPELL#ディスペル#
|
||||
290,0,6,4,0,1,10,1,yes,0,0,0,magic,0 //SA_ABRACADABRA#アブラカタブラ#
|
||||
291,8,6,1,0,1,1,1,yes,0,0,0,magic,0 //SA_MONOCELL#チェンジポリン#
|
||||
292,8,6,1,0,1,1,1,yes,0,0,0,magic,0 //SA_CLASSCHANGE#クラスチェンジ#
|
||||
293,0,6,4,0,1,1,1,yes,0,0,0,magic,0 //SA_SUMMONMONSTER#サモンモンスター#
|
||||
294,8,6,4,0,1,1,1,yes,0,0,0,magic,0 //SA_REVERSEORCISH#リバースオーキッシュ#
|
||||
295,8,6,1,0,1,1,1,yes,0,0,0,magic,0 //SA_DEATH#デス#
|
||||
296,8,6,1,0,1,1,1,yes,0,0,0,magic,0 //SA_FORTUNE#フォーチュン#
|
||||
297,8,6,1,0,1,1,1,yes,0,0,0,magic,0 //SA_TAMINGMONSTER#テイミングモンスター#
|
||||
298,8,6,4,0,1,1,1,yes,0,0,0,magic,0 //SA_QUESTION#?#
|
||||
299,8,6,4,0,1,1,1,yes,0,0,0,magic,0 //SA_GRAVITY#グラビティ#
|
||||
300,8,6,4,0,1,1,1,yes,0,0,0,magic,0 //SA_LEVELUP#レベルアップ#
|
||||
301,8,6,4,0,1,1,1,yes,0,0,0,magic,0 //SA_INSTANTDEATH#インスタントデス#
|
||||
302,8,6,4,0,1,1,1,yes,0,0,0,magic,0 //SA_FULLRECOVERY#フルリカバリー#
|
||||
303,8,6,4,0,1,1,1,yes,0,0,0,magic,0 //SA_COMA#コーマ#
|
||||
304,0,6,4,0,1,1,1,no,0,0,0,none,0 //BD_ADAPTATION#アドリブ#
|
||||
305,0,6,4,0,1,1,1,no,0,0,0,none,0 //BD_ENCORE#アンコール#
|
||||
306,0,6,4,0,1,1,1,no,0,0,0,misc,0 //BD_LULLABY#子守歌#
|
||||
307,0,6,4,0,1,5,1,no,0,0,0,misc,0 //BD_RICHMANKIM#ニヨルドの宴#
|
||||
308,0,6,4,0,1,1,1,no,0,0,0,misc,0 //BD_ETERNALCHAOS#永遠の混沌#
|
||||
309,0,6,4,0,1,5,1,no,0,0,0,misc,0 //BD_DRUMBATTLEFIELD#戦太鼓の響き#
|
||||
310,0,6,4,0,1,5,1,no,0,0,0,misc,0 //BD_RINGNIBELUNGEN#ニーベルングの指輪#
|
||||
311,0,6,4,0,1,1,1,no,0,0,0,misc,0 //BD_ROKISWEIL#ロキの叫び#
|
||||
312,0,6,4,0,1,1,1,no,0,0,0,misc,0 //BD_INTOABYSS#深淵の中に#
|
||||
313,0,6,4,0,1,5,1,no,0,0,0,misc,0 //BD_SIEGFRIED#不死身のジークフリード#
|
||||
//314,0,0,0,0,0,1,1,no,0,0,0,misc,0 //BD_RAGNAROK#神々の黄昏#
|
||||
315,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //BA_MUSICALLESSON#楽器の練習#
|
||||
316,8,6,1,0,0,5,1,no,0,0,0,weapon,0 //BA_MUSICALSTRIKE#ミュージカルストライク#
|
||||
317,0,8,4,0,1,5,1,no,0,0,0,misc,0 //BA_DISSONANCE#不協和音#
|
||||
318,0,6,4,0,1,5,1,no,0,0,0,misc,0 //BA_FROSTJOKE#寒いジョーク#
|
||||
319,0,6,4,0,1,10,1,no,0,0,0,misc,0 //BA_WHISTLE#口笛#
|
||||
320,0,6,4,0,1,10,1,no,0,0,0,misc,0 //BA_ASSASSINCROSS#夕陽のアサシンクロス#
|
||||
321,0,6,4,0,1,10,1,no,0,0,0,misc,0 //BA_POEMBRAGI#ブラギの詩#
|
||||
322,0,6,4,0,1,10,1,no,0,0,0,misc,0 //BA_APPLEIDUN#イドゥンの林檎#
|
||||
323,0,0,0,0,0,10,0,no,0,0,0,weapon,0 //DC_DANCINGLESSON#ダンスの練習#
|
||||
324,8,6,1,0,0,5,1,no,0,0,0,weapon,0 //DC_THROWARROW#矢撃ち#
|
||||
325,0,8,4,0,1,5,1,no,0,0,0,misc,0 //DC_UGLYDANCE#自分勝手なダンス#
|
||||
326,0,6,4,0,1,5,1,no,0,0,0,misc,0 //DC_SCREAM#スクリーム#
|
||||
327,0,6,4,0,1,10,1,no,0,0,0,misc,0 //DC_HUMMING#ハミング#
|
||||
328,0,6,4,0,1,10,1,no,0,0,0,misc,0 //DC_DONTFORGETME#私を忘れないで…#
|
||||
329,0,6,4,0,1,10,1,no,0,0,0,misc,0 //DC_FORTUNEKISS#幸運のキス#
|
||||
330,0,6,4,0,1,10,1,no,0,0,0,misc,0 //DC_SERVICEFORYOU#サービスフォーユー#
|
||||
331,1,6,4,3,1,10,1,no,0,2,0,misc,3 //NPC_SELFDESTRUCTION2#自爆2#
|
||||
|
||||
334,8,6,4,0,1,1,1,yes,0,0,0,magic,0 //WE_MALE#君だけは護るよ#
|
||||
335,8,6,4,0,1,1,1,yes,0,0,0,magic,0 //WE_FEMALE#あなたに尽くします#
|
||||
336,8,6,4,0,1,1,1,yes,0,0,1,magic,0 //WE_CALLPARTNER#あなたに逢いたい#
|
||||
|
||||
//338,0,0,0,0,0,0,0,no,0,0,0,none,0 //NPC_DARKCROSS#ダーククロス#
|
||||
|
||||
355,0,6,4,0,1,5,1,no,0,0,0,weapon,0 //LK_AURABLADE#オーラブレード#
|
||||
356,0,6,4,0,1,10,1,no,0,0,0,weapon,0 //LK_PARRYING#パリイング#
|
||||
357,0,6,4,0,1,5,1,no,0,0,0,weapon,0 //LK_CONCENTRATION#コンセントレーション#
|
||||
358,0,6,4,0,1,1,1,no,0,0,0,misc,0 //LK_TENSIONRELAX#テンションリラックス#
|
||||
359,0,6,4,0,1,1,1,no,0,0,0,misc,0 //LK_BERSERK#バーサーク#
|
||||
//360,0,6,4,0,1,1,1,no,0,0,0,misc,0 //LK_FURY#フューリー#
|
||||
361,8,6,16,0,1,5,1,yes,0,0,0,magic,0 //HP_ASSUMPTIO#アスムプティオ#
|
||||
362,4,6,4,0,1,5,1,yes,0,0,0,magic,2 //HP_BASILICA#バジリカ#
|
||||
363,0,0,0,0,0,10,0,no,0,0,0,magic,0 //HP_MEDITATIO#メディテイティオ#
|
||||
364,0,0,0,0,0,10,1,no,0,0,0,magic,0 //HW_SOULDRAIN#ソウルドレイン#
|
||||
365,8,8,1,0,2,1,1,yes,0,0,0,magic,0 //HW_MAGICCRASHER#マジッククラッシャー#
|
||||
366,0,6,4,0,1,10,1,no,0,0,0,magic,0 //HW_MAGICPOWER#魔法力増幅#
|
||||
367,8,8,1,0,2,5,1,yes,0,0,0,magic,0 //PA_PRESSURE#プレッシャー#
|
||||
368,8,6,1,0,2,5,1,yes,0,0,0,magic,0 //PA_SACRIFICE#サクリファイス#
|
||||
369,0,6,4,0,1,10,1,yes,0,0,0,magic,0 //PA_GOSPEL#ゴスペル#
|
||||
370,-2,6,1,0,0,5,1,yes,0,0,0,weapon,3 //CH_PALMSTRIKE#猛虎硬派山#
|
||||
371,-2,8,4,0,0,5,1,no,0,0,0,weapon,0 //CH_TIGERFIST#伏虎拳#
|
||||
372,-2,8,4,0,0,10,1:1:2:2:3:3:4:4:5:5,no,0,0,0,weapon,0 //CH_CHAINCRUSH#連柱崩撃#
|
||||
373,0,6,4,0,1,5,1,no,0,0,0,magic,0 //PF_HPCONVERSION#ライフ置き換え#
|
||||
374,0,0,4,0,1,1,1,yes,0,0,0,magic,0 //PF_SOULCHANGE#ソウルチェンジ#
|
||||
375,0,0,4,0,1,1,1,yes,0,0,0,magic,0 //PF_SOULBURN#ソウルバーン#
|
||||
376,0,0,0,0,1,5,1,no,0,0,0,weapon,0 //ASC_KATAR#アドバンスドカタール研究#
|
||||
377,0,0,4,0,1,10,1,no,0,0,0,misc,0 //ASC_HALLUCINATION#ハルシネーションウォーク#
|
||||
378,8,6,16,5,1,10,1,no,0,1024,0,weapon,0 //ASC_EDP#エンチャントデッドリーポイズン#
|
||||
379,5,6,1,0,0,10,1,no,0,0,0,weapon,0 //ASC_BREAKER#ソウルブレーカー#
|
||||
380,0,6,4,0,1,10,1,no,0,0,0,weapon,0 //SN_SIGHT#トゥルーサイト#
|
||||
381,9,8,1,0,0,5,1:2:3:4:5,yes,0,0,0,misc,0 //SN_FALCONASSAULT#ファルコンアサルト#
|
||||
382,9,8,1,0,0,5,1,no,0,0,0,weapon,0 //SN_SHARPSHOOTING#シャープシューティング#
|
||||
383,0,6,4,0,1,10,1,yes,0,0,0,magic,0 //SN_WINDWALK#ウインドウォーク#
|
||||
384,0,0,4,0,1,10,1,yes,0,0,0,magic,0 //WS_MELTDOWN#メルトダウン#
|
||||
385,0,0,4,0,1,1,1,yes,0,0,0,magic,0 //WS_CREATECOIN#クリエイトコイン#
|
||||
386,0,0,4,0,1,1,1,yes,0,0,0,magic,0 //WS_CREATENUGGET#塊製造#
|
||||
387,0,6,4,0,1,1,1,no,0,0,0,weapon,0 //WS_CARTBOOST#カートブースト#
|
||||
388,8,6,2,0,1,5,1,no,0,0,0,none,0 //WS_SYSTEMCREATE#自動攻撃装置製作#
|
||||
389,0,6,4,0,1,5,1,no,0,0,0,none,0 //ST_CHASEWALK#チェイスウォーク#
|
||||
390,0,0,4,0,1,5,1,yes,0,0,0,magic,0 //ST_REJECTSWORD#リジェクトソード#
|
||||
//391,0,0,4,0,1,1,1,yes,0,0,0,magic,0 //ST_STEALBACKPACK#スティールバックパック#
|
||||
392,0,0,4,0,1,1,1,yes,0,0,0,magic,0 //CR_ALCHEMY#アルケミー#
|
||||
393,0,0,4,0,1,1,1,yes,0,0,0,magic,0 //CR_SYNTHESISPOTION#ポーションシンセシス#
|
||||
394,8,8,1,0,0,10,2,no,0,0,0,weapon,0 //CG_ARROWVULCAN#アローバルカン#
|
||||
395,0,0,4,0,1,1,1,yes,0,0,0,magic,0 //CG_MOONLIT#月明りの泉に落ちる花びら#
|
||||
396,0,6,16,0,1,1,1,yes,0,0,0,magic,1 //CG_MARIONETTE#マリオネットコントロール#
|
||||
397,4,8,1,0,0,5,1,no,0,0,0,weapon,0 //LK_SPIRALPIERCE#スパイラルピアース#
|
||||
398,4,6,1,0,0,5,1,no,0,0,0,weapon,0 //LK_HEADCRUSH#ヘッドクラッシュ#
|
||||
399,4,6,1,0,0,10,1,no,0,0,0,weapon,0 //LK_JOINTBEAT#ジョイントビート#
|
||||
400,8,8,1,8,0,5,1:2:3:4:5,yes,0,0,0,magic,0 //HW_NAPALMVULCAN#ナパームバルカン#
|
||||
401,0,6,4,0,1,1,1,no,0,0,0,weapon,0 //CH_SOULCOLLECT#狂気功#
|
||||
402,8,6,1,0,1,10,1,no,0,0,0,none,0 //PF_MINDBREAKER#マインドブレーカー#
|
||||
403,0,0,4,0,1,1,1,yes,0,0,0,magic,0 //PF_MEMORIZE#メモライズ#
|
||||
404,3,6,2,2,1,5,1,yes,0,128,2,magic,0 //PF_FOGWALL#フォグウォール#
|
||||
405,3,6,2,0,1,5,1,no,0,128,2,misc,0 //PF_SPIDERWEB#スパイダーウェッブ#
|
||||
406,-1,6,1,0,2,10,1,no,33,0,0,weapon,0 //ASC_METEORASSAULT#メテオアサルト#
|
||||
407,0,6,4,0,1,10,0,no,0,0,0,none,0 //ASC_CDP#デッドリーポイズン製造#
|
||||
408,0,0,4,0,1,1,1,yes,0,0,0,magic,0 //WE_BABY##
|
||||
409,0,0,4,0,1,1,1,yes,0,0,0,magic,0 //WE_CALLPARENT##
|
||||
410,0,0,4,0,1,1,1,yes,0,0,0,magic,0 //WE_CALLBABY##
|
||||
411,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_RUN##
|
||||
412,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_READYSTORM##
|
||||
413,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_STORMKICK##
|
||||
414,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_READYDOWN##
|
||||
415,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_DOWNKICK##
|
||||
416,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_READYTURN##
|
||||
417,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_TURNKICK##
|
||||
418,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_READYCOUNTER##
|
||||
419,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_COUNTER##
|
||||
420,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_DODGE##
|
||||
421,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_JUMPKICK##
|
||||
422,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_HPTIME##
|
||||
423,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_SPTIME##
|
||||
424,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_POWER##
|
||||
425,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_SEVENWIND##
|
||||
426,0,0,0,0,0,0,0,no,0,0,0,none,0 //TK_HIGHJUMP##
|
||||
427,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_FEEL##
|
||||
428,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_SUN_WARM##
|
||||
429,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_MOON_WARM##
|
||||
430,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_STAR_WARM##
|
||||
431,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_SUN_COMFORT##
|
||||
432,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_MOON_COMFORT##
|
||||
433,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_STAR_COMFORT##
|
||||
434,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_HATE##
|
||||
435,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_SUN_ANGER##
|
||||
436,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_MOON_ANGER##
|
||||
437,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_STAR_ANGER##
|
||||
438,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_SUN_BLESS##
|
||||
439,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_MOON_BLESS##
|
||||
440,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_STAR_BLESS##
|
||||
441,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_DEVIL##
|
||||
442,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_FRIEND##
|
||||
443,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_KNOWLEDGE##
|
||||
444,0,0,0,0,0,0,0,no,0,0,0,none,0 //SG_FUSION##
|
||||
445,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_ALCHEMIST##
|
||||
446,0,0,0,0,0,0,0,no,0,0,0,none,0 //AM_BERSERKPITCHER##
|
||||
447,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_MONK##
|
||||
448,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_STAR##
|
||||
449,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_SAGE##
|
||||
450,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_CRUSADER##
|
||||
451,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_SUPERNOVICE##
|
||||
452,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_KNIGHT##
|
||||
453,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_WIZARD##
|
||||
454,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_PRIEST##
|
||||
455,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_BARDDANCER##
|
||||
456,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_ROGUE##
|
||||
457,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_ASSASIN##
|
||||
458,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_BLACKSMITH##
|
||||
459,0,0,0,0,0,0,0,no,0,0,0,none,0 //BS_ADRENALINE2##
|
||||
460,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_HUNTER##
|
||||
461,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_SOULLINKER##
|
||||
462,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_KAIZEL##
|
||||
463,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_KAAHI##
|
||||
464,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_KAUPE##
|
||||
465,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_KAITE##
|
||||
466,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_KAINA##
|
||||
467,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_STIN##
|
||||
468,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_STUN##
|
||||
469,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_SMA##
|
||||
470,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_SWOO##
|
||||
471,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_SKE##
|
||||
472,0,0,0,0,0,0,0,no,0,0,0,none,0 //SL_SKA##
|
||||
|
||||
10000,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_APPROVAL#正規ギルド承認#
|
||||
10001,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_KAFRACONTRACT#カプラ雇用#
|
||||
10002,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_GUARDRESEARCH#ガーディアン研究#
|
||||
10003,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_CHARISMA#カリスマ#Later changed to GD_GUARDUP#
|
||||
10004,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_EXTENSION#ギルド拡張#
|
||||
10005,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_GLORYGUILD##
|
||||
10006,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_LEADERSHIP##
|
||||
10007,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_GLORYWOUNDS##
|
||||
10008,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_SOULCOLD##
|
||||
10009,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_HAWKEYES##
|
||||
10010,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_BATTLEORDER##
|
||||
10011,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_REGENERATION##
|
||||
10012,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_RESTORE##
|
||||
10013,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_EMERGENCYCALL##
|
||||
10014,0,0,0,0,0,0,0,no,0,0,0,none,0 //GD_DEVELOPMENT##
|
279
db/skill_require_db.txt
Normal file
279
db/skill_require_db.txt
Normal file
@ -0,0 +1,279 @@
|
||||
//skill_require_db.txt?AthenaDB?? 2004/06/16 02:45:31 +0900 (JST),,,,,,,,,,,,,,,,,,,,,,,,,,,,,
|
||||
//id,list_hp,list_maxhp,list_sp,list_hp_rate,list_sp_rate,list_zeny,list_weapon,state,spiritball,itemid1,amount1,itemid2,amount2,itemid3,amount3,itemid4,amount4,itemid5,amount5,itemid6,amount6,itemid7,amount7,itemid8,amount8,itemid9,amount9,itemid10,amount10
|
||||
|
||||
5,0,0,8:8:8:8:8:15:15:15:15:15,0,0,0,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16:17:18:19:20:21:22,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SM_BASH#????#
|
||||
6,0,0,4:5:6:7:8:9:10:11:12:13,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SM_PROVOKE#?????#
|
||||
7,15,0,15,0,0,0,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16:17:18:19:20:21:22,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SM_MAGNUM#????????#
|
||||
8,0,0,10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SM_ENDURE#?????#
|
||||
|
||||
10,0,0,10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MG_SIGHT#???#
|
||||
11,0,0,9:9:9:12:12:12:15:15:15:18,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MG_NAPALMBEAT#???????#
|
||||
12,0,0,30:30:30:35:35:35:40:40:40:40,0,0,0,99,none,0,717,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MG_SAFETYWALL#?????????#
|
||||
13,0,0,18:14:24:20:30:26:36:32:42:38,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MG_SOULSTRIKE#????????#
|
||||
14,0,0,12:14:16:18:20:22:24:26:28:30,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MG_COLDBOLT#???????#
|
||||
15,0,0,25:24:23:22:21:20:19:18:17:16,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MG_FROSTDIVER#????????#
|
||||
16,0,0,25,0,0,0,99,none,0,716,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MG_STONECURSE#???????#
|
||||
17,0,0,25,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MG_FIREBALL#????????#
|
||||
18,0,0,40,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MG_FIREWALL#?????????#
|
||||
19,0,0,12:14:16:18:20:22:24:26:28:30,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MG_FIREBOLT#????????#
|
||||
20,0,0,12:14:16:18:20:22:24:26:28:30,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MG_LIGHTNINGBOLT#?????????#
|
||||
21,0,0,29:34:39:44:49:54:59:64:69:74,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MG_THUNDERSTORM#????????#
|
||||
|
||||
24,0,0,10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AL_RUWACH#???#
|
||||
25,0,0,10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AL_PNEUMA#????#
|
||||
26,0,0,9:10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AL_TELEPORT#?????#
|
||||
27,0,0,35:32:29:26,0,0,0,99,none,0,717,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AL_WARP#???????#
|
||||
28,0,0,13:16:19:22:25:28:31:34:37:40,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AL_HEAL#???#
|
||||
29,15,0,18:21:24:27:30:33:36:39:42:45,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AL_INCAGI#????#
|
||||
30,0,0,15:17:19:21:23:25:27:29:31:33,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AL_DECAGI#????#
|
||||
31,0,0,10,0,0,0,99,water,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AL_HOLYWATER#?????????#
|
||||
32,0,0,35,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AL_CRUCIS#????????#
|
||||
33,0,0,23:26:29:32:35:38:41:44:47:50,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AL_ANGELUS#??????#
|
||||
34,0,0,28:32:36:40:44:48:52:56:60:64,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AL_BLESSING#??????#
|
||||
35,0,0,15,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AL_CURE#????#
|
||||
|
||||
40,0,0,10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MC_IDENTIFY#??????#
|
||||
41,0,0,30,0,0,0,99,cart,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MC_VENDING#????#
|
||||
42,0,0,5,0,0,100:200:300:400:500:600:700:800:900:1000,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16:17:18:19:20:21:22,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MC_MAMMONITE#??????#
|
||||
|
||||
45,0,0,25:30:35:40:45:50:55:60:65:70,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AC_CONCENTRATION#?????#
|
||||
46,0,0,12,0,0,0,11:13:14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AC_DOUBLE#???????????#
|
||||
47,0,0,15,0,0,0,11,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AC_SHOWER#???????#
|
||||
|
||||
50,0,0,10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TF_STEAL#?????#
|
||||
51,0,0,10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TF_HIDING#??????#
|
||||
52,0,0,12,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TF_POISON#?????#
|
||||
53,0,0,10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TF_DETOXIFY#??#
|
||||
54,0,0,60,0,0,0,99,none,0,717,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //ALL_RESURRECTION#???????#
|
||||
|
||||
56,0,0,7,0,0,0,4:05,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //KN_PIERCE#????#
|
||||
57,0,0,12,0,0,0,4:05,riding,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //KN_BRANDISHSPEAR#???????????#
|
||||
58,0,0,9,0,0,0,4:05,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //KN_SPEARSTAB#??????#
|
||||
59,0,0,10,0,0,0,4:05,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //KN_SPEARBOOMERANG#????????#
|
||||
60,0,0,14:18:22:26:30:34:38:42:46:50,0,0,0,3,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //KN_TWOHANDQUICKEN#??????????#
|
||||
61,0,0,2,0,0,0,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16:17:18:19:20:21:22,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //KN_AUTOCOUNTER#????????#
|
||||
62,0,0,13:14:15:16:17:18:19:20:21:22,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //KN_BOWLINGBASH#?????????#
|
||||
|
||||
66,0,0,13:16:19:22:25,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_IMPOSITIO#??????????#
|
||||
67,0,0,8,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_SUFFRAGIUM#??????#
|
||||
68,0,0,14:18:22:26:30,0,0,0,99,none,0,523,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_ASPERSIO#??????#
|
||||
69,0,0,20,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_BENEDICTIO#????#
|
||||
70,0,0,15:18:21:24:27:30:33:36:39:42,0,0,0,99,none,0,717,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_SANCTUARY#???????#
|
||||
71,0,0,6:8:10:12,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_SLOWPOISON#???????#
|
||||
72,0,0,5,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_STRECOVERY#?????#
|
||||
73,0,0,20:20:20:25:25:25:30:30:30:35,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_KYRIE#????????#
|
||||
74,0,0,40,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_MAGNIFICAT#????????#
|
||||
75,0,0,20,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_GLORIA#????#
|
||||
76,0,0,20:20:20:20:20:18:16:14:12:10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_LEXDIVINA#?????????#
|
||||
77,0,0,20,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_TURNUNDEAD#????????#
|
||||
78,0,0,10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_LEXAETERNA#?????????#
|
||||
79,0,0,40:42:44:46:48:50:52:54:56:58,0,0,0,99,none,0,717,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PR_MAGNUS#??????????#
|
||||
80,0,0,75,0,0,0,99,none,0,717,0:0:0:0:0:1:1:1:1:1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_FIREPILLAR#????????#
|
||||
81,0,0,35:37:39:41:43:45:47:49:51:53,0,0,0,99,sight,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_SIGHTRASHER#????????#
|
||||
|
||||
83,0,0,30:34:40:44:50:54:60:64:70:74,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_METEOR#???????#
|
||||
84,0,0,20:23:26:29:32:35:38:41:44:47,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_JUPITEL#????????#
|
||||
85,0,0,60:64:68:72:76:80:84:88:92:96,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_VERMILION#????????????#
|
||||
86,0,0,15:20:25:30:35,0,0,0,99,water,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_WATERBALL#????????#
|
||||
87,0,0,20,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_ICEWALL#???????#
|
||||
88,0,0,45:43:41:39:37:35:33:31:29:27,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_FROSTNOVA#???????#
|
||||
89,0,0,78,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_STORMGUST#???????#
|
||||
90,0,0,12:14:16:18:20,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_EARTHSPIKE#???????#
|
||||
91,0,0,28:32:36:40:44,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_HEAVENDRIVE#????????#
|
||||
92,0,0,15,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_QUAGMIRE#??????#
|
||||
93,0,0,10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WZ_ESTIMATION#???????#
|
||||
|
||||
108,0,0,5,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BS_REPAIRWEAPON#????#
|
||||
|
||||
110,0,0,10,0,0,0,7:8,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BS_HAMMERFALL#????????#
|
||||
111,0,0,20:23:26:29:32,0,0,0,6:7:8:9,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BS_ADRENALINE#??????????#
|
||||
112,0,0,18:16:14:12:10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BS_WEAPONPERFECT#????????????#
|
||||
113,0,0,18:16:14:12:10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BS_OVERTHRUST#????????#
|
||||
114,0,0,10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BS_MAXIMIZE#?????????#
|
||||
115,0,0,10,0,0,0,99,none,0,1065,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_SKIDTRAP#????????#
|
||||
116,0,0,10,0,0,0,99,none,0,1065,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_LANDMINE#??????#
|
||||
117,0,0,12,0,0,0,99,none,0,1065,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_ANKLESNARE#???????#
|
||||
118,0,0,45,0,0,0,99,none,0,1065,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_SHOCKWAVE#????????????#
|
||||
119,0,0,12,0,0,0,99,none,0,1065,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_SANDMAN#?????#
|
||||
120,0,0,12,0,0,0,99,none,0,1065,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_FLASHER#??????#
|
||||
121,0,0,10,0,0,0,99,none,0,1065,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_FREEZINGTRAP#??????????#
|
||||
122,0,0,10,0,0,0,99,none,0,1065,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_BLASTMINE#???????#
|
||||
123,0,0,15,0,0,0,99,none,0,1065,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_CLAYMORETRAP#?????????#
|
||||
124,0,0,5,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_REMOVETRAP#????????#
|
||||
125,0,0,1,0,0,0,99,none,0,1065,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_TALKIEBOX#????????#
|
||||
|
||||
129,0,0,10:13:16:19:22,0,0,0,99,falcon,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_BLITZBEAT#???????#
|
||||
130,0,0,8,0,0,0,99,falcon,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_DETECTING#????????#
|
||||
131,0,0,10,0,0,0,99,falcon,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HT_SPRINGTRAP#?????????#
|
||||
|
||||
135,0,0,15,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AS_CLOAKING#??????#
|
||||
136,0,0,16:18:20:22:24:26:28:30:32:34,0,0,0,16,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AS_SONICBLOW#???????#
|
||||
137,0,0,3,0,0,0,16,hiding,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AS_GRIMTOOTH#???????#
|
||||
138,0,0,20,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AS_ENCHANTPOISON#??????????#
|
||||
139,0,0,20:25:30:35:40:45:50:55:60:65,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AS_POISONREACT#????????#
|
||||
140,0,0,20,0,0,0,99,none,0,716,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AS_VENOMDUST#??????#
|
||||
141,0,0,33:36:39:42:45:48:51:54:57:60,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AS_SPLASHER#??????????#
|
||||
142,0,0,3,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NV_FIRSTAID#????#
|
||||
143,0,0,5,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //NV_TRICKDEAD#?????#
|
||||
|
||||
147,0,0,10,0,0,0,99,recover_weight_rate,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AC_MAKINGARROW#???#
|
||||
148,0,0,15,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AC_CHARGEARROW#???????#
|
||||
149,0,0,9,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TF_SPRINKLESAND#???#
|
||||
150,0,0,7,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TF_BACKSLIDING#???????#
|
||||
151,0,0,3,0,0,0,99,recover_weight_rate,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TF_PICKSTONE#???#
|
||||
152,0,0,2,0,0,0,99,none,0,7049,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //TF_THROWSTONE#???#
|
||||
153,0,0,12,0,0,0,99,cart,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MC_CARTREVOLUTION#???????????#
|
||||
154,0,0,40,0,0,0,99,cart,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MC_CHANGECART#???????#
|
||||
155,0,0,8,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MC_LOUD#??????#
|
||||
156,0,0,15,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AL_HOLYLIGHT#???????#
|
||||
157,0,0,30,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MG_ENERGYCOAT#???????#
|
||||
|
||||
211,0,0,15,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_STEALCOIN#????????#
|
||||
212,0,0,16,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_BACKSTAP#??????#
|
||||
|
||||
214,0,0,25,0,0,0,99,hiding,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_RAID#?????????#
|
||||
215,0,0,17:19:21:23:25,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_STRIPWEAPON#?????????#
|
||||
216,0,0,12:14:16:18:20,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_STRIPSHIELD#?????????#
|
||||
217,0,0,17:19:21:23:25,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_STRIPARMOR#?????????#
|
||||
218,0,0,12:14:16:18:20,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_STRIPHELM#????????#
|
||||
219,0,0,13:16:19:22:25,0,0,0,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16:17:18:19:20:21:22,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_INTIMIDATE#????????#
|
||||
220,0,0,15,0,0,0,99,none,0,716,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_GRAFFITI#??????#
|
||||
221,0,0,10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_FLAGGRAFFITI#??????????#
|
||||
222,0,0,5,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //RG_CLEANER#?????#
|
||||
|
||||
228,0,0,5,0,0,0,99,none,0,7134,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AM_PHARMACY#??????#
|
||||
229,0,0,10,0,0,0,99,none,0,7135,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AM_DEMONSTRATION#??????????#
|
||||
230,0,0,15,0,0,0,99,none,0,7136,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AM_ACIDTERROR#???????#
|
||||
231,0,0,1,0,0,0,99,none,0,501,1,502,1,503,1,504,1,505,1,522,1,526,1,608,1,607,1,657,1 //AM_POTIONPITCHER#??????????#
|
||||
232,0,0,20,0,0,0,99,none,0,7137,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AM_CANNIBALIZE#???????#
|
||||
233,0,0,10,0,0,0,99,none,0,7138,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AM_SPHEREMINE#????????#
|
||||
234,0,0,30,0,0,0,99,none,0,7139,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AM_CP_WEAPON#????????????#
|
||||
235,0,0,25,0,0,0,99,none,0,7139,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AM_CP_SHIELD#????????????#
|
||||
236,0,0,25,0,0,0,99,none,0,7139,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AM_CP_ARMOR#????????????#
|
||||
237,0,0,25,0,0,0,99,none,0,7139,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //AM_CP_HELM#???????????#
|
||||
|
||||
249,0,0,12:14:16:18:20:22:24:26:28:30,0,0,0,99,shield,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_AUTOGUARD#??????#
|
||||
250,0,0,10,0,0,0,99,shield,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_SHIELDCHARGE#????????#
|
||||
251,0,0,12,0,0,0,99,shield,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_SHIELDBOOMERANG#?????????#
|
||||
252,0,0,35:40:45:50:55:60:65:70:75:80,0,0,0,99,shield,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_REFLECTSHIELD#?????????#
|
||||
253,0,0,11:12:13:14:15:16:17:18:19:20,0,0,0,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16:17:18:19:20:21:22,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_HOLYCROSS#???????#
|
||||
254,0,0,37:44:51:58:65:72:79:86:93:100,20,0,0,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16:17:18:19:20:21:22,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_GRANDCROSS#???????#
|
||||
255,0,0,25,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_DEVOTION#???????#
|
||||
256,0,0,30,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_PROVIDENCE#???????#
|
||||
257,0,0,30,0,0,0,99,shield,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_DEFENDER#???????#
|
||||
258,0,0,24:28:32:36:40:44:48:52:56:60,0,0,0,5,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CR_SPEARQUICKEN#????????#
|
||||
|
||||
261,0,0,8,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MO_CALLSPIRITS#??#
|
||||
262,0,0,5,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MO_ABSORBSPIRITS#??#
|
||||
|
||||
264,0,0,10,0,0,0,99,move_enable,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MO_BODYRELOCATION#??#
|
||||
|
||||
266,0,0,10:14:17:19:20,0,0,0,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16:17:18:19:20:21:22,none,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MO_INVESTIGATE#??#
|
||||
267,0,0,10,0,0,0,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16:17:18:19:20:21:22,none,1:2:3:4:5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MO_FINGEROFFENSIVE#??#
|
||||
268,0,0,200,0,0,0,99,none,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MO_STEELBODY#??#
|
||||
269,0,0,10,0,0,0,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16:17:18:19:20:21:22,none,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MO_BLADESTOP#????#
|
||||
270,0,0,15,0,0,0,99,none,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MO_EXPLOSIONSPIRITS#????#
|
||||
271,0,0,1,0,0,0,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16:17:18:19:20:21:22,explosionspirits,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MO_EXTREMITYFIST#??????#
|
||||
272,0,0,11:12:13:14:15,0,0,0,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16:17:18:19:20:21:22,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MO_CHAINCOMBO#???#
|
||||
273,0,0,11:12:13:14:15,0,0,0,0:1:2:3:4:5:6:7:8:9:10:12:13:14:15:16:17:18:19:20:21:22,none,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //MO_COMBOFINISH#???#
|
||||
|
||||
275,0,0,2,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_CASTCANCEL#?????????#
|
||||
276,0,0,2,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_MAGICROD#???????#
|
||||
277,0,0,10,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_SPELLBREAKER#????????#
|
||||
|
||||
279,0,0,35,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_AUTOSPELL#??????#
|
||||
280,0,0,40,0,0,0,99,none,0,990,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_FLAMELAUNCHER#?????????#
|
||||
281,0,0,40,0,0,0,99,none,0,991,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_FROSTWEAPON#????????#
|
||||
282,0,0,40,0,0,0,99,none,0,992,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_LIGHTNINGLOADER#??????????#
|
||||
283,0,0,40,0,0,0,99,none,0,993,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_SEISMICWEAPON#??????????#
|
||||
|
||||
285,0,0,48:46:44:42:40,0,0,0,99,none,0,715,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_VOLCANO#?????#
|
||||
286,0,0,48:46:44:42:40,0,0,0,99,none,0,715,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_DELUGE#?????#
|
||||
287,0,0,48:46:44:42:40,0,0,0,99,none,0,715,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_VIOLENTGALE#?????????#
|
||||
288,0,0,66:62:58:54:50,0,0,0,99,none,0,717,1,715,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_LANDPROTECTOR#?????????#
|
||||
289,0,0,1,0,0,0,99,none,0,716,1,715,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_DISPELL#?????#
|
||||
290,0,0,50,0,0,0,99,none,0,715,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SA_ABRACADABRA#???????#
|
||||
|
||||
304,0,0,1,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BD_ADAPTATION#????#
|
||||
305,0,0,1,0,0,0,13:14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BD_ENCORE#?????#
|
||||
306,0,0,20,0,0,0,13:14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BD_LULLABY#???#
|
||||
307,0,0,20,0,0,0,13:14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BD_RICHMANKIM#??????#
|
||||
308,0,0,30,0,0,0,13:14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BD_ETERNALCHAOS#?????#
|
||||
309,0,0,40:45:50:55:60,0,0,0,13:14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BD_DRUMBATTLEFIELD#??????#
|
||||
310,0,0,40:45:50:55:60,0,0,0,13:14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BD_RINGNIBELUNGEN#?????????#
|
||||
311,0,0,15,0,0,0,13:14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BD_ROKISWEIL#?????#
|
||||
312,0,0,10,0,0,0,13:14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BD_INTOABYSS#?????#
|
||||
313,0,0,20,0,0,0,13:14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BD_SIEGFRIED#???????????#
|
||||
|
||||
316,0,0,8,0,0,0,13,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BA_MUSICALSTRIKE#???????????#
|
||||
317,0,0,18:21:24:27:30,0,0,0,13,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BA_DISSONANCE#????#
|
||||
318,0,0,12:14:16:18:20,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BA_FROSTJOKE#??????#
|
||||
319,0,0,24:28:32:36:40:44:48:52:56:60,0,0,0,13,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BA_WHISTLE#??#
|
||||
320,0,0,38:41:44:47:50:53:56:59:62:65,0,0,0,13,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BA_ASSASSINCROSS#??????????#
|
||||
321,0,0,40:45:50:55:60:65:70:75:80:85,0,0,0,13,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BA_POEMBRAGI#?????#
|
||||
322,0,0,40:45:50:55:60:65:70:75:80:85,0,0,0,13,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //BA_APPLEIDUN#???????#
|
||||
|
||||
324,0,0,8,0,0,0,14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //DC_THROWARROW#???#
|
||||
325,0,0,23:26:29:32:35,0,0,0,14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //DC_UGLYDANCE#????????#
|
||||
326,0,0,12:14:16:18:20,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //DC_SCREAM#?????#
|
||||
327,0,0,22:24:26:28:30:32:34:36:38:40,0,0,0,14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //DC_HUMMING#????#
|
||||
328,0,0,28:31:34:37:40:43:46:49:52:55,0,0,0,14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //DC_DONTFORGETME#???????…#
|
||||
329,0,0,43:46:49:52:55:58:61:64:67:70,0,0,0,14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //DC_FORTUNEKISS#?????#
|
||||
330,0,0,40:45:50:55:60:65:70:75:80:85,0,0,0,14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //DC_SERVICEFORYOU#?????????#
|
||||
|
||||
334,0,0,1,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WE_MALE#???????#
|
||||
335,0,0,1,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WE_FEMALE#?????????#
|
||||
336,0,0,1,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WE_CALLPARTNER#????????#
|
||||
|
||||
|
||||
|
||||
355,0,0,22:24:26:28:30,0,0,0,1:2:3:4:5:6:7:8:9:10:11:12:13:14:15:16:17:18:19:20:21:22,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_AURABLADE#???????#
|
||||
356,0,0,50,0,0,0,3,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_PARRYING#?????#
|
||||
357,0,0,50:52:54:56:58,0,0,0,4:05,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_CONCENTRATION#??????????#
|
||||
358,0,0,15,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_TENSIONRELAX#??????????#
|
||||
359,0,0,100,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_BERSERK#?????#
|
||||
360,0,0,50,0,0,0,3,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_FURY#?????#
|
||||
361,0,0,25:30:35:40:45,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HP_ASSUMPTIO#???????#
|
||||
362,0,0,80:90:100:110:120,0,0,0,99,none,0,715,1,716,1,717,1,523,1,0,0,0,0,0,0,0,0,0,0,0,0 //HP_BASILICA#????#
|
||||
|
||||
365,0,0,12,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HW_MAGICCRASHER#??????????#
|
||||
366,0,0,20:25:30:35:40:45:50:55:60:65,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HW_MAGICPOWER#?????#
|
||||
367,0,0,60:70:80:90:100,0,10:15:20:25:30,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PA_PRESSURE#??????#
|
||||
368,0,5:6:7:8:9,32,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PA_SACRIFICE#???????#
|
||||
369,0,0,80:80:80:80:80:100:100:100:100:100,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PA_GOSPEL#????#
|
||||
370,0,0,22:24:26:28:30,0,0,0,99,explosionspirits,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CH_PALMSTRIKE#?????#
|
||||
371,0,0,12:14:16:18:20,0,0,0,99,none,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CH_TIGERFIST#???#
|
||||
372,0,0,12:14:16:18:20:22:24:26:28:30,0,0,0,99,none,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CH_CHAINCRUSH#????#
|
||||
373,0,0,1:2:3:4:5,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PF_HPCONVERSION#???????#
|
||||
374,0,0,5,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PF_SOULCHANGE#ƒ\ƒEƒ‹ƒ`ƒFƒ“ƒW#
|
||||
375,0,0,80:90:100:110:120,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PF_SOULBURN#ƒ\ƒEƒ‹ƒo<C692>[ƒ“#
|
||||
|
||||
378,0,0,60:70:80:90:100,0,0,0,99,none,0,678,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //ASC_EDP#???????????????#
|
||||
379,0,0,20:20:20:20:20:30:30:30:30:30,0,0,0,99,weapon,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //ASC_BREAKER#????????#
|
||||
380,0,0,20:20:25:25:30:30:35:35:40:40,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SN_SIGHT#???????#
|
||||
381,0,0,30:34:38:42:46,0,0,0,99,falcon,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SN_FALCONASSAULT#?????????#
|
||||
382,0,0,18:21:24:27:30,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SN_SHARPSHOOTING#???????????#
|
||||
383,0,0,23:26:29:32:35:38:41:44:47:50,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //SN_WINDWALK#????????#
|
||||
384,0,0,50:50:60:60:70:70:80:80:90:90,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WS_MELTDOWN#??????#
|
||||
385,0,0,5,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WS_CREATECOIN#????????#
|
||||
386,0,0,5,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WS_CREATENUGGET#???#
|
||||
387,0,0,20,0,0,0,99,cart,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WS_CARTBOOST#???????#
|
||||
388,0,0,20,0,0,0,99,none,0,7137,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //WS_SYSTEMCREATE#????????#
|
||||
389,0,0,40,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //ST_CHASEWALK#????????#
|
||||
390,0,0,50,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //ST_REJECTSWORD#????????#
|
||||
|
||||
394,0,0,12:14:16:18:20:22:24:26:28:30,0,0,0,13:14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CG_ARROWVULCAN#???????#
|
||||
395,0,0,30:40:50:60:70,0,0,0,13:14,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CG_MOONLIT#????????????#
|
||||
396,0,0,1,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CG_MARIONETTE#????????????#
|
||||
397,0,0,18:21:23:25:28,0,0,0,4:05,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_SPIRALPIERCE#?????????#
|
||||
398,0,0,23,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_HEADCRUSH#????????#
|
||||
399,0,0,22:24:26:28:30:32:34:36:38:40,0,0,0,4:05,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //LK_JOINTBEAT#????????#
|
||||
400,0,0,30:35:40:45:50,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //HW_NAPALMVULCAN#????????#
|
||||
401,0,0,20,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //CH_SOULCOLLECT#???#
|
||||
402,0,0,4:5:6:7:8:9:10:11:12:13,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PF_MINDBREAKER#?????????#
|
||||
403,0,0,1,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PF_MEMORIZE#?????#
|
||||
404,0,0,25,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PF_FOGWALL#???????#
|
||||
405,0,0,50,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //PF_SPIDERWEB#?????????#
|
||||
406,0,0,10:12:14:16:18:20:22:24:26:28,0,0,0,99,none,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0 //ASC_METEORASSAULT#???????#
|
||||
407,0,0,50,0,0,0,99,none,0,937,1,952,1,939,1,7033,1,972,1,657,1,713,1,0,0,0,0,0,0 //ASC_CDP
|
||||
|
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