summaryrefslogtreecommitdiff
path: root/npc
AgeCommit message (Collapse)AuthorFilesLines
2019-08-05Fix bugs at Soren IslandJesusaves2-23/+35
2019-08-05Reword recepcionist, @music updateJesusaves2-4/+6
2019-08-05Hotfixr09.5_190805Jesusaves1-9/+9
2019-08-05EMERGENCY PATCH - CHED SUMMER REWARD PORTABILITYJesusaves1-0/+15
2019-08-05Add status tutorial on tutorialJesusaves1-0/+23
2019-08-05Make alcohol effects last twice as long and write for reference how long theJesusaves1-2/+7
alcoholic drinks effects will last
2019-08-04Fix a bug which allowed pets to crit-hit and disabled critical from players ↵Jesusaves1-1/+1
and mobs
2019-08-04This hack should fix double-fishing bug. By attempting to double-fish,Jesusaves1-0/+10
your previous fishing will be CANCELED (as if you've moved away).
2019-08-04COD - Optimize getitem script to avoid crashesJesusaves1-14/+28
2019-08-04Rarity matters.Jesusaves2-2/+2
2019-08-04Fix some prices at Heroes Hold, lower COD Arcmage Boxset price.Jesusaves5-3/+6
Remove Ancient Blueprint from HH, use equipment blueprint (1k the level)
2019-08-04HH Novice: Sell Ancient Blueprint for 4k Coins (whaaaaaaaaaaaaat insane value)Jesusaves2-0/+2
COD: Sell Arcmage Boxset for 1500 Bottled Dust. These values are surreal.
2019-08-04PVP Penalty: Lower karma (try to, it is buggy), stun killer, full heal killed.Jesusaves1-0/+3
It doesn't offer the option to change respawn point nor anything... yet.
2019-08-04Convert some Event GP to Official GP. It'll never be less than 50 GP, and willJesusaves1-2/+6
never be more than 1000 GP. This way, balance will be kept. Well, a pity drop items were lost, uh? :-)
2019-08-03GP will now become Rare points. Strange Coin now cost 30 Rare points.Jesusaves2-2/+15
2019-08-03HAND OUT THE OPEN BETA MAIN EVENT REWARDS.Jesusaves1-0/+93
30% of experience value and the promised ranking rewards
2019-08-03Acknowledge Kolchak and seeds contributionsJesusaves1-1/+2
2019-08-03Now, it is possible that nothing happens while refinining an item.Jesusaves1-2/+10
Item with high success chance break/downgrade more often than those with low chance.
2019-08-03Fix a typo on refine master, move to rand2()Jesusaves1-3/+3
2019-08-03Remove double-precision ponderate average, use a simple average instead withJesusaves1-1/+5
overflow/underflow protection because I don't trust this code.
2019-08-03Vit and Level won't affect fixed-HP healing items anymore (sanitization)Jesusaves1-1/+1
2019-08-03Improve hero change logJesusaves1-1/+1
2019-08-03Dialog improvements (Lua)Jesusaves1-6/+6
2019-08-03getitem("") is deprecated, use getitem() instead (without quotes)Jesusaves1-5/+5
2019-08-03Fix bug on LuaJesusaves1-1/+1
2019-08-03NEW atcommand: @strangeshop (the GM shop because gifts cannot be @item'ed iirc)Jesusaves1-0/+2
2019-08-03NEW atcommand: @strangecoin - receive the 30 daily strange coins for GM EventJesusaves1-0/+6
2019-08-03Remove the condemned dispbottom, it has served its purpose (and we now have ↵Jesusaves1-1/+1
a recepcionist)
2019-08-02Actually, given the TP requeriment, no reason that Frostia is more expensive.Jesusaves1-2/+2
2019-08-02Lower Warp Crystal fixing taxes at Lilanna. (Still expensive)Jesusaves1-16/+16
2019-08-02Lilanna now sell Broken Warp Crystals for 50kGPJesusaves1-0/+12
2019-08-02Rewrite Lilanna dialog for flexibilityJesusaves1-8/+8
2019-08-01Bracco may now disassemble bows, but only wood is returned. Price is inverse.Jesusaves1-1/+20
Can return up to 100% of wood as an special exception.
2019-08-01*sigh* I'm not going to add real, worth-while values at BraccoJesusaves1-3/+3
2019-08-01Merge Monster King HP from Throne Room into Database.Jesusaves1-2/+2
2019-07-31New GM command: @checkidle <player_name>Jesusaves1-1/+29
Like @ipcheck, it returns the idle time of a player. This is useful for GMs. Even if they cannot hugo at someone, they can still botcheck them (@checkidle, /msg and @botcheck)
2019-07-31Remove bad function from MK Throne RoomJesusaves1-6/+6
2019-07-31Fix bugJesusaves1-1/+2
2019-07-30Change Professor Cycle to run each 3 seconds (min. idle time from 3 to 2 sec.)Jesusaves1-3/+3
2019-07-30Shouldn't cause severe errors but anyway. (Well, maybe Bye fails)Jesusaves1-3/+3
2019-07-30*hides*Jesusaves2-1/+14
2019-07-30Add an option on Banker to open MailJesusaves2-5/+25
2019-07-29$@MK_CHALLENGE control variable and NPC_AIRSHIPJesusaves1-1/+4
2019-07-29Fix areasc2 bugJesusaves1-1/+1
2019-07-29Remove the spawn delay change, it won't work because day/night cycle ↵Jesusaves1-1/+0
overrides it
2019-07-29If the big boss is dead - drop mob population to ¼, disable precise chase,Jesusaves1-0/+9
make they spawn 5x slower, and disable all aggressive monsters.
2019-07-29It's pretty basic, but this should be an OK-fight for the server "final" event.Jesusaves1-0/+33
2019-07-29Monster King main basic functionsJesusaves1-1/+53
2019-07-29Monster King Challenge - minimal logicJesusaves1-0/+47
2019-07-29New logic for siege difficulty calculator - it now use flags.Jesusaves1-9/+20
Previous implementation was bad.