Server Help

Bot Questions - TWCore0.89 ===> NewCore

PsyOps - Fri Dec 15, 2006 9:51 am
Post subject: TWCore0.89 ===> NewCore
How hard is it to recode or maybe make an addition to my bot to make it run with the new core.

I'm a noob coder. so please make it as simple as you can. icon_lol.gif

Its simply making the commands reach the right directory right?
Maverick - Fri Dec 15, 2006 11:02 am
Post subject:
It should already run on the new core. Have you tried?
PsyOps - Sat Dec 16, 2006 4:21 am
Post subject:
sorry for asking so many noob questions.
I cracked open the bots and notice one difference.
The new core requires for you to call stuff up like so in the beggining:


import twcore.core.command.CommandInterpreter;
import twcore.core.events.ArenaJoined;
import twcore.core.events.FlagClaimed;
import twcore.core.events.LoggedOn;
import twcore.core.events.Message;
import twcore.core.events.PlayerLeft;

where as old bot you didnt have to.
Once i did that it compiled fine.
Once again sorry for the nub questions.
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group