Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-03-04 | Merge pull request #1606 from Smokexyz/mds | Haru | 2 | -0/+91 | |
Issue and Pull Request Templates. | |||||
2017-03-05 | Added issue and pull request templates | Smokexyz | 2 | -0/+91 | |
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 #1592 from mekolat/getd2 | Haru | 2 | -103/+121 | |
revert #1586, add getvariableofpc | |||||
2017-03-04 | Fixed some spelling (#1599) | Flipp | 2 | -2/+2 | |
* Change spelling in map_zone_db | |||||
2017-03-04 | Merge pull request #1605 from Shizuke/patch-1 | smokexyz | 1 | -2/+1 | |
Fixing Beast Strafe | |||||
2017-03-04 | Fixing Beast Strafe | Shizuke | 1 | -2/+1 | |
Beast Strafe has no target and it should have. | |||||
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 | Merge pull request #1602 from Emistry/script_shadow_refiner | smokexyz | 1 | -1/+1 | |
Fix issue #1524 | |||||
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-26 | add getvariableofpc() buildin | gumi | 2 | -2/+72 | |
2017-02-26 | allow character and account variables to reference another registry | gumi | 1 | -15/+59 | |
2017-02-26 | fix code style in set_reg | gumi | 1 | -19/+32 | |
2017-02-26 | fix indentation in set_reg | gumi | 1 | -44/+44 | |
2017-02-26 | fix code style in script_array_src | gumi | 1 | -5/+6 | |
2017-02-26 | fix indentation in script_array_src | gumi | 1 | -22/+22 | |
2017-02-26 | fix code style in get_val | gumi | 1 | -17/+22 | |
2017-02-26 | fix indentation in get_val | gumi | 1 | -52/+52 | |
2017-02-26 | Revert "allow to get vars of other players with getd" | gumi | 2 | -213/+98 | |
This reverts commit eb5fc0076764d2f604e6a484fe144988f6e9da9b. | |||||
2017-02-26 | Fix a CI build failure (gcc-5) | Haru | 1 | -6/+6 | |
- Debian Stretch no longer offers gcc-5. Those builds have now been switched to Sid, which still offers it. - The gcc-5 builds have been moved fromthe primary to the secondary pipeline stage. Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-02-26 | Merge pull request #1586 from mekolat/getd2 | Ridley | 2 | -98/+213 | |
Allow getd to get vars if other players | |||||
2017-02-26 | Added option to show classchange only to one player (#1587) | Guilherme G. M | 7 | -38/+44 | |
* Added option to show classchange only to one player | |||||
2017-02-25 | allow to get vars of other players with getd | gumi | 2 | -98/+213 | |
2017-02-26 | Merge pull request #1588 from mekolat/chr2 | Ridley | 2 | -1/+46 | |
add ascii manipulation buildins | |||||
2017-02-25 | add chr() and ord() buildins | gumi | 2 | -1/+46 | |
2017-02-24 | Merge pull request #1585 from guilherme-gm/disguise-fix | Ridley | 1 | -0/+12 | |
Fixes disguise position de-synchronization | |||||
2017-02-24 | Merge pull request #1567 from guilherme-gm/fix-nameditem | Ridley | 2 | -2/+19 | |
Fixes named items having their names changed when near other players | |||||
2017-02-21 | Fixes disguise position de-synchronization (Fixes #1078) | KirieZ | 1 | -0/+12 | |
Thanks @Lemongrass3110 | |||||
2017-02-20 | Merge pull request #1581 from guilherme-gm/auction-fix | Ridley | 1 | -1/+1 | |
Fixes getbattleflag on npc/other/auction.txt | |||||
2017-02-20 | Fixes getbattleflag on npc/other/auction.txt ( Fixes #1580 ) | KirieZ | 1 | -1/+1 | |
2017-02-19 | Merge pull request #1457 from Ridley8819/unit | Ibrahem Hossam | 1 | -1/+1 | |
Fixes Range Exploit | |||||
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-11 | Merge pull request #1565 from guilherme-gm/woe-se-skillfix | Ridley | 1 | -0/+12 | |
Adds GvG2 zone to WoE:SE maps | |||||
2017-02-10 | Adds GvG2 zone on WoE:SE maps, disabling use of Leap/High Jump. Fixes #1391 | KirieZ | 1 | -0/+12 | |
2017-02-06 | Fixes named items having their names changed when near other players/name's ↵ | KirieZ | 2 | -2/+19 | |
owner. Fixes #1206 | |||||
2017-02-05 | Update gitlab-ci configuration to match current debian packages | Haru | 1 | -87/+109 | |
- In stretch, `libmysqlclient-dev` is no longer available. All the stretch builds are now using `libmariadbclient-dev-compat` instead. - `clang-4.0` builds have been added. - Where it makes sense to, version-specific builds are now targeting the distribution name rather than the meta-name (`jessie` instead of `stable`). This makes them less prone to breakage when stretch will be released. - The `mysql-5.7` builds now use the `mysql-client-5.7` package since it's available (they were previously using a generic `mysql-client` package.) - The `mariadb-10` builds have been renamed to `mariadb-10.0`, since they use that specific version of the package. - The `mariadb-latest` builds now use the `mariadb-client-10.1` package, and are based on debian unstable. Signed-off-by: Haru <haru@dotalux.com> | |||||
2017-01-28 | ItemDB SQL Sync | Hercules.ws | 1 | -1/+1 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2017-01-28 | Merge pull request #1562 from mekolat/chat-area | Andrei Karas | 5 | -3/+9 | |
remove hardcoded chat area size | |||||
2017-01-27 | remove hardcoded chat area size from clif.c, add chat_area_size to battleconf | gumi | 5 | -3/+9 | |
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 #1557 from Asheraf/moc | Ridley | 1 | -1/+1 | |
Correct Para_Team_Mark_ effect. |