HogsMaws 2 Posted January 21, 2019 Does anyone know where/how to edit the default 15 second server join time? TY in advance Share this post Link to post Share on other sites
DrZeddy 9 Posted January 21, 2019 (edited) it goes in your serverdz.cfg file as a parameter respawnTime = 30 Edited January 21, 2019 by DrZeddy fixed typo in filename 1 Share this post Link to post Share on other sites
HogsMaws 2 Posted January 22, 2019 (edited) 2 hours ago, DrZeddy said: it goes in your serverdz.cfg file as a parameter respawnTime = 30 actually it didn't work. I put respawnTime = 0 and I put it as the last entry. what did I do wrong? I want there to be no initial wait time to join and respawn Edited January 22, 2019 by HogsMaws Share this post Link to post Share on other sites
G0ndalf 9 Posted January 22, 2019 The respawntime is only for hm jeah respawn if you are dead and create a new character, lol The time for first spawn after connecting with server should be anywhere in the script.pbo can later look into that 1 Share this post Link to post Share on other sites
DrZeddy 9 Posted January 22, 2019 3 hours ago, G0ndalf said: The respawntime is only for hm jeah respawn if you are dead and create a new character, lol The time for first spawn after connecting with server should be anywhere in the script.pbo can later look into that Thank You G0ndalf, I obviously misunderstood the question. Apologies HogsMaws... 1 Share this post Link to post Share on other sites
HogsMaws 2 Posted January 22, 2019 1 hour ago, DrZeddy said: Thank You G0ndalf, I obviously misunderstood the question. Apologies HogsMaws... no apologies necessary. I appreciate all the help folks! Share this post Link to post Share on other sites
HogsMaws 2 Posted January 22, 2019 i parsed the script.pbo file for the word "spawn" and there were ALOT but i didn't see anything that looked like an initial spawn command. Share this post Link to post Share on other sites
drgullen 596 Posted January 23, 2019 It's in the globals.xml file -- it's the QueueTimeSameServer parameter -- I would avoid setting it to 0 however as you can start getting the "character locked in database" issue. I have mine set to 5. 1 Share this post Link to post Share on other sites
HogsMaws 2 Posted January 23, 2019 10 hours ago, drgullen said: It's in the globals.xml file -- it's the QueueTimeSameServer parameter -- I would avoid setting it to 0 however as you can start getting the "character locked in database" issue. I have mine set to 5. that worked! thanks again... :) Share this post Link to post Share on other sites
G0ndalf 9 Posted January 23, 2019 16 hours ago, HogsMaws said: i parsed the script.pbo file for the word "spawn" and there were ALOT but i didn't see anything that looked like an initial spawn command. Jeah i found some things about it and it leads to the QueueTimeSameServer, but i have not found that one (no wonder) :D Also thx :) Share this post Link to post Share on other sites