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: #1
Temporary WIN download link
EDIT: Regular links are available again in http://sphere.torfo.org/index.php
(This post was last modified: 09-29-2015 04:39 PM by XuN.)
08-24-2015 04:24 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 2 users Like XuN's post
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 246
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: Temporary WIN download link
ahh i can finally scripts now !Big Grin
08-24-2015 06:47 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes darksun84's post
XuN
Sphere Developer
*****

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



Post: #3
RE: Temporary WIN download link
Yeah, after 8 years of slacking ... lol

BTW: This build is compiled with Visual Studio 2015, it will request for vcredist 2015 instead of the vcredist 2010 from nightlies page, here's the link for that installer: https://www.microsoft.com/en-us/download...x?id=48145
08-24-2015 05:35 PM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes XuN's post
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #4
RE: Temporary WIN download link
You will change the link everybuild on here? Can you put something there to know what REV is?

[Image: 2hy9q0y.png]
08-25-2015 03:57 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

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



Post: #5
RE: Temporary WIN download link
I'll update each time there are changes, rev can be show ingame typing .show serv.build, but i'll do that anyway.
08-25-2015 05:34 AM
Find all posts by this user Like Post Quote this message in a reply
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #6
RE: Temporary WIN download link
you can check the build version using ".show serv.build" or directly on file properties (windows only)

[Image: YqEQ3xn.png]
08-25-2015 06:40 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Coruja's post
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #7
RE: Temporary WIN download link
Error 0x0000007b can't open it. Trying solutions on google Tongue

[Image: 2hy9q0y.png]
08-26-2015 02:09 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
azmanomer
Journeyman
*

Posts: 139
Likes Given: 4
Likes Received: 18 in 16 posts
Joined: Nov 2013
Reputation: 1



Post: #8
RE: Temporary WIN download link
http://www.microsoft.com/tr-tr/download/...x?id=48145

download both 64bit and 32bit i solve that with this Tongue
08-26-2015 02:31 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes azmanomer's post
Lazarus
Master
**

Posts: 352
Likes Given: 11
Likes Received: 7 in 6 posts
Joined: Jun 2012
Reputation: 1

Hybris Ultima Online

Post: #9
RE: Temporary WIN download link
(08-26-2015 02:31 AM)azmanomer Wrote:  http://www.microsoft.com/tr-tr/download/...x?id=48145

download both 64bit and 32bit i solve that with this Tongue

Thanks. I missed the 32bits version Smile

[Image: 2hy9q0y.png]
08-26-2015 04:35 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
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 


Forum Jump:


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