Post Reply 
 
Thread Rating:
  • 1 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
saving gump error ndefined keyword 'DIALOG_up
Author Message
babazar
Journeyman
*

Posts: 189
Likes Given: 2
Likes Received: 10 in 9 posts
Joined: Jun 2013
Reputation: 0



Post: #1
saving gump error ndefined keyword 'DIALOG_up
///// Needs the below added to : sphere_serv_triggers
///////[FUNCTION f_onserver_save]
///////SERv.ALLCLIENTS DIALOG_UP D_SAVING_DLG

[DIALOG d_SAVING_DLG]
180,340
noclose
nomove

PAGE 0
resizepic 10 10 5120 280 100
checkertrans 10 10 280 100
tilepic 30 30 4168
dtext 80 25 55 The world is saving...
dtext 80 45 55 This process might take
dtext 80 65 55 a while.

[FUNCTION CLOSESAVINGDLG]
TRYSRC <UID> SRC.DIALOGCLOSE D_SAVING_DLG

[EOF]
08-20-2013 06:44 AM
Find all posts by this user Like Post Quote this message in a reply
Alaric
Journeyman
*

Posts: 227
Likes Given: 7
Likes Received: 9 in 4 posts
Joined: Oct 2012
Reputation: 7



Post: #2
RE: saving gump error ndefined keyword 'DIALOG_up
whats dialog_up? your function? Common dialog is just called "dialog d_blah", or "sdialog d_blah".
08-20-2013 06:54 AM
Find all posts by this user Like Post Quote this message in a reply
babazar
Journeyman
*

Posts: 189
Likes Given: 2
Likes Received: 10 in 9 posts
Joined: Jun 2013
Reputation: 0



Post: #3
RE: saving gump error ndefined keyword 'DIALOG_up
Sorted it,

How do you switch off the world is saving ? just the text?
08-20-2013 07:08 AM
Find all posts by this user Like Post Quote this message in a reply
darksun84
Sir Spamalot
****

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



Post: #4
RE: saving gump error ndefined keyword 'DIALOG_up
They are in sphere_msgs.scp (the one in the scripts folder)
PHP Code:
//server_resync_failed        "Resync FAILED!"
//server_resync_start        "Server is being PAUSED for Resync"
//server_resync_success        "Resync complete!"
//server_resync_restart        "Resync restart"
//server_worldsave_notify        "World save in 10 seconds"
//server_worldsave        "World save has been initiated." 
Uncomment them and put what you want inside the "", also remember to restart the server.
(This post was last modified: 08-20-2013 07:23 AM by darksun84.)
08-20-2013 07:22 AM
Find all posts by this user Like Post Quote this message in a reply
amonvangrell
Banned

Posts: 338
Likes Given: 17
Likes Received: 32 in 20 posts
Joined: Aug 2012

britannia shard

Post: #5
RE: saving gump error ndefined keyword 'DIALOG_up
[FUNCTION f_onserver_save]
serv.allclients d_SAVING_DLG

[FUNCTION f_onserver_save_finished]
serv.allclients f_remove_DLG

[FUNCTION f_remove_DLG]
TRYSRC <UID> SRC.DIALOGCLOSE d_SAVING_DLG

hope its help.
08-21-2013 05:30 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,140
Likes Given: 217
Likes Received: 89 in 76 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #6
RE: saving gump error ndefined keyword 'DIALOG_up
It's a missing function:

[FUNCTION DIALOG_UP]
TRYSRC <UID> SDIALOG <ARGS>

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
08-21-2013 11:48 AM
Find all posts by this user Like Post Quote this message in a reply
babazar
Journeyman
*

Posts: 189
Likes Given: 2
Likes Received: 10 in 9 posts
Joined: Jun 2013
Reputation: 0



Post: #7
RE: saving gump error ndefined keyword 'DIALOG_up
Yeh Got that extreme, and amonvangrell, TY guys,
08-22-2013 06:09 PM
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)