summaryrefslogtreecommitdiff
path: root/world/map/npc/033-1
AgeCommit message (Collapse)AuthorFilesLines
2012-05-23Changed all SKILL_WARRIOR_RAGING entries to SKILL_RAGING.alige Ali-G1-1/+1
2012-04-21Adding some dialogue to Yerrnk hinting on the Blue Sage quests.Jessica Tölke1-2/+7
2012-02-17Running converter to update the mob spawns. Submodule pointer updated.v2012.02.17Jessica Tölke1-4/+4
2012-02-03Making doors and docks unclickableStefan Dombrowski1-1/+1
2012-02-02Fixing bug caused by lag during warpStefan Dombrowski1-3/+8
2012-02-01Barbarian ambushs:Jessica Tölke1-0/+16
- fix bug that prevents ambushs from happening again if a different player killed the last wolvern - save which ambushs has already been triggered in a temporary variable to prevent a player using only one ambush again and again
2012-02-01Barbarians: Kimarr offers the record list also before doing the hunting and ↵Jessica Tölke1-0/+2
comments when the player dies.
2012-02-01Barbarians: Open the back door, if quest is not runningStefan Dombrowski2-0/+10
2012-01-30Changing spawn of wolverns on 033-1. Converter ran, submodule pointer updated.Jessica Tölke1-1/+1
2012-01-28Removing Debug NPC from barbarian questJessica Tölke2-41/+0
2012-01-24Minor grammar edits to birrod, kimarr, and yerrnkFrost3-38/+38
2012-01-21Barbarians quests: dialogue polishing.Jessica Tölke4-44/+42
2012-01-18Client-data: Opening warps between 033-1 and 019-1.Jessica Tölke1-1/+2
Converter ran, submodule pointer updated.
2012-01-17Adding new monster 'White Bell' to snow mapsJessica Tölke1-0/+6
Converter ran, submodule pointer updated.
2012-01-17Barbarian: some tweaksJessica Tölke3-2/+4
- in dialogue - on the ambushs: increased amount of wolverns to hunt, but decreased numbers of wolverns per ambush
2012-01-17Barbarian quest: change some variables that are used as constants to global ↵Jessica Tölke5-30/+18
and put them in an init NPC
2012-01-17Some fixes to the Barbarian questsStefan Dombrowski3-24/+24
2012-01-11Barbarians: some fix in Fluffy Hunting minigame to prevent a level 1 char ↵Jessica Tölke1-2/+2
doing the quest with doing nothing. Also remove some debug code and comments in ambushs.txt and update submodule pointer.
2012-01-08Adding monsters on snow maps (Converter ran, submodule pointer updated).Jessica Tölke1-0/+18
2011-12-30Running converter:Jessica Tölke3-3/+3
- remove Santa Slime spawns. - add White and Blue Slimes - adapt some map names - open warp from 031-3 to 044-1 Submodule pointer updated.
2011-12-28Fluffy hunting minigame: fix regarding getting the value of the player variableJessica Tölke1-0/+4
2011-12-22some cleanup on barbarian NPCsJessica Tölke3-34/+33
2011-12-21Replace dummy monsters in barbarian quests with wolvern.Jessica Tölke1-8/+7
2011-11-16Made Constants case-sensitiveErik Schilling3-5/+5
2011-10-02Barbarians: adding third quest given by Yerrnk, also some background dialogue.Jessica Tölke1-11/+89
2011-09-12Client-data: Review of all maps by Ali-G, Converter ran.Jessica Tölke1-1/+1
Submodule pointer updated. Also replacing 017-1/monsters.txt with spawn objects in the map.
2011-09-05Client-data: maps names changed and some minor fixes.Jessica Tölke3-3/+3
Converter ran. Submodule pointer updated.
2011-09-04Barbarians: adjusting formula for monster spawningJessica Tölke1-2/+5
The chance for harder monsters depends now also on the amount of living and newly spawned fluffies.
2011-09-03warps between 033-1 and 034-1 added, updated submodule pointerJessica Tölke1-0/+1
2011-09-03add check of return value from attachrid in several scriptsJessica Tölke1-1/+1
2011-09-03Merge remote-tracking branch 'mainline/master'Jessica Tölke1-2/+1
2011-09-02Disable or fix NPCs with attachrid problemsv2011.09.03Ben Longbons1-2/+1
2011-09-02barbarians: fix some error in debug npc and minor spelling error in kimarrJessica Tölke2-2/+2
2011-09-02barbarians: some dialogue cleanup in kimarr and fixed something in the debug npcJessica Tölke2-5/+3
2011-09-02barbarians: some work on the wolvern questJessica Tölke3-53/+55
removed the sweets part from birrod and added dialogue for the wolvern quest added start of wolvern ambushs on 034-1
2011-08-28Changes mob id from fluffy to Hungry fluffycoffee1-4/+4
2011-08-28Barbarians: Birrod and Yerrnk changed to new scripting guidelinesJessica Tölke2-271/+280
and some dialogue about the Raging Skill added.
2011-08-28Punish the players that interfere in the fight from outside.coffee1-9/+46
2011-08-27Fix talk of interfering fluffy huntersBen Longbons1-2/+2
2011-08-27Implement countdown timer for fluffy huntersBen Longbons1-12/+23
2011-08-27Checks for more than 1 player at the area of the fight and warps everyone, ↵coffee1-1/+14
except the fighter, outside.
2011-08-27Fix multiple entries in highscore list, spelling of throw, reduce time to 3 ↵Ben Longbons1-8/+12
minutes
2011-08-27Restoring the use of $@Fluffy_Min variable, which was removed by mistake.coffee1-0/+2
2011-08-27Some small changes + Makes it possible to drop food any time during the ↵coffee1-27/+30
fight + Now the script won't eat your food if you drop more than the limit.
2011-08-27Making the map-server possible start again with removing an import of an ↵Jessica Tölke1-1/+0
non-existing file.
2011-08-26Force the converter to run for all files to update generated filesBen Longbons1-0/+1
* replace indentation tabs with 4 spaces * replace separator tabs with pipes * replace break; with end; * handle unnamed maps
2011-08-26Fix and comment fluffy hunting questBen Longbons2-26/+88
2011-08-26Makes the reference to variables the same through the file.coffee1-15/+15
2011-08-26Fixes some small syntax errors and change the way the script checks if you ↵coffee1-5/+8
are loggedin or inside the right area.
2011-08-26Refactor and format the fluffy hunt codeBen Longbons2-241/+226