Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Works-Simulator Module - Battle Simulator for your server

Status
Not open for further replies.
Joined
Jan 1, 2009
Messages
384
Reaction score
20

AdriaN401MasteR - Works-Simulator Module - Battle Simulator for your server - RaGEZONE Forums
The simulator, working at last :thumbup1:.

So go to todofleetcontrol.php and add:
PHP:
include($ugamela_root_path . 'includes/calculateAttack.'.$phpEx);
include($ugamela_root_path . 'includes/formatCR.'.$phpEx);
or
PHP:
include($xnova_root_path . 'includes/calculateAttack.'.$phpEx);
include($xnova_root_path . 'includes/formatCR.'.$phpEx);

And add the files from the post attachment. Everything should work just fine.

Extra: How to add it to you left menu? Add this:
PHP:
  <tr>
        <th><a href="simulator.php" accesskey="s" target="{mf}" class="style1">TD Simulator</a></th>
      </tr>


Good luck boys & girls :love:,
Adrian.
 

Attachments

You must be registered for see attachments list
Last edited:
  • Like
Reactions: snw
Skilled Illusionist
Joined
Oct 28, 2008
Messages
379
Reaction score
47
Is it me or do i miss the template file?
I use Xnova legancies as base, i had to edit the includes and so but i do miss the template
PHP:
$body = gettemplate('notpremium');
help?
 
Joined
Jan 1, 2009
Messages
384
Reaction score
20
:)) Sorry aropop but on my server I made this just for premium users.. you have to remove that.. Ill do it for you wait 1 min . :)) Sorry again

Edit:
Done .. try again.
 
Last edited:
Skilled Illusionist
Joined
Oct 28, 2008
Messages
379
Reaction score
47
Nice, added it to the source. And one more thing you should also say how to add it to the left menu ;) simple template line

Also i will put the text you put in the simulator.php in a seperate simulator.mo file.
 
Joined
Jan 1, 2009
Messages
384
Reaction score
20
Should I tell people how to add it in the left menu? :| Thats so nobish.. really now :| Ok Ill do it..
 
Skilled Illusionist
Joined
Oct 28, 2008
Messages
379
Reaction score
47
I dont know, there are alot of noobs outthere.
 

snw

Newbie Spellweaver
Joined
Oct 15, 2010
Messages
5
Reaction score
0
Sorry for writing in an old thread but i need help. I have XG proyect 2.8 and i cant find todofleetcontrol.php :*:

// EDIT
I copied and edited the one from xnova legacies but i still cant get it to work :(
It shows me blank page only.

running on xgp2.8en
 
Last edited:
Status
Not open for further replies.
Back
Top