Page 1 of 1
Configure GM call center
Posted: Thu Jan 24, 2013 5:32 pm
by Virtualchronos
How should I configure My GM call center to send me Mails when a member have some problems ?
Re: Configure GM call center
Posted: Thu Jan 24, 2013 6:57 pm
by atom0s
Currently the GM packet is not handled with anything:
http://onetimexi.googlecode.com/svn/tru ... system.cpp
Code: Select all
void SmallPacket0x0D3(map_session_data_t* session, CCharEntity* PChar, int8* data)
{
return;
}
Re: Configure GM call center
Posted: Thu Jan 24, 2013 9:00 pm
by Virtualchronos
well, what should I do then ?
Re: Configure GM call center
Posted: Thu Jan 24, 2013 10:20 pm
by whasf
Either supply the missing code to help us out, or whip something up on a website to hold you and your users over until we can get to it and implement it.
Re: Configure GM call center
Posted: Thu Jan 24, 2013 11:00 pm
by atom0s
I posted a handful of packet information regarding this feature of the game in the contribution section, check that out if you want to look into how the packets are setup.
Re: Configure GM call center
Posted: Fri Jan 25, 2013 9:01 am
by Virtualchronos
Thanks Atomos, I checked to the packets but unfortunately I'm clearly not skilled enough to do It Myself.
Ezekiel had the code but with his dead HDD problem, I'm not sure he didn't lost it.