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
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 786 - File: showthread.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/showthread.php 786 errorHandler->error






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Guild Stone Help
Author Message
KyleH112
Apprentice
*

Posts: 18
Likes Given: 0
Likes Received: 6 in 4 posts
Joined: Oct 2012
Reputation: 0



Post: #1
Guild Stone Help
I'm having trouble opening the guild stone menu, as a GM it works fine. Yes I have searched the forums and have tried all the methods that were listed from adding the event into Sphere.ini to typing .guildmenu and also adding
ON=@DCLICK
src.guildmenu
return 1
inside the guildstone code.

I am using the default guild stone scripts as well.

The console error when I double click the stone...

Code:
04:12:ERROR:(sphere_guild_dlg_main.scp,15)Undefined keyword 'closealldialogs'
04:12:ERROR:(sphere_guild_dlg_main.scp,15)Undefined keyword 'closealldialogs'
04:12:ERROR:(sphere_guild_dlg_main.scp,15)Undefined keyword 'closealldialogs'

The script where the error is coming from...

Code:
[dialog d_Guild_Main]
5,25
src.closealldialogs
If (<type>!=t_stone_guild)
  return 1
elif (<memberfromuid.<src.uid>.uid>!=<src.uid>)&&(!<src.isgm>)
  return 1
endif
  local.charpriv=<QVAL <src.isgm> ? <def0.STONEPRIV_MASTER>:<memberfromuid.<src.uid>.priv>>
If (<local.charpriv>!=<def0.STONEPRIV_MEMBER>)&&(<local.charpriv>!=<def0.STONEPRIV_MASTER>)
  return 1
endif

I have even tried changing src.closealldialogs to src.guildmenu
04-29-2016 06:21 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Guild Stone Help - KyleH112 - 04-29-2016 06:21 PM
RE: Guild Stone Help - Extreme - 04-30-2016, 03:35 AM
RE: Guild Stone Help - KyleH112 - 05-05-2016, 11:56 AM
RE: Guild Stone Help - Extreme - 05-05-2016, 12:03 PM
RE: Guild Stone Help - KyleH112 - 05-05-2016, 12:09 PM
RE: Guild Stone Help - KyleH112 - 05-05-2016, 01:28 PM
RE: Guild Stone Help - Extreme - 05-05-2016, 10:43 PM
RE: Guild Stone Help - KyleH112 - 05-06-2016, 03:49 AM

Forum Jump:


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