[Src]->Get merien set on cityhall

Codes submitted by developers and people of outpost. Come here to get codes for your client sources.
ADDKiD
<3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

Everything?
BlueChristmas
Loyal fan
Posts: 216
Joined: Wed Apr 19, 2006 12:19 am

Post by BlueChristmas »

ADDKiD wrote: Everything?
well thats too broad, think you need to narrow it down a bit.. :(
<img src='http://img114.imageshack.us/img114/8618 ... 2dy3lx.jpg' border='0' alt='user posted image' />
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

Erm, well, you got MSN/Aim? Might aswell add me, its a whole fucking story that I don't think everyone wants me to type here o.o
BlueChristmas
Loyal fan
Posts: 216
Joined: Wed Apr 19, 2006 12:19 am

Post by BlueChristmas »

ADDKiD wrote: Erm, well, you got MSN/Aim? Might aswell add me, its a whole fucking story that I don't think everyone wants me to type here o.o
you could pm me if you want
<img src='http://img114.imageshack.us/img114/8618 ... 2dy3lx.jpg' border='0' alt='user posted image' />
Treax2
Loyal fan
Posts: 281
Joined: Fri Mar 04, 2005 5:05 pm
Location: Estonia
Contact:

Post by Treax2 »

Blizaga wrote: To Treax2: I fixed your changecity code, doesn't give connection lost anymore, and it changes heros when you use it.
lol

Code: Select all

void CGame::AdminOrder_ChangeCity(int iClientH)
{
char cGizonTooLow[256], cGizonSuccesful[256];

if (m_pClientList[iClientH] == NULL) return;
if (m_pClientList[iClientH]->m_iGizonItemUpgradeLeft < 5){
ZeroMemory(cGizonTooLow, sizeof(cGizonTooLow));
wsprintf(cGizonTooLow,"You Dont Have 5 Majestic points");
ShowClientMsg(iClientH, cGizonTooLow);
}
else{
 if (memcmp(m_pClientList[iClientH]->m_cLocation, "aresden",7) == 0 ) strcpy(m_pClientList[iClientH]->m_cLocation,"elvine");
else if (memcmp(m_pClientList[iClientH]->m_cLocation, "elvine",6) == 0 ) strcpy(m_pClientList[iClientH]->m_cLocation,"aresden");
 ZeroMemory(cGizonSuccesful, sizeof(cGizonSuccesful));
wsprintf(cGizonSuccesful, "City Change Succesfuled!");
ShowClientMsg(iClientH, cGizonSuccesful);
m_pClientList[iClientH]->m_iGizonItemUpgradeLeft -= 5;
[color=red]DeleteClient(iClientH, TRUE, TRUE);[/color]
}
}
it wasnt a bug that it gived dc ... it was coded like that ... so yes u can make relog too ... but it takes "10 secs" of logout time pluz 5+ secs to log in

and that hero thing ... nice that u did it ... but actually i understand it like this .." i am the master and better than you ... meh did hero change you not"
Tafka12
&lt;3 bd long time
Posts: 772
Joined: Wed Dec 28, 2005 6:32 pm

Post by Tafka12 »

OK Keep it on-topic please.

And, since this is a submitted code then MOVED! to Client source submitions
<img src='http://www.hot.ee/carvanho/taavi.png' border='0' alt='user posted image' /><br><br><img src='http://www.hot.ee/carvanho/Elvine.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/LieroX.png' border='0' alt='user posted image' /><br><img src='http://www.hot.ee/carvanho/Football.png' border='0' alt='user posted image' />
BlueChristmas
Loyal fan
Posts: 216
Joined: Wed Apr 19, 2006 12:19 am

Post by BlueChristmas »

Tafka12 wrote: OK Keep it on-topic please.

And, since this is a submitted code then MOVED! to Client source submitions
yes sir :blink:
<img src='http://img114.imageshack.us/img114/8618 ... 2dy3lx.jpg' border='0' alt='user posted image' />
Blizaga
Regular
Posts: 68
Joined: Sat Jul 08, 2006 7:39 pm

Post by Blizaga »

Treax2 wrote:
Blizaga wrote: To Treax2: I fixed your changecity code, doesn't give connection lost anymore, and it changes heros when you use it.
lol

Code: Select all

void CGame::AdminOrder_ChangeCity(int iClientH)
{
char cGizonTooLow[256], cGizonSuccesful[256];

if (m_pClientList[iClientH] == NULL) return;
if (m_pClientList[iClientH]->m_iGizonItemUpgradeLeft < 5){
ZeroMemory(cGizonTooLow, sizeof(cGizonTooLow));
wsprintf(cGizonTooLow,"You Dont Have 5 Majestic points");
ShowClientMsg(iClientH, cGizonTooLow);
}
else{
 if (memcmp(m_pClientList[iClientH]->m_cLocation, "aresden",7) == 0 ) strcpy(m_pClientList[iClientH]->m_cLocation,"elvine");
else if (memcmp(m_pClientList[iClientH]->m_cLocation, "elvine",6) == 0 ) strcpy(m_pClientList[iClientH]->m_cLocation,"aresden");
 ZeroMemory(cGizonSuccesful, sizeof(cGizonSuccesful));
wsprintf(cGizonSuccesful, "City Change Succesfuled!");
ShowClientMsg(iClientH, cGizonSuccesful);
m_pClientList[iClientH]->m_iGizonItemUpgradeLeft -= 5;
[color=red]DeleteClient(iClientH, TRUE, TRUE);[/color]
}
}
it wasnt a bug that it gived dc ... it was coded like that ... so yes u can make relog too ... but it takes "10 secs" of logout time pluz 5+ secs to log in

and that hero thing ... nice that u did it ... but actually i understand it like this .." i am the master and better than you ... meh did hero change you not"
<span style='color:green'>Don't be fool, I didn't fix it to make logout, I didn't just delete the deleteclient order, I fixed it so it changes inmediately, no need logout or connection lost, if you want I can post the code.
Besides..:</span>
bah even noob can do it

everyone can copy original codes and change some 20 things ...

but everynoob cant so ppls who need/want it then ur codes can save time ...
<span style='color:GREEN'>I hate when someone devaluates anyone else work, worst if the work is made to help people


Please post errors you get from the Merien Hero code.</span>
<a href='http://imageshack.us' target='_blank'><img src='http://img224.imageshack.us/img224/2738/screenqu8.jpg' border='0' alt='user posted image' /></a><br>drajwer draw<br><a href='index.php?showtopic=7299' target='_blank'>index.php?showtopic=7299</a>
BlueChristmas
Loyal fan
Posts: 216
Joined: Wed Apr 19, 2006 12:19 am

Post by BlueChristmas »

Blizaga wrote:
Treax2 wrote:
Blizaga wrote: To Treax2: I fixed your changecity code, doesn't give connection lost anymore, and it changes heros when you use it.
lol

Code: Select all

void CGame::AdminOrder_ChangeCity(int iClientH)
{
char cGizonTooLow[256], cGizonSuccesful[256];

if (m_pClientList[iClientH] == NULL) return;
if (m_pClientList[iClientH]->m_iGizonItemUpgradeLeft < 5){
ZeroMemory(cGizonTooLow, sizeof(cGizonTooLow));
wsprintf(cGizonTooLow,"You Dont Have 5 Majestic points");
ShowClientMsg(iClientH, cGizonTooLow);
}
else{
 if (memcmp(m_pClientList[iClientH]->m_cLocation, "aresden",7) == 0 ) strcpy(m_pClientList[iClientH]->m_cLocation,"elvine");
else if (memcmp(m_pClientList[iClientH]->m_cLocation, "elvine",6) == 0 ) strcpy(m_pClientList[iClientH]->m_cLocation,"aresden");
 ZeroMemory(cGizonSuccesful, sizeof(cGizonSuccesful));
wsprintf(cGizonSuccesful, "City Change Succesfuled!");
ShowClientMsg(iClientH, cGizonSuccesful);
m_pClientList[iClientH]->m_iGizonItemUpgradeLeft -= 5;
[color=red]DeleteClient(iClientH, TRUE, TRUE);[/color]
}
}
it wasnt a bug that it gived dc ... it was coded like that ... so yes u can make relog too ... but it takes "10 secs" of logout time pluz 5+ secs to log in

and that hero thing ... nice that u did it ... but actually i understand it like this .." i am the master and better than you ... meh did hero change you not"
<span style='color:green'>Don't be fool, I didn't fix it to make logout, I didn't just delete the deleteclient order, I fixed it so it changes inmediately, no need logout or connection lost, if you want I can post the code.
Besides..:</span>
bah even noob can do it

everyone can copy original codes and change some 20 things ...

but everynoob cant so ppls who need/want it then ur codes can save time ...
<span style='color:GREEN'>I hate when someone devaluates anyone else work, worst if the work is made to help people


Please post errors you get from the Merien Hero code.</span>
hrm seems well i added in your code but it doesn't work for me lol. i looked it over and over but can't tell if it's my fault or yours but well i probally missed something along the way. first code i've had trouble with XD
it wont give me the hero but i've looked over and over don't know why
<img src='http://img114.imageshack.us/img114/8618 ... 2dy3lx.jpg' border='0' alt='user posted image' />
ADDKiD
&lt;3 bd long time
Posts: 967
Joined: Tue Jul 12, 2005 8:07 pm
Location: Washington, USA
Contact:

Post by ADDKiD »

QUOTE
bah even noob can do it

everyone can copy original codes and change some 20 things ...

but everynoob cant so ppls who need/want it then ur codes can save time ...


I hate you <_<
Treax2
Loyal fan
Posts: 281
Joined: Fri Mar 04, 2005 5:05 pm
Location: Estonia
Contact:

Post by Treax2 »

thanks ... :D

but somewhere i saw sentence like this " loved by few , hated by many, respected by all" :D
projectx
Loyal fan
Posts: 201
Joined: Sun Jul 16, 2006 12:01 pm

Post by projectx »

Treax ,, i think you remember ANTIY**
BlueChristmas
Loyal fan
Posts: 216
Joined: Wed Apr 19, 2006 12:19 am

Post by BlueChristmas »

projectx wrote: Treax ,, i think you remember ANTIY**
the topic isnt about Treax or anything else except merien hero ok
<img src='http://img114.imageshack.us/img114/8618 ... 2dy3lx.jpg' border='0' alt='user posted image' />
Blizaga
Regular
Posts: 68
Joined: Sat Jul 08, 2006 7:39 pm

Post by Blizaga »

BlueChristmas wrote:hrm seems well i added in your code but it doesn't work for me lol. i looked it over and over but can't tell if it's my fault or yours but well i probally missed something along the way. first code i've had trouble with XD
it wont give me the hero but i've looked over and over don't know why
<span style='color:green'>Check the client sources again, if nothing appears it is because you haven't activated the strings on the dialogbox of the cityhall menu, and if it doesn't give you the hero, check your ITEMID for the MerienSet since mines are 9XX something, I forgot to warn you about that.</span>
thanks ... biggrin.gif

but somewhere i saw sentence like this " loved by few , hated by many, respected by all" biggrin.gif
<span style='color:green'>You suck man.</span>
<a href='http://imageshack.us' target='_blank'><img src='http://img224.imageshack.us/img224/2738/screenqu8.jpg' border='0' alt='user posted image' /></a><br>drajwer draw<br><a href='index.php?showtopic=7299' target='_blank'>index.php?showtopic=7299</a>
BlueChristmas
Loyal fan
Posts: 216
Joined: Wed Apr 19, 2006 12:19 am

Post by BlueChristmas »

Blizaga wrote:
BlueChristmas wrote:hrm seems well i added in your code but it doesn't work for me lol. i looked it over and over but can't tell if it's my fault or yours but well i probally missed something along the way. first code i've had trouble with XD
it wont give me the hero but i've looked over and over don't know why
<span style='color:green'>Check the client sources again, if nothing appears it is because you haven't activated the strings on the dialogbox of the cityhall menu, and if it doesn't give you the hero, check your ITEMID for the MerienSet since mines are 9XX something, I forgot to warn you about that.</span>
thanks ... biggrin.gif

but somewhere i saw sentence like this " loved by few , hated by many, respected by all" biggrin.gif
<span style='color:green'>You suck man.</span>
it shows up and everything dialog wise but when you go to take the hero it wont give the item is what i meant to say
<img src='http://img114.imageshack.us/img114/8618 ... 2dy3lx.jpg' border='0' alt='user posted image' />
Post Reply