Okay, so what I am trying to do is, make it so I can run iSRO bot with a No-DC loader. Getting on greece is a pain. 24\7 Traffic. Any way i can accomplish this?
Okay, so what I am trying to do is, make it so I can run iSRO bot with a No-DC loader. Getting on greece is a pain. 24\7 Traffic. Any way i can accomplish this?
I have tried it.. I follow all of the steps to load iSRO bot however, when it all loads up. And I get in game it does not work. I hit the "home" button and my config menu does not appear.
[Question] Log in/Load Npc 05/08/2010 - CO2 Private Server - 8 Replies Hej all,
If i restarted server, and i log in.. i have to move around map(around 2 jumps)
before it shows my Npc's/guards/mobs etc...
Any 1 know this problem and the fix :)..
Gratz!
++
If i am in FrozenGrooto(7001), and i restart/dc server...
[Question]Is it possbile to make 5165 load accs, ranks, characters From mysql ? 03/14/2010 - CO2 Private Server - 40 Replies Well I have been wondering this for a long but but I relise you need another .cs file I dono call it Connect.cs and ur gonna want the tables Characters, Accounts, Top archer, Top ko, Top Donations etc
But how would you do this ? change the method from biniary to save ? idk just asking for some help with this and I may try to do this.
[QUESTION] Make this load in ini 05/25/2009 - CO2 Private Server - 9 Replies Well im trying to make my Portals load ini from my debug can someoen help me with this?
public static void LoadPortals()
{
MySqlCommand Command = new MySqlCommand("SELECT * FROM `portals`;", Connection);
MySqlDataAdapter Adapter = new MySqlDataAdapter(Command);
DataSet DS = new DataSet("Count");
Adapter.Fill(DS, "Count");
if (DS.Tables.Rows.Count > 0)