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-nmm6 (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-nmm6 (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-nmm6 (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
The UO Project
Author Message
nersos
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #1
The UO Project
So at the TUP server we have a litle bug in our personal houses, we can open and close if outside, but if we are inside we cant close or open. we just can do it if we are in the midle of the door, if we are 1 tile back it says "you can't reach that". any sugestions to correct that? any help would be nice Big Grin
02-26-2013 01:07 PM
Find all posts by this user Like Post Quote this message in a reply
RanXerox
Master
**

Posts: 550
Likes Given: 1
Likes Received: 12 in 9 posts
Joined: Dec 2010
Reputation: 19



Post: #2
RE: The UO Project
What exact version of sphereserver?

Assuming you are using a modern version... What values in the sphere.ini file do you have for the following:

// Uses the new LoS algorithm
// ADVANCEDLOS_DISABLED 0x00 // Disabled, use the old method
// ADVANCEDLOS_PLAYER 0x01 // Enabled only for players
// ADVANCEDLOS_NPC 0x02 // Enabled only for NPCs
AdvancedLos=0
02-26-2013 01:36 PM
Find all posts by this user Like Post Quote this message in a reply
nersos
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #3
RE: The UO Project
Sphere Version 0.56b-Nightly [Linux] by http://www.sphereserver.com, compiled at Jan 6 2013 (00:01:20), internal build #1556

can you tell me more what is LoS?
(This post was last modified: 02-26-2013 01:52 PM by nersos.)
02-26-2013 01:50 PM
Find all posts by this user Like Post Quote this message in a reply
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #4
RE: The UO Project
Line of Sight

[Image: 2nis46r.jpg]
02-26-2013 01:59 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
nersos
Apprentice
*

Posts: 6
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Feb 2013
Reputation: 0



Post: #5
RE: The UO Project
its not working m8's

[Image: Sem_T_tulo_1.png]
02-26-2013 07:38 PM
Find all posts by this user Like Post Quote this message in a reply
Ultima One
Journeyman
*

Posts: 238
Likes Given: 7
Likes Received: 10 in 6 posts
Joined: Jan 2013
Reputation: 6

Ultima One

Post: #6
RE: The UO Project
Lol...

Seems the diagonal LoS is not working when you are to the side and 1 til away of an open door, that opens away from you. it used to be fine Tongue

ULTIMA ONE
The modern, sphere powered Ultima Online server
02-26-2013 10:28 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Crusader
Master
**

Posts: 254
Likes Given: 7
Likes Received: 19 in 12 posts
Joined: Apr 2012
Reputation: 6

Erehwon New Hera

Post: #7
RE: The UO Project
[TYPEDEF T_DOOR]
ON=@DClick
IF (<SRC.DISTANCE> >= 4)
SRC.SYSMESSAGE You are too far away
ELSE
USEITEM
SRC.SYSMESSAGE You open the door
ENDIF
RETURN 1

[TYPDEF T_DOOR_UNLOCKED]
ON=@DClick
IF (<SRC.DISTANCE> >= 4)
SRC.SYSMESSAGE You are too far away
ELSE
USEITEM
SRC.SYSMESSAGE You open the door
ENDIF
RETURN 1
02-26-2013 10:34 PM
Find all posts by this user Like Post Quote this message in a reply
Ultima One
Journeyman
*

Posts: 238
Likes Given: 7
Likes Received: 10 in 6 posts
Joined: Jan 2013
Reputation: 6

Ultima One

Post: #8
RE: The UO Project
Crashes server when the door closes.

ULTIMA ONE
The modern, sphere powered Ultima Online server
02-26-2013 10:38 PM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Crusader
Master
**

Posts: 254
Likes Given: 7
Likes Received: 19 in 12 posts
Joined: Apr 2012
Reputation: 6

Erehwon New Hera

Post: #9
RE: The UO Project
hm sorry, i guess u should put return 0 ^^'
02-26-2013 11:24 PM
Find all posts by this user Like Post Quote this message in a reply
Staff_Stanic
Journeyman
*

Posts: 96
Likes Given: 25
Likes Received: 14 in 8 posts
Joined: Nov 2012
Reputation: 1

Dimension Shard

Post: #10
RE: The UO Project
Code:
[TYPEDEF T_DOOR]
ON=@DClick
IF (<SRC.DISTANCE> >= 4)
SRC.SYSMESSAGE You are too far away
return 1
ENDIF
SRC.SYSMESSAGE You open the door
(This post was last modified: 02-27-2013 01:56 AM by Staff_Stanic.)
02-27-2013 01:56 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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