The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Temporary WIN download link
Author Message
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #10
RE: Temporary WIN download link
Updated to [build 2437 / GIT hash 012ce90], changed the link to a .rar providing revisions, *.ini files and .dic like a regular nightly download.

Here's the list of changes:

Code:
25-08-2015, Coruja
Fixed: Food items not restoring char FOOD correctly.
Fixed: HitLeech[Life/Mana/Stam] and HitManaDrain properties making hits/mana/stam rise over the max char limit.
[sphere_spells.scp]: Removed SOUND / EFFECT_ID from Teleport spell. These values are already handled by Sphere.ini settings, and sphere_spells.scp values was making it play twice.

27-08-2015, Coruja
Added: New STEPSTEALTH char property to set how many steps the char can walk invisible while using Stealth skill. This property is set when using Stealth skill, will decrease -1 on each walk step (or -2 if running) and will reveal when reach 0.
Changed: Trigger @StepStealth no longer use ARGN1 to force reveal, the ARGN1=1 can be replaced by STEPSTEALTH=0.
Fixed: Missing buff icon when using INVIS (GM command).
[sphere_skills.scp]: New Stealth softcoded skill.
    -IMPORTANT: It's HIGHLY recommended update it, or this skill will stop working.

28-08-2015, XuN
Changed the way SPAWNS works, improved them and added more access functions:
    - Removed MEMORY_ISPAWNED from source (still present as a def in sphere_defs.scp for backwards-compat)
    - Updated SpawnItem to point directly to the spawn instead of redirecting to memory's link.
    - Moved SpawnItem (R) to COjbBase to affect both chars and items.
    - Spawned OBJs are now stored in the spawn, so SpawnItem only gives quick access to the spawn.
    - Functions added to spawns:
        - AT.n.KEY (R): Retrieves the 'KEY' val for the 'n' spawned item/char, examples: <at.0.name>, <at.0.str>...
        - COUNT (R): Returns the total count of spawned items or chars.
        - RESET (W): Removes every spawned Item/Char.
        - STOP (W): Removes every spawned Item/Char and stops the Spawn.
        - START (W): Same as DClicking the Spawn, but from function, without LOS/Distance/etc limitations (It just makes it start, doesn't reset it, so won't work if it's already working).
        - ADDOBJ uid (W): Adds the given UID(the Item/Char must exist obviously, so it must be created before) to the Spawned list, it doesn't check for MORE2 < AMOUNT or anything, it's a forced add. Example:
                ON=@GetHit
                    REF1=<SpawnItem>
                    SERV.NEWNPC=<baseid>
                    NEW.P=<P>
                    NEW.FLAGS |= STATF_CONJURED
                    REF1.ADDOBJ=<NEW>
        - DELOBJ uid (W): The opossite of ADDOBJ, removes one OBJ from this list (just remove from the list, it's not removing the OBJ itself).
NOTE: While updating for this build, when server is loading for first time and converting MEMORY_ISPAWNED to SpawnItem and removing these memories, Sphere will throw a memory_leak exception after loading the world because of the difference between items before loading (chars with memory_ispawned) and items after loading (memory_ispawned removed).

Added PREVBUILD storing in the worldsaves the current BUILD (__GITREVISION__), usefull to apply changes when updating the bin. Usage: <SERV.PrevBuild>
08-29-2015 01:23 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Temporary WIN download link - XuN - 08-24-2015, 04:24 AM
RE: Temporary WIN download link - XuN - 08-24-2015, 05:35 PM
RE: Temporary WIN download link - Lazarus - 08-25-2015, 03:57 AM
RE: Temporary WIN download link - XuN - 08-25-2015, 05:34 AM
RE: Temporary WIN download link - Coruja - 08-25-2015, 06:40 AM
RE: Temporary WIN download link - Lazarus - 08-26-2015, 02:09 AM
RE: Temporary WIN download link - Lazarus - 08-26-2015, 04:35 AM
RE: Temporary WIN download link - XuN - 08-29-2015 01:23 AM
RE: Temporary WIN download link - evening - 08-31-2015, 02:56 PM
RE: Temporary WIN download link - Coruja - 09-02-2015, 11:06 AM
RE: Temporary WIN download link - evening - 09-02-2015, 01:02 PM
RE: Temporary WIN download link - Ben - 09-06-2015, 10:02 AM

Forum Jump:


User(s) browsing this thread: 5 Guest(s)