16
I Use This!
Very Low Activity

Commits : Listings

Analyzed 29 days ago. based on code collected 29 days ago.
Jan 16, 2024 — Jan 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed: (WC) Create KA script on NPC pages now creates a valid script, which won't crash the server when not changed. (Though it will still be a meaningless script.) More... over 7 years ago
Added debug line for completion of loaded script
Talad
as lpancallo
More... almost 8 years ago
Added more documentation of classes.
Talad
as lpancallo
More... about 8 years ago
Fixed some class descriptions
Talad
as lpancallo
More... about 8 years ago
Changed phrase on training to be more IC
Talad
as lpancallo
More... about 8 years ago
Fixed: fixed a bug where the combat stance would not set correctly set when canceling a work event. More... about 8 years ago
Fixed: (WC) fixed an uninitialized variable. More... about 8 years ago
Fixed: (WC) mount and pet option were reversed in the change NPC type list. More... about 8 years ago
Added the $pathToWC variable More... about 8 years ago
Changed how the prospectValidator finds the path to WC (now stored in /secure/db_config.php). It will find that folder without requiring any configuration if the prospectValidator is in a folder on the same level as /secure/ More... about 8 years ago
Added: (WC) editing NPCs now allows you to change their type (NPC/MOUNT/PET). More... about 8 years ago
Fixed: workmanager can now use the "ResultQuantity" variable from the "Calculate Mining Odds" script to return multiple items in production events if the item is stackable. More... about 8 years ago
Fixed: KA-script dialogs now show "NPC Dialog:" as title instead of "(Unknown)". More... about 8 years ago
Fixed: summon familiar (both mounts and pets) now always loads from the database, this avoids problems with morphed mounts/pets that have their morph spell on the (deleted) GemActor they had while ingame and the effect on the (cached) psCharacter, causing them to be stuck in the morph until removed from cache. More... about 8 years ago
Fixed: (WC) Removed reference to an already removed function, which prevented the propespect quest validator from loading. More... about 8 years ago
Added: A math script called "CalculateChanceOfMountSuccess" will be called before a player can mount, it gets 2 variables "Mount" and "Actor", both of GemActor type, it is supposed to set a variable named "Result", if it set to a positive number, it will allow the mounting, if it is set to 0 or not at all, it will not allow mounting. If the script does not exist on the server, it will be ignored. More... about 8 years ago
Fixed: (WC) fixed a typo in the display of a failed access check (cosmetic only). More... about 8 years ago
Added: (WC) made a page to read/edit server news. Made a public server news page (capable of operating outside of the WC), which the server news page on the main site could read from. More... about 8 years ago
Added: made a database table for server news in the WC, which the main sites server news can then read from. More... about 8 years ago
Fixed: All new characters now start in the tutorial area, also if the account already has other characters, so returning players get a chance to catch up on mechanics. (Players can still skip the tutorial if they want.) More... about 8 years ago
Fixed: items given by progression events now set maxQuality as well as quality when the "itemquality" tag is used, so if set to 200, you will now get a 200/200 item, instead of a 200/50 (or whatever the default max value for your item is). More... about 8 years ago
Fixed: (WC) Player/NPC item list now also displays what an item got renamed to (if anything). Also fixed various XHTML issues. More... about 8 years ago
Fixed: (WC) ka_script listing is now sorted by "name", case insensitive, ascending. More... about 8 years ago
Fixed: (WC) factions list now also shows ID. More... about 8 years ago
Fixed: (WC) quest validator does no longer warn about "require variable" variables not starting with Quest_ More... about 8 years ago
Added: (WC) list lootmodifiers can now also sort by probability More... about 8 years ago
Fixed: (WC) list lootmodifiers now also displays ID's. Also fixed various XHTML issues. More... about 8 years ago
fixed: the <item> tag in progression events can now use variables/math expressions in the randomlevel and randomcost variables. More... about 8 years ago
Fixed: (WC) race info page can now delete spawn points that contain decimal fractions (aka floating points) in any of their fields. Also fixed various XHTML issues. More... about 8 years ago
Fixed: (WC) Faction page can now edit the name field. Also fixed some XHTML errors. More... about 8 years ago