Jump to content
SSForum.net is back!

Recommended Posts

Posted

Ok, I see the problem.

void __stdcall handleInGameFlag(hostMessage *m);

is where

h->imports->talk(makeArenaEnter(h->botInfo.initialArena, h->Me, h->billerOnline));

is done. So each time the S2C_ENTERINGARENA packet is sent to the bot, it runs the above function and then makes that call to the dll. The problem with the call is the botInfo.initialArena variable, it isn't being update with the new arena name when you do tell(...blah). A quick fix would be to add a strncpy(botInfo.initialArena, name, 64); botinfo.initialArena[63] = 0; to the function void Host::changeArena(char *name); But this isn't exactly the proper way of doing things. The server can deny an arena change by re-route players to another arena. But I could be wrong, I haven't really played around with all this stuff <_< .

 

Edit: If you know C++, then you should have no trouble diagnosing these things. Just change your core and see if it works. Then contact catid with the problem.

Posted
Not unless you can figure out parameters of *sendto that don't crash the server, though I think its meant for internally sending players to another ip/port blum.gif

_UU___UU__SSSSS____AAA____UU___UU__SSSSS____AAA___

_UU___UU_SS_______AAAAA___UU___UU_SS_______AAAAA__

_UU___UU__SSSSS__AA___AA__UU___UU__SSSSS__AA___AA_

_UU___UU______SS_AAAAAAA__UU___UU______SS_AAAAAAA_

__UUUUU___SSSSS_AA____AA___UUUUU___SSSSS_AA____AA

J.C. Dento> prime example of why america will never be a world super power.

Moscato> d1 is mad he will never have a job outside subspace

I can't see this because I turned signatures off. ps VT

Posted
From what I have been told, the command is ment to send players to another server. But how it works exactly, I'm not sure. I'll ask ekted next time he is online, I think his comp had some hardware problems and he hasn't been online.
Posted

This is the discussion we had a while ago about it

http://forums.minegoboom.com/viewtopic.php?t=3159

_UU___UU__SSSSS____AAA____UU___UU__SSSSS____AAA___

_UU___UU_SS_______AAAAA___UU___UU_SS_______AAAAA__

_UU___UU__SSSSS__AA___AA__UU___UU__SSSSS__AA___AA_

_UU___UU______SS_AAAAAAA__UU___UU______SS_AAAAAAA_

__UUUUU___SSSSS_AA____AA___UUUUU___SSSSS_AA____AA

J.C. Dento> prime example of why america will never be a world super power.

Moscato> d1 is mad he will never have a job outside subspace

I can't see this because I turned signatures off. ps VT

  • 1 month later...
Posted
Thanks for letting me know about this.  A fixed version of the core has

been uploaded to my website.  If you like I'll credit you in the

discovery and update the version number or whatever, this coming weekend.

(Summer school finals.)  Please test the uploaded core for me and let me

know of any add'l probs.

 

--Catid

Check out your zone population statistics at stats.sshq.net!

 

 

Maverick

Subspace Statistics Administrator

Retired SSCU Trench Wars Super Moderator

TWCore Coordinator Administrator

Guest
This topic is now closed to further replies.
×
×
  • Create New...