[Help]P-DefM-Def and Server Time

10/21/2012 06:31 pretzel666#1
Ok I used the search about 20 dif times and found nothing on either of these , my WarriorMdefPDef takes 2 Spec XP balls to take it back to its original level , is there a way to be able to make it take only 1 expball? Also how in the world do i know what time my server runs on? or what time it is on my server . can anyone help me with this? im getting frustrated with it x.x
10/21/2012 10:02 javairc#2
maybe you can use 10k xpball to back the full level. About server time u can try this php code..

Quote:
<?php
// set the default timezone to use. Available since PHP 5.1
date_default_timezone_set('UTC');


// Prints something like: Monday
echo date("l");

// Prints something like: Monday 8th of August 2005 03:12:46 PM
echo date('l jS \of F Y h:i:s A');

// Prints: July 1, 2000 is on a Saturday
echo "July 1, 2000 is on a " . date("l", mktime(0, 0, 0, 7, 1, 2000));

/* use the constants in the format parameter */
// prints something like: Mon, 15 Aug 2005 15:12:46 UTC
echo date(DATE_RFC822);

// prints something like: 2000-07-01T00:00:00+00:00
echo date(DATE_ATOM, mktime(0, 0, 0, 7, 1, 2000));
?>
10/21/2012 16:39 SoulNecturn#3
Quote:
Originally Posted by pretzel666 View Post
Ok I used the search about 20 dif times and found nothing on either of these , my WarriorMdefPDef takes 2 Spec XP balls to take it back to its original level , is there a way to be able to make it take only 1 expball? Also how in the world do i know what time my server runs on? or what time it is on my server . can anyone help me with this? im getting frustrated with it x.x
you didnt search properly then .... as it was here few times touched...

get ID of your mdefpdef pet (1071040 as example)
open your cq_itemtype
find this id
search field exp_type
change it into 1 (I believe you have 2 or other) P.S. change it for all type like from 0 to 1 and under 1079.... same .... so all stages will be working

save

restart serv
all should be ok
10/21/2012 19:41 pretzel666#4
Quote:
<?php
// set the default timezone to use. Available since PHP 5.1
date_default_timezone_set('UTC');


// Prints something like: Monday
echo date("l");

// Prints something like: Monday 8th of August 2005 03:12:46 PM
echo date('l jS \of F Y h:i:s A');

// Prints: July 1, 2000 is on a Saturday
echo "July 1, 2000 is on a " . date("l", mktime(0, 0, 0, 7, 1, 2000));

/* use the constants in the format parameter */
// prints something like: Mon, 15 Aug 2005 15:12:46 UTC
echo date(DATE_RFC822);

// prints something like: 2000-07-01T00:00:00+00:00
echo date(DATE_ATOM, mktime(0, 0, 0, 7, 1, 2000));
?>
Honestly i dont understand that AT ALL lmao , could you explain it to me a lil more? :) And ty SoulNec.
10/21/2012 20:12 SoulNecturn#5
He explained you how to show your time via website ...

But considering your question about part:
"Also how in the world do i know what time my server runs on? or what time it is on my server ."

Well I believe you have "windows" as you are under eudemons world ...
So you can check your time zone etc in exactly same way as on your PC (you run on windows OS right?) ... so right bottom click on clock ... Change settings for time and look around there - its all explained and showing ...
Whenever you turn on Server its based on your server time (as setuped in this clock etc) ...

Its hard to believe you asking for this kind of question honestly ... but if all of this are not the answer then ... put proper question what you have on your mind withing this subject ;)

cheers
10/21/2012 20:14 pretzel666#6
I tried going by my clock , lol thats just common sense , but it doesnt go by it at all

Thanks you guys , yous are life savers ^_^ but before i post another post can one of yous explain to me how to make a legion start with all its totems open?