GMS-like Wedding + Scissors of Karma + Maple Life + Buyback
Properly developed the Marriage feature in the source. Added TRAVEL_RATE server flag, a modifier for the travel frequency rate. Corrected stance for players in 3rd party view when entering a map to work similarly as GMS. Fixed mobs spamming skills incoherently. Added code support for old GMS-like PQ NPCs, where party leaders just need to click once to start a new PQ. Implemented podium system for the Hall of Fame PlayerNPCs. Improved character load-out system, now using way less queries to the DB in the process. Fixed birthday field for accounts not being read correctly. Further implemented the incomplete yet-existing Scissors of Karma mechanic. Fixed Duey not propagating item flags when packaging an item. Added a custom buyback system. Refactored the character creation system, now offering support for Maple Life. Fixed some issues with the PlayerNPC positioning system. Added server flag allowing AP assignment for novices (beginners under level 11). Fixed Strategy Time (GPQ) announcement being sent twice to guilds in certain cases. Tweaked mount EXP system now awarding it accordingly with the amount of tiredness healed. Removed the randomness aspect of closeness gain when feeding the pet, now acting accordingly with amount of fullness gained. Fixed an exploit with Arwen script. Fixed travel-back from Florina forcefully sending players to Lith Harbor in certain situations. Thoroughly reviewed job skill questlines for Explorers and Aran. Localhost edit: removed MTS block in certain maps (useful for the buyback system). Localhost edit: removed party blocks for novices. Localhost edit: removed AP assigning block for novices. Localhost edit: removed speed cap. Localhost edit: removed Maker block popping up when inputting ATK gems on non-weapons.
This commit is contained in:
@@ -137,13 +137,16 @@
|
||||
<int name="38" value="2061000" />
|
||||
<int name="39" value="2380011" />
|
||||
<int name="40" value="4000012" />
|
||||
<int name="41" value="4001369" />
|
||||
<int name="42" value="4010004" />
|
||||
<int name="43" value="4010005" />
|
||||
<int name="44" value="4020002" />
|
||||
<int name="45" value="4020003" />
|
||||
<int name="46" value="4031146" />
|
||||
<int name="47" value="4032379" />
|
||||
<int name="41" value="4001348" />
|
||||
<int name="42" value="4001369" />
|
||||
<int name="43" value="4010004" />
|
||||
<int name="44" value="4010005" />
|
||||
<int name="45" value="4020002" />
|
||||
<int name="46" value="4020003" />
|
||||
<int name="47" value="4031146" />
|
||||
<int name="48" value="4032317" />
|
||||
<int name="49" value="4032318" />
|
||||
<int name="50" value="4032379" />
|
||||
</imgdir>
|
||||
<string name="episode" value=" Lv. : 15\nForm : Plant\nSpecial Trait : Resistant to Poison Attribute Attacks.\n\nA Green Mushroom monster with a dull looking cap. Is a transformed version of the small poisonous mushrooms and is therefore immune to poison. These mushrooms are often spotted around construction sites or nearby dungeon entrances. These mushrooms are most likely poisonous so beware not to eat them no matter how hungry you are!" />
|
||||
</imgdir>
|
||||
@@ -188,15 +191,16 @@
|
||||
<int name="19" value="2380008" />
|
||||
<int name="20" value="4000005" />
|
||||
<int name="21" value="4001344" />
|
||||
<int name="22" value="4001356" />
|
||||
<int name="23" value="4001360" />
|
||||
<int name="24" value="4001371" />
|
||||
<int name="25" value="4010001" />
|
||||
<int name="26" value="4020000" />
|
||||
<int name="27" value="4030009" />
|
||||
<int name="28" value="4031773" />
|
||||
<int name="29" value="4032374" />
|
||||
<int name="30" value="4032376" />
|
||||
<int name="22" value="4001347" />
|
||||
<int name="23" value="4001356" />
|
||||
<int name="24" value="4001360" />
|
||||
<int name="25" value="4001371" />
|
||||
<int name="26" value="4010001" />
|
||||
<int name="27" value="4020000" />
|
||||
<int name="28" value="4030009" />
|
||||
<int name="29" value="4031773" />
|
||||
<int name="30" value="4032374" />
|
||||
<int name="31" value="4032376" />
|
||||
</imgdir>
|
||||
<string name="episode" value=" Lv. : 10\nForm : Plant\nSpecial Trait : Vulnerable to Fire Attribute Attacks.\n\nA slightly darker version of Stump, the tree stump monster. These monsters are often spotted around mountain highlands. While they are very similar to the Stump in their dried-up appearance, but these Dark Stumps have some moisture left in their bodies, still growing leaves somewhere inside their body. The Dark Stump has a lot stronger attacks and defenses as compared to Stump, so be careful not to confuse the two, especially if you're a beginner!" />
|
||||
</imgdir>
|
||||
@@ -227,13 +231,14 @@
|
||||
<int name="15" value="2061000" />
|
||||
<int name="16" value="2380010" />
|
||||
<int name="17" value="4000006" />
|
||||
<int name="18" value="4001361" />
|
||||
<int name="19" value="4001365" />
|
||||
<int name="20" value="4010003" />
|
||||
<int name="21" value="4020002" />
|
||||
<int name="22" value="4030010" />
|
||||
<int name="23" value="4030012" />
|
||||
<int name="24" value="4032378" />
|
||||
<int name="18" value="4001349" />
|
||||
<int name="19" value="4001361" />
|
||||
<int name="20" value="4001365" />
|
||||
<int name="21" value="4010003" />
|
||||
<int name="22" value="4020002" />
|
||||
<int name="23" value="4030010" />
|
||||
<int name="24" value="4030012" />
|
||||
<int name="25" value="4032378" />
|
||||
</imgdir>
|
||||
<string name="episode" value="Lv. : 12\nForm : Mammal\nSpecial Trait : Vulnerable to Electricity Attribute Attacks.\n\nHardly an octopus, this mutated octopus-like monster is a strange-looking creature that barely escaped the research lab of some outer space planet after being relentlessly tested on. There's apparently some people who like to cook friend meatballs with these octopus' legs. Often found around swamps and construction sites, Octopuses have been reportedly spotted more frequently around high altitude areas which seems to support the whole alien theory of their origins. " />
|
||||
</imgdir>
|
||||
@@ -442,13 +447,14 @@
|
||||
<int name="18" value="4000021" />
|
||||
<int name="19" value="4001342" />
|
||||
<int name="20" value="4001343" />
|
||||
<int name="21" value="4001357" />
|
||||
<int name="22" value="4001370" />
|
||||
<int name="23" value="4003004" />
|
||||
<int name="24" value="4010002" />
|
||||
<int name="25" value="4020001" />
|
||||
<int name="26" value="4030012" />
|
||||
<int name="27" value="4032377" />
|
||||
<int name="21" value="4001350" />
|
||||
<int name="22" value="4001357" />
|
||||
<int name="23" value="4001370" />
|
||||
<int name="24" value="4003004" />
|
||||
<int name="25" value="4010002" />
|
||||
<int name="26" value="4020001" />
|
||||
<int name="27" value="4030012" />
|
||||
<int name="28" value="4032377" />
|
||||
</imgdir>
|
||||
<string name="episode" value=" Lv. : 10\nForm : Mammal\n\nThere's always a sense of order, even in the world of Pigs. The most powerful of them wear a bright red ribbon which symbolizes their overpowering strength over others, and are treated as royalty. You don't believe it? Just go and try to hunt one of these Ribbon Pigs. You'll see that Ribbon Pigs are much more powerful than ordinary Pigs." />
|
||||
</imgdir>
|
||||
@@ -678,7 +684,6 @@
|
||||
<int name="19" value="4010001" />
|
||||
<int name="20" value="4010007" />
|
||||
<int name="21" value="4020006" />
|
||||
<int name="22" value="5240005" />
|
||||
</imgdir>
|
||||
<string name="episode" value=" Lv. : 20\nForm : Mammal\nSpecial Trait : -50% Sanctity Attribute Damage.\n\nA female Desert Rabbit found in deserts. Has a characteristically small pair of ears and a round body. Its staple food are clovers and carrots which grow around oases, and so these Desert Rabbits tend to be very good at finding food and water even in the deep desert. Desert Rabbits were apparently beloved pets that used to be raised by many a desert nomads. " />
|
||||
</imgdir>
|
||||
@@ -1099,6 +1104,7 @@
|
||||
<int name="18" value="4010007" />
|
||||
<int name="19" value="4020000" />
|
||||
<int name="20" value="4020007" />
|
||||
<int name="21" value="4032402" />
|
||||
</imgdir>
|
||||
<string name="episode" value=" Lv. : 24\nForm : Mammal\n\nA type of Talpidae that lives only in the desert. It hunts for food under the sand. It has a good rapport with the Sand Dwarves, so it is frequently seen carrying a small Sand Dwarf on its head." />
|
||||
</imgdir>
|
||||
@@ -1132,6 +1138,8 @@
|
||||
<int name="20" value="4010001" />
|
||||
<int name="21" value="4010002" />
|
||||
<int name="22" value="4010007" />
|
||||
<int name="23" value="4031568" />
|
||||
<int name="24" value="4032401" />
|
||||
</imgdir>
|
||||
<string name="episode" value=" Lv. : 29\nForm : Mammal\n\nA type of scorpion that lives only in the desert. Although it has a poisonous sting on its tail, the sting is rarely used to attack; only a very few number of people have been attacked by its sting. In that sense, Russellon, who lost an eye to the Scorpion, is a very rare case." />
|
||||
</imgdir>
|
||||
@@ -1340,10 +1348,11 @@
|
||||
<int name="28" value="2061000" />
|
||||
<int name="29" value="2381002" />
|
||||
<int name="30" value="4000009" />
|
||||
<int name="31" value="4010006" />
|
||||
<int name="32" value="4020005" />
|
||||
<int name="33" value="4020006" />
|
||||
<int name="34" value="4030012" />
|
||||
<int name="31" value="4001351" />
|
||||
<int name="32" value="4010006" />
|
||||
<int name="33" value="4020005" />
|
||||
<int name="34" value="4020006" />
|
||||
<int name="35" value="4030012" />
|
||||
</imgdir>
|
||||
<string name="episode" value=" Lv. : 20\nForm : Plant\n\nA mushroom monster with a blue cap. Is the fattest looking mushroom of all the mushrooms in that family of monsters. For a mushroom, which are just about everywhere throughout Maple World, it is one of the rarer breeds. But go nearby Henesys and you'll find yourself entering into the Blue Mushroom Forest! These mushrooms will give up some gold at times, enriching the lives of many happy adventurers. " />
|
||||
</imgdir>
|
||||
@@ -7739,8 +7748,9 @@
|
||||
<int name="14" value="4000440" />
|
||||
<int name="15" value="4010001" />
|
||||
<int name="16" value="4020003" />
|
||||
<int name="17" value="4130001" />
|
||||
<int name="18" value="4130014" />
|
||||
<int name="17" value="4032326" />
|
||||
<int name="18" value="4130001" />
|
||||
<int name="19" value="4130014" />
|
||||
</imgdir>
|
||||
<string name="episode" value="Lv.: 57\nForm : Mammal\n\nVicious boars that live in Ellin Forest. Boasting notably thick coat of fur and tough hide, these monsters do not easily incur damage even when attacked with a spear. It is suspected that they will one day become like the Wild Boars." />
|
||||
</imgdir>
|
||||
@@ -8207,19 +8217,18 @@
|
||||
<int name="16" value="1102024" />
|
||||
<int name="17" value="1302012" />
|
||||
<int name="18" value="1472020" />
|
||||
<int name="19" value="1702131" />
|
||||
<int name="20" value="2000004" />
|
||||
<int name="21" value="2000006" />
|
||||
<int name="22" value="2040401" />
|
||||
<int name="23" value="2040418" />
|
||||
<int name="24" value="2383045" />
|
||||
<int name="25" value="4000050" />
|
||||
<int name="26" value="4004002" />
|
||||
<int name="27" value="4007004" />
|
||||
<int name="28" value="4010001" />
|
||||
<int name="29" value="4020008" />
|
||||
<int name="30" value="4130008" />
|
||||
<int name="31" value="4130015" />
|
||||
<int name="19" value="2000004" />
|
||||
<int name="20" value="2000006" />
|
||||
<int name="21" value="2040401" />
|
||||
<int name="22" value="2040418" />
|
||||
<int name="23" value="2383045" />
|
||||
<int name="24" value="4000050" />
|
||||
<int name="25" value="4004002" />
|
||||
<int name="26" value="4007004" />
|
||||
<int name="27" value="4010001" />
|
||||
<int name="28" value="4020008" />
|
||||
<int name="29" value="4130008" />
|
||||
<int name="30" value="4130015" />
|
||||
</imgdir>
|
||||
<string name="episode" value=" Lv. : 60\nForm : Mammal\nSpecial Trait : -50% Ice Attribute Damage. Vulnerable to Fire Attribute Attacks.\n\nA monster that is occasionally found in the snowfield far from El Nath. It wears a golden crown, and can move with finesse even on ice as it has quickly adapted the surroundings of icy snowfield. Now, it can move faster in snowfield than any other monsters, so you should always be on the lookout should this monster begin to attack. Its dashing speed and subsequent attack render Pepe a difficult monster to avoid. Only found in snowfields, Pepes have a very close relationship with the Yetis, which explains why Yetis are occasionally found with a Pepe mounted on their heads, although no one has discovered how this phenomenon was started. " />
|
||||
</imgdir>
|
||||
@@ -10714,9 +10723,10 @@
|
||||
<int name="23" value="4006000" />
|
||||
<int name="24" value="4010005" />
|
||||
<int name="25" value="4020005" />
|
||||
<int name="26" value="4031740" />
|
||||
<int name="27" value="4130012" />
|
||||
<int name="28" value="4130013" />
|
||||
<int name="26" value="4031737" />
|
||||
<int name="27" value="4031740" />
|
||||
<int name="28" value="4130012" />
|
||||
<int name="29" value="4130013" />
|
||||
</imgdir>
|
||||
<string name="episode" value=" Lv. : 80\nForm : Enchanted\n\nA strange form of life created in a beaker, which has eventually become independently mobile. It was intended to be a project of creating a life form mainly consisting of soil based on the force of nature, but an accidental drop of blood resulted in this mysterious, unidentifiable creature. It began its life as one creature before undergoing a biological variation that has bifurcated this monster into two separate creatures." />
|
||||
</imgdir>
|
||||
@@ -12406,11 +12416,12 @@
|
||||
<int name="43" value="4031171" />
|
||||
<int name="44" value="4031172" />
|
||||
<int name="45" value="4031175" />
|
||||
<int name="46" value="4031453" />
|
||||
<int name="47" value="4031458" />
|
||||
<int name="48" value="4130001" />
|
||||
<int name="49" value="4130003" />
|
||||
<int name="50" value="4130008" />
|
||||
<int name="46" value="4031448" />
|
||||
<int name="47" value="4031453" />
|
||||
<int name="48" value="4031458" />
|
||||
<int name="49" value="4130001" />
|
||||
<int name="50" value="4130003" />
|
||||
<int name="51" value="4130008" />
|
||||
</imgdir>
|
||||
<string name="episode" value=" Lv. : 108\nForm : Devil\nSpecial Trait : Vulnerable to Sanctity Attribute Attacks. -50% Ice Attribute Damage.\n\nA creature of an alternate dimension that Papulatus summoned to prevent any form of intrusion into the operation room of the Clocktower. It is a wizard of another dimension linked to the Dimensional Schism which attacks intruders using its magic skills." />
|
||||
</imgdir>
|
||||
@@ -12600,27 +12611,29 @@
|
||||
<int name="17" value="2044110" />
|
||||
<int name="18" value="2044702" />
|
||||
<int name="19" value="2049000" />
|
||||
<int name="20" value="2290030" />
|
||||
<int name="21" value="2290044" />
|
||||
<int name="22" value="2290054" />
|
||||
<int name="23" value="2290066" />
|
||||
<int name="24" value="2290092" />
|
||||
<int name="25" value="2290103" />
|
||||
<int name="26" value="2386017" />
|
||||
<int name="27" value="4000244" />
|
||||
<int name="28" value="4000245" />
|
||||
<int name="29" value="4000272" />
|
||||
<int name="30" value="4004001" />
|
||||
<int name="31" value="4006000" />
|
||||
<int name="32" value="4006001" />
|
||||
<int name="33" value="4007000" />
|
||||
<int name="34" value="4007005" />
|
||||
<int name="35" value="4010000" />
|
||||
<int name="36" value="4020004" />
|
||||
<int name="37" value="4130004" />
|
||||
<int name="38" value="4130006" />
|
||||
<int name="39" value="4130008" />
|
||||
<int name="40" value="4130011" />
|
||||
<int name="20" value="2280016" />
|
||||
<int name="21" value="2290030" />
|
||||
<int name="22" value="2290044" />
|
||||
<int name="23" value="2290054" />
|
||||
<int name="24" value="2290066" />
|
||||
<int name="25" value="2290075" />
|
||||
<int name="26" value="2290092" />
|
||||
<int name="27" value="2290103" />
|
||||
<int name="28" value="2386017" />
|
||||
<int name="29" value="4000244" />
|
||||
<int name="30" value="4000245" />
|
||||
<int name="31" value="4000272" />
|
||||
<int name="32" value="4004001" />
|
||||
<int name="33" value="4006000" />
|
||||
<int name="34" value="4006001" />
|
||||
<int name="35" value="4007000" />
|
||||
<int name="36" value="4007005" />
|
||||
<int name="37" value="4010000" />
|
||||
<int name="38" value="4020004" />
|
||||
<int name="39" value="4130004" />
|
||||
<int name="40" value="4130006" />
|
||||
<int name="41" value="4130008" />
|
||||
<int name="42" value="4130011" />
|
||||
</imgdir>
|
||||
<string name="episode" value=" Lv. : 105\nForm : Reptile\n\nA group of young dragons that live in the nest. Ever since their amicable relationship with the Halflings came to an end, they have been left unattended without the protection that Halflings once supplied. The Jr. Newties cannot leave their nests, but they have the power to attack using a sound wave at a distance. When the Jr. Newties are attacked, a messenger of the nest that protect the Jr. Newties appears. " />
|
||||
</imgdir>
|
||||
@@ -14267,9 +14280,10 @@
|
||||
<int name="16" value="2044101" />
|
||||
<int name="17" value="2044201" />
|
||||
<int name="18" value="2388011" />
|
||||
<int name="19" value="4031437" />
|
||||
<int name="20" value="4031438" />
|
||||
<int name="21" value="4031551" />
|
||||
<int name="19" value="4001118" />
|
||||
<int name="20" value="4031437" />
|
||||
<int name="21" value="4031438" />
|
||||
<int name="22" value="4031551" />
|
||||
</imgdir>
|
||||
<string name="episode" value=" Lv. : 70\nForm : Devil\nSpecial Trait : -50% Damage of All Attributes.\n\nA longtime pirate captain who's dominated the oceans of Ossyria over a long period of time. Known for its uncontested domination of the Ossyria oceans, Lord Pirate has taunted numerous people and has collected countless loads of treasures over the years, but ended up in stormy waters after following a map that was discovered in some desert island. Lord Pirate has been injured since then and has been stuck near Herb Town. Despite the injury, Lord Pirate lost nothing of its vicious character. In fact, it has been using Herb Town as its strategic base to invade the nearby Kingdom of Bellflower, holding them captive as slaves. Guon, an old yet loyal subject, is currently recruiting adventurers to rescue the prince Bellflower Root, Wu Yang. " />
|
||||
</imgdir>
|
||||
@@ -14517,10 +14531,10 @@
|
||||
<int name="45" value="1492035" />
|
||||
<int name="46" value="1492036" />
|
||||
<int name="47" value="1492037" />
|
||||
<int name="48" value="2000004" />
|
||||
<int name="49" value="2000005" />
|
||||
<int name="50" value="2000006" />
|
||||
<int name="51" value="2000016" />
|
||||
<int name="48" value="2000002" />
|
||||
<int name="49" value="2000004" />
|
||||
<int name="50" value="2000005" />
|
||||
<int name="51" value="2000006" />
|
||||
<int name="52" value="2001000" />
|
||||
<int name="53" value="2001002" />
|
||||
<int name="54" value="2020000" />
|
||||
@@ -14703,6 +14717,8 @@
|
||||
<int name="30" value="4020002" />
|
||||
<int name="31" value="4020003" />
|
||||
<int name="32" value="4032316" />
|
||||
<int name="33" value="4032317" />
|
||||
<int name="34" value="4032318" />
|
||||
</imgdir>
|
||||
<string name="episode" value="Level : Lv.15\nType : Plants\nNotes: Immune to poison-based attacks.\n\nA mushroom monster featuring a dirty green cap, and has that sick look on its face as if it's about to throw up any minute." />
|
||||
</imgdir>
|
||||
@@ -14740,6 +14756,7 @@
|
||||
<int name="26" value="4010004" />
|
||||
<int name="27" value="4020007" />
|
||||
<int name="28" value="4031773" />
|
||||
<int name="29" value="4032319" />
|
||||
</imgdir>
|
||||
<string name="episode" value="Level : Lv.19\nType : Plants\n\nA rare Stump that can only be found around relics. Features a unique face even for a Ghost Stump. Its ever-present smile makes one wonder whether it has a good day or not. Some scholars call it the smile that makes one punch its face. (String) (String)" />
|
||||
</imgdir>
|
||||
@@ -14783,7 +14800,8 @@
|
||||
<int name="29" value="4010002" />
|
||||
<int name="30" value="4010003" />
|
||||
<int name="31" value="4020003" />
|
||||
<int name="32" value="4032399" />
|
||||
<int name="32" value="4032321" />
|
||||
<int name="33" value="4032399" />
|
||||
</imgdir>
|
||||
<string name="episode" value="Level : Lv.24\nType : Immortal\nNotes: Weak against holy attacks\n\nA mushroom monster that was revived using the charm of a dead figure. These mushrooms feature a unique facial expression that makes them look like they are under much duress. (String)" />
|
||||
</imgdir>
|
||||
|
||||
Reference in New Issue
Block a user