Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-18 | Add white box and minor changes. | toni | 2 | -3/+6 | |
2010-12-18 | Changes to xmas 2010. | toni | 4 | -185/+541 | |
2010-12-18 | Updating some wlk-files for snowland | Stefan Dombrowski | 3 | -0/+0 | |
2010-12-18 | edit out NPCs that need fixing and added some fixes | Wombat | 5 | -12/+12 | |
edited out krickkrackrock, rockscissor, baktar golbenez and santa language clean up and small fixes. | |||||
2010-12-17 | removed a line in golbanez, which tells you the worth of your present | Jessica Tölke | 1 | -1/+1 | |
we don't want to ruin the surprise, do we? | |||||
2010-12-17 | fixed a line in reward calculation | Jessica Tölke | 1 | -1/+1 | |
2010-12-16 | Warp Changes to get between Hurnscald and Nivalis, Orum Quest on stand-by | Wombat | 7 | -23/+62 | |
Diryn offers warp to Nivalis, Frozenbeard to Hurnscald, Taro edited out Warp changes also to prevent players from interacting with Orum Quest until the quest is finished. | |||||
2010-12-16 | minor fix to orum.txt | Wombat | 1 | -1/+1 | |
close instead of next on orum.txt to fix a bug | |||||
2010-12-16 | golbanez fix | Stefan Beller | 1 | -2/+4 | |
2010-12-16 | nivalis | Stefan Beller | 4 | -86/+13 | |
2010-12-16 | nivalis | Stefan Beller | 9 | -559/+570 | |
2010-12-16 | nivalis | Stefan Beller | 6 | -9/+24 | |
2010-12-15 | minor npc fixes nivalis | Stefan Beller | 3 | -6/+12 | |
2010-12-11 | added candle helmet to item_db and orum reward | Wombat | 2 | -6/+6 | |
added the candle helmet as a reward for the orum quest and to the item.db.txt | |||||
2010-12-09 | mobs added to winter land and winter monsters to mob_db.txt | Wombat | 8 | -12/+107 | |
mobs added to new Kaizei maps. Yeti and Ice Element added to mob_db.txt | |||||
2010-12-07 | Merge remote branch 'master/master' | Wombat | 3 | -3/+26 | |
2010-12-05 | new npc in nivalis | Stefan Beller | 8 | -91/+260 | |
removed mapflags tested baktar KrickKrackKrock Criker Miler and the well shop does not sell forest bow but a desertbow | |||||
2010-12-04 | Fix grammar on the new daily, non-critical update | Chuck Miller | 1 | -2/+2 | |
2010-12-04 | Errr... wrong settings in the last patch | Chuck Miller | 1 | -3/+3 | |
2010-12-04 | Add a new daily aimed for people around level 40 | Chuck Miller | 2 | -0/+23 | |
2010-12-02 | fixups in nivalis | Stefan Beller | 4 | -4/+7 | |
2010-12-02 | adding KrickKrackKrock a gambling man | Stefan Beller | 2 | -0/+138 | |
2010-12-02 | adding nivalis packrat: baktar | Stefan Beller | 8 | -56/+427 | |
a strange person additionally: remove taro and startrek from nivalis | |||||
2010-11-21 | nivalis and christmas2010 | Stefan Beller | 33 | -3/+790 | |
2010-11-08 | adding constants to const.txt for byte masking | Stefan Beller | 1 | -0/+12 | |
adding the constants to have the avalability to mask and shift bytes within a script variable | |||||
2010-11-07 | Fixing return in banker script | Stefan Dombrowski | 1 | -3/+3 | |
Also renaming menu option to "Nevermind" if it results to goto L_Nev. Reviewed-by: PjotrOrial | |||||
2010-11-07 | corrected the mob_db | Stefan Beller | 1 | -7/+4 | |
2010-11-07 | Voltain a dark mage | Stefan Beller | 2 | -0/+364 | |
an evil mage trying to poison mouboos in 007-1 (south of Hurnscald) This is not a player attached quest-row, but an npc attached quest-row | |||||
2010-11-07 | db/mob_db.txt~ | meways | 1 | -3/+7 | |
2010-11-07 | m.def removed from terranite equipment | Wombat | 1 | -3/+3 | |
magic defense removed from terranite helmet, chest and leg armor | |||||
2010-11-07 | warningsigns at pvp entrance 012-4 | Stefan Beller | 3 | -0/+19 | |
2010-11-07 | added warics bed in collision layer in 009-4 | Stefan Beller | 1 | -0/+0 | |
2010-11-07 | better bounds checking + comments in orum | Stefan Beller | 5 | -50/+53 | |
2010-11-07 | fixed minor bugs in orum/waric | Stefan Beller | 4 | -68/+116 | |
* instead of "Intensity out of range" you die now. * spelling, only typos, no grammar corrected, since their grammar is weird. * header added to orum file. Not done: The bound checking is not corrected yet: Instead of : if (@offsetOne > 12) set @offsetOne, 1; if (@offsetOne < 1) set @offsetOne, 12; you should do: if (@offsetOne > 12) set @offsetOne, @offsetOne - 12; if (@offsetOne < 1) set @offsetOne, @offsetOne + 12; This can handle with steps bigger than 1. Collision layer of the bed in the empty cave must be fixed. Should there be hints how to setup the torches anyway? | |||||
2010-11-07 | Added Orum quest and some files created via automapping | Wombat | 12 | -0/+1370 | |
Orum quest on 009-4 and files created from converting 012-4.tmx | |||||
2010-11-07 | Bandit Quest and fixes to peter, mikhail | Wombat | 12 | -6/+208 | |
Bandit quest changes, fixes to peter and mikhail, 011-6 mobs | |||||
2010-11-07 | adding two useful scripts | Stefan Beller | 2 | -0/+93 | |
1. shows monsterdrops sorted by npc-selling prize 2. shows all magic spells in the magic_template.conf in conf folder. | |||||
2010-11-07 | a script for average monster drop values | Stefan Beller | 1 | -0/+61 | |
in the folder tools there is now a script which calulates the average npc selling prize of all dropss by a specific monster. This tool can be used for balancing purposes. | |||||
2010-11-07 | forest armor/fairy hat stats...mdef to terranite equipment | Wombat | 1 | -5/+5 | |
forest Armor and fairy Hat stats added magic defense to terranite helmet, leggings and chest armor | |||||
2010-11-07 | added bandit, bandit lord and bandit hood to db | Wombat | 2 | -1/+5 | |
bandit and bandit lord in mob_db.txt and bandit hood in item_db.txt | |||||
2010-11-07 | Data for new 11-6 map | Wombat | 9 | -0/+48 | |
New 11-6 map, its warps and related changes | |||||
2010-11-01 | Make Candor a *bit* harder... | Chuck Miller | 1 | -3/+3 | |
I think I might look into redesigning the basic way it works in the future | |||||
2010-11-01 | Reduce the amount spawned on Candor fight cave some more | Chuck Miller | 1 | -5/+5 | |
2010-11-01 | Fix mob XP on new monsters to be auto calulated | Chuck Miller | 1 | -4/+4 | |
2010-11-01 | Make the Fight Cave a bit easier and add Boss Points rewards | Chuck Miller | 1 | -8/+18 | |
2010-11-01 | small fix | Wombat | 1 | -2/+2 | |
terranite decrease in coal moggun increase to 10% missed my target, fix is good now | |||||
2010-11-01 | 10% moggun drops mob_db alignment fix | Wombat | 1 | -5/+5 | |
increased coal drops for moggun to 10% again alignment fix for new monsters (tabs) | |||||
2010-10-31 | db changes related to the reaper | Wombat | 2 | -1/+15 | |
changes to mob_db and mob_skill_db related to reaper and related monsters | |||||
2010-10-31 | fix in L_Update_Var in nicholas | Stefan Beller | 1 | -1/+1 | |
adding a missing @ | |||||
2010-10-21 | Fixing Nicholas script and increasing odds of coal drops from Mogguns | Stefan Dombrowski | 2 | -19/+8 | |
Nicholas now tell his customers that he charges coal. The odds of coal drops from Mogguns are increased from 6% to 10%. |