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
Chessboard, checkers, dice and backgammon
Author Message
Non-GMO
Apprentice
*

Posts: 3
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Aug 2017
Reputation: 0



Post: #1
Chessboard, checkers, dice and backgammon
Hello everybody!

I have always found the above-mentioned games to be a very nice touch to UO. But I cannot open the chessboard with Sphere 56c. The dice are not working either. Does anyone know why?

Thanks.
08-11-2017 06:08 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

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



Post: #2
RE: Chessboard, checkers, dice and backgammon
No idea, if i try to click a chessboard the client crash (client 7.058.12)
08-11-2017 11:29 PM
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: #3
RE: Chessboard, checkers, dice and backgammon
Taking a quick look at the code I found that items with type=t_game_board open its gump (TDATA2) when DClicked, but on default script pack the items i_checkerboard / i_chessboard (items/sphere_item_misc.scp) doesnt have TDATA2 set. So you just need to add TDATA2=091a on these items to make it open the gump 091a
08-12-2017 09:28 AM
Find all posts by this user Like Post Quote this message in a reply
Non-GMO
Apprentice
*

Posts: 3
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Aug 2017
Reputation: 0



Post: #4
RE: Chessboard, checkers, dice and backgammon
Thanks for the answers. It works again for the checks and the chess. The backgammon was already working. Remains just the dice and the mahjong (+ the darts?)
I wonder whether there is any reset command for the pawns.

Where I come from, I saw everybody moving to using a server different from Sphere. But somehow, I prefer much more Sphere's gameplay.
08-12-2017 10:58 PM
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: #5
RE: Chessboard, checkers, dice and backgammon
I found the 'i_dice_cup' problem, the script was calling the function EMOTELOC which doesn't exist. You just need to open sphere_item_unsorted.scp and change the line
Code:
SRC.EMOTELOC -1,3,1062695,<SRC.NAME>,<R1,6>,<R1,6>
to
Code:
SRC.EMOTE rolls the dice and gets a <R1,6> and a <R1,6>!
the file is already updated on scripts pack so you can just copy/paste it if you prefer

but unfortunately the mahjong will be a bit difficult to make it work because it will require an huge rework to add many new functions/packets currently missing on sphere, and honestly it's not our priority spend this huge time for just an game board item, but maybe someday we can do it lol Big Grin
08-13-2017 04:32 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes Coruja's post
Post Reply 


Forum Jump:


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