Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-06 | Fix 2nd parameter being truly optional on misceffect. Document it too. | Dennis Friis | 1 | -4/+5 | |
The name parameter can now be omitted safely. | |||||
2009-06-06 | Add support for optional charname target to script function misceffect. | Dennis Friis | 1 | -2/+10 | |
misceffect int number - shows effect on NPC misceffect int number, string taget - shows effect on named target | |||||
2009-05-30 | Added documentation for several eAthena extensions. Moved OnPCKillEvent ↵ | Fate | 1 | -2/+1 | |
magic label to OnPCKilledEvent, added complementary OnPCKillEvent that is the same, except invoked on a killer RID context. | |||||
2009-05-16 | Added sc_check command to determine whether a given status change is active | Fate | 1 | -0/+18 | |
2009-05-15 | builtin_menu: allocate memory for terminator byte | Fate | 1 | -1/+1 | |
2009-05-14 | Merge branch 'master' of git@gitorious.org:tmw-eathena/mainline | Fate | 1 | -5/+8 | |
2009-05-13 | Fixed all compiler warnings and several small bugs in the process | MadCamel | 1 | -3/+6 | |
2009-05-13 | menu command: skip all options after (and including) the first option with a ↵ | Fate | 1 | -8/+20 | |
blank line | |||||
2009-05-13 | Cleans up the net code for effects | Chuck Miller | 1 | -2/+2 | |
Removes the 0x1f3 packet since its the same as 0x19b packet, and our client doesn't handle 0x1f3. | |||||
2009-05-12 | Add a script function to see if the player is dead | Jared Adams | 1 | -2/+15 | |
2009-05-03 | Changed all times to use UTC | MadCamel | 1 | -3/+3 | |
2009-04-22 | Added 'shop' command to trigger a nearby shop | MadCamel | 1 | -1/+22 | |
2009-03-16 | Only resume script after divorce if need to | Jared Adams | 1 | -1/+4 | |
2009-03-16 | Now possible to divorce when partner is offline | MadCamel | 1 | -0/+3 | |
2009-03-14 | Fix some storage-related code | Jared Adams | 1 | -3/+12 | |
You can't end NPC scripts with openstorage, which will now wait for the user. | |||||
2009-03-11 | FIx a bug dealing with storage and scripting | Jared Adams | 1 | -0/+1 | |
Also remove some depug printing statements that were accidentally commited | |||||
2009-03-08 | Remove pet and vending systems | Jared Adams | 1 | -262/+12 | |
2009-03-02 | Add another function for checking player location | Jared Adams | 1 | -1/+28 | |
You can now check to see if they are in a specified rectangle. | |||||
2009-03-01 | Allow divorce function to be used as a condition | Jared Adams | 1 | -1/+1 | |
2009-01-31 | Add functionality for healer XP handling | Fate | 1 | -1/+1 | |
2009-01-23 | Allow getitemname to take a string | Jared Adams | 1 | -7/+17 | |
2009-01-11 | Added setskill script command to set skill levels permanently. | Fate | 1 | -0/+22 | |
2009-01-10 | Added `isat' scripting command | Fate | 1 | -0/+26 | |
2008-12-28 | Add a fuction to add a timer to all PCs in an area | Jared Adams | 1 | -2/+40 | |
This can be used to easily perform an action on all the PCs in the area. All script facilities are available to such functions. | |||||
2008-12-25 | Remove some unused skill stuff | Jared Adams | 1 | -16/+0 | |
This is in preperation of using passive skills | |||||
2008-12-03 | Replaced use of rand()%range by peavey's MRAND() macro after complaints ↵ | Fate | 1 | -2/+2 | |
about script randomness | |||||
2008-11-22 | Recompute character status after `nude' script command | Fate | 1 | -2/+3 | |
2008-11-02 | * Minor cleanup in login server | Jared Adams | 1 | -2/+1 | |
* Char server now records client version and reports it to map server * Map server will now report all skills (even ones with dangerous indices) for client version 1 and above * Use status change val1 (instead of val2) index for speed potions, so that they can be triggered more easily from within scripts * Item database now also keeps track of the effect that items have on the spower stat * spower is now based on level + int*2 + modifier (see last point) * Minor bugfixes in support functionality for the SLang interpreter - Do not restart the map server without also restarting the char server, as the interserver protocol has changed slightly! (patch by fate) | |||||
2008-10-30 | Commit Mantis 519: `pow' function for eAthena scripting | Jared Adams | 1 | -0/+18 | |
2008-10-27 | Commit Mantis 518: Monster Oil quest crashes server | Jared Adams | 1 | -2/+2 | |
2008-10-11 | Commit magic patch v13 | Jared Adams | 1 | -1/+61 | |
2008-04-02 | initial checkin | Dennis Friis | 1 | -0/+6700 | |