Configure GM call center
- Virtualchronos
- Posts: 53
- Joined: Wed Dec 12, 2012 8:45 am
Configure GM call center
How should I configure My GM call center to send me Mails when a member have some problems ?
Re: Configure GM call center
Currently the GM packet is not handled with anything:
http://onetimexi.googlecode.com/svn/tru ... system.cpp
http://onetimexi.googlecode.com/svn/tru ... system.cpp
Code: Select all
void SmallPacket0x0D3(map_session_data_t* session, CCharEntity* PChar, int8* data)
{
return;
}
- Virtualchronos
- Posts: 53
- Joined: Wed Dec 12, 2012 8:45 am
Re: Configure GM call center
well, what should I do then ?
Re: Configure GM call center
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.
-- Whasf
Re: Configure GM call center
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.
- Virtualchronos
- Posts: 53
- Joined: Wed Dec 12, 2012 8:45 am
Re: Configure GM call center
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.
Ezekiel had the code but with his dead HDD problem, I'm not sure he didn't lost it.