Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-12 | Fix several typos and grammar mistakes | Haru | 31 | -259/+249 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-09-03 | Fix errors in the Diamond seller script that were making the NPC check for ↵ | Mathy | 1 | -6/+5 | |
weight incorrectly. | |||||
2017-08-07 | Update Airship Quests (#1614) | Asheraf | 1 | -2480/+2947 | |
* Update airship quest * airship quest coding style fixes | |||||
2017-07-11 | Add tests for getdatatype | Haru | 1 | -2/+21 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-06-03 | add missing constants to specialeffect calls | gumi | 14 | -27/+27 | |
2017-06-03 | convert specialeffect calls with strings to use GID | gumi | 28 | -254/+254 | |
2017-06-03 | remove misceffect from npcs | gumi | 11 | -27/+27 | |
2017-06-03 | remove specialeffect2 from npcs | gumi | 112 | -619/+619 | |
2017-06-03 | Merge pull request #1684 from Smokexyz/refine-update | Haru | 3 | -82/+93 | |
Enriched refine chance correction | |||||
2017-06-03 | Add tests for the exponentiation operator | Haru | 1 | -0/+13 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-05-28 | remove the pow buildin from existing scripts | gumi | 2 | -6/+6 | |
2017-05-22 | Update npc/<re/>merchants/advanced_refiner.txt. | smokexyz | 2 | -4/+4 | |
2017-05-21 | Updated npc/re/merchants/shadow_refiner.txt to version 2.0 | Smokexyz | 1 | -78/+89 | |
2017-05-21 | Refine rate correction from kRO. | smokexyz | 1 | -2/+2 | |
Normal Ores: http://ro.gnjoy.com/news/probability/View.asp?category=4&seq=1941553&curpage=1 Enriched Ores: http://ro.gnjoy.com/news/probability/View.asp?category=4&seq=1941565&curpage=1 Event Normal Ores: http://ro.gnjoy.com/news/probability/View.asp?category=4&seq=1941558&curpage=1 Event Enriched Ores: http://ro.gnjoy.com/news/probability/View.asp?category=4&seq=1941567&curpage=1 | |||||
2017-05-12 | Optimize Uwe Kleine NPC, fix typos and an unintended fallthrough in quests_ein | skyleo | 1 | -2102/+618 | |
Uwe Kleine NPC had a lot of repetition, solved by using functions. There was a case where you'd select the option "About Cooking" which only displays text when ein_cook % 2 == 1 and ein_cook < 10, for any other case it would fallthrough to the next option. Wrong grammar and typos have been corrected as well, some of them outside of the Uwe Kleine NPC. | |||||
2017-04-25 | Merge pull request #1689 from Jedzkie/2-GiantFlyWing | Haru | 1 | -4/+8 | |
Implemented official Giant Fly Wing Effect | |||||
2017-04-23 | Merge pull request #1548 from AtlantisRO/goto_removal | Ridley | 25 | -1342/+1336 | |
Removed the usage of deprecated command goto from npc scripts (except custom folder) | |||||
2017-04-23 | Implemented official Giant Fly Wing Effect | Jedzkie | 1 | -4/+8 | |
Update the *warpparty script commmand, credits to Dastgir Coding-style fixes & whitespace adjustments in warpparty part in script.c | |||||
2017-04-05 | remove wrong warp in wizard job quest | Asheraf | 1 | -1/+0 | |
2017-03-16 | Fix wrong order of dialogue at Crusader Jobchange Quest. (#1637) | skyleo | 1 | -14/+22 | |
Fix wrong order of dialogue at Crusader Jobchange Quest. | |||||
2017-03-14 | Merge pull request #1627 from AtlantisRO/guild_investment | Ridley | 7 | -179/+451 | |
Fixes #1625. Fixes checks on Guild Dungeon Investment and separates Guild Dungeon mapflags for pre-renewal and renewal | |||||
2017-03-13 | Merge pull request #1628 from AtlantisRO/instance_mapflags | Ridley | 24 | -372/+35 | |
Fixes #1626. Adds missed mapflags on instances. | |||||
2017-03-13 | Fixes #1625. Fixes checks on Guild Dungeon Investment and separates Guild ↵ | AtlantisRO | 7 | -179/+451 | |
Dungeon mapflags for pre-renwal and renewal. Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-03-13 | Fixes #1626. Adds missed mapflags on instances. | AtlantisRO | 24 | -372/+35 | |
- Mapflags are moved into map_zone_db, this will make easier and more intuitive in the future to add mapflags to new instances and avoid miss any mapflag. - Zone mapflags for renewal instances are moved into renewal folder. Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-03-12 | Merge pull request #1611 from AtlantisRO/ins_nyd_fix | Ridley | 1 | -0/+4 | |
Fixes #1293. Attaches [Yggdrasil Gatekeeper] NPC to make him capable of read instance variables. | |||||
2017-03-08 | Removed the usage of deprecated command goto from npc scripts (except custom ↵ | AtlantisRO | 25 | -1342/+1336 | |
folder). Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-03-07 | Fixes #1293. Attaches [Yggdrasil Gatekeeper] NPC to make him capable of read ↵ | AtlantisRO | 1 | -0/+4 | |
instance variables. Signed-off-by: Ragno <ragno@atlantis-ro.net> | |||||
2017-03-04 | Follow-up 1b708585b7c2ce3f093a2b352fd5a37ad0cef79a add the variable to clear ↵ | Asheraf | 1 | -0/+2 | |
function | |||||
2017-03-04 | Merge pull request #1608 from Asheraf/sign | Ridley | 1 | -5/+5 | |
Change variable type on the sign quest | |||||
2017-03-04 | Merge pull request #1607 from Emistry/script_F_SexMes | Ridley | 1 | -10/+0 | |
Update Global Function - Remove F_SexMes | |||||
2017-03-04 | Change variable type on the sign quest | Asheraf | 1 | -5/+5 | |
credit rathena/rathena@800f22b77bb63c2305d05956de8fbe5db0327ded | |||||
2017-03-05 | Update Global Function - Remove F_Sex | Emistry Haoyan | 1 | -10/+0 | |
- not using in any script, could be easily replace by simply if-else condition. | |||||
2017-03-04 | Merge pull request #1596 from AtlantisRO/barricade_woe_se_fix | Ridley | 1 | -0/+29 | |
Barricades can no longer be hit by splash damage | |||||
2017-03-04 | Fix issue #1524 | Emistry Haoyan | 1 | -1/+1 | |
- double chance should only available for Enrich ores. | |||||
2017-03-01 | Adds a protection to 1st Barricade line on WoE SE maps to avoid splash ↵ | AtlantisRO | 1 | -0/+29 | |
damage without destroying Guardian Stones previously. | |||||
2017-02-20 | Fixes getbattleflag on npc/other/auction.txt ( Fixes #1580 ) | KirieZ | 1 | -1/+1 | |
2017-02-12 | Merge pull request #1575 from Asheraf/questprogress | Ridley | 3 | -4/+4 | |
remove useless check for questprogress | |||||
2017-02-11 | Merge pull request #1561 from Asheraf/moscovia | Ridley | 1 | -7/+118 | |
Add quest log for moscovia quests | |||||
2017-02-11 | remove useless check for questprogress | Asheraf | 3 | -4/+4 | |
2017-02-11 | Add quest log for moscovia quests | Asheraf | 1 | -7/+118 | |
2017-02-11 | Merge pull request #1559 from Ridley8819/nyd | Haru | 1 | -9/+9 | |
Adjust 2@nyd areamobs | |||||
2017-02-10 | Adds GvG2 zone on WoE:SE maps, disabling use of Leap/High Jump. Fixes #1391 | KirieZ | 1 | -0/+12 | |
2017-01-24 | Adjust 2@nyd areamobs | Ridley | 1 | -9/+9 | |
fixes 1551 http://herc.ws/board/tracker/issue-8657-nydhoggs-nest/ | |||||
2017-01-23 | Merge pull request #1555 from Asheraf/jupe | Ridley | 1 | -51/+59 | |
Add quest log for Juperos Ruins History Quest | |||||
2017-01-23 | Merge pull request #1493 from Emistry/script_eden_quest | Ridley | 1 | -94/+64 | |
Update Eden Quest script | |||||
2017-01-22 | Add quest log for Juperos Ruins History Quest | Asheraf | 1 | -51/+59 | |
* also change name of 2 variables to the official names - yuno_hist -> yuno_book - jupe_hist -> jupe_book partial merge of rathena/rathena@c488268d8c2fa74e1d16daf0c04a6bf2d36e2350 | |||||
2017-01-05 | Fixed announces from Koschei the Immortal (Moscovia Quests) (#1542) | landergate | 1 | -3/+3 | |
2017-01-03 | Merge pull request #1486 from MuzTank/master | Ibrahem Hossam | 1 | -0/+2 | |
Fixed airships.txt | |||||
2017-01-02 | Merge pull request #1536 from Asheraf/ontouch | Dastgir | 7 | -34/+3 | |
Fixed incorrect OnTouch label in Crow of Destiny Quest | |||||
2017-01-02 | Double NPC Name in Royal Guard job change quest (#1538) | Ridley | 1 | -1/+0 | |