Need Some Help Plz
-
- Loyal fan
- Posts: 423
- Joined: Thu Apr 07, 2005 7:53 pm
Try | initial-point = 1 140 49 | OR | waypoint = 0 60 55 | I think one of those defines it but im not too sure, also I dunno if they will make it take you too another map :/ but you can make it just take you too the exact place that the shop teleports are and you will only appear outside it for like 0.5 seconds.mostom wrote: Hello
how i can change recall positon i wana make it so: when i recall then it recall in shop
how i can make it ?
and diwx this is a help forum try helping next time you spam.
<img src='http://www.bleachportal.net/interactive ... irjjkt.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/Slipknot%20Fan.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/UT2004%20Player.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/AC%20DC%20Fan.png' border='0' alt='user posted image' /><br>
It's neither proving you have minimal knowledge on hb server running. +1Slipknight wrote: Try | initial-point = 1 140 49 | OR | waypoint = 0 60 55 | I think one of those defines it but im not too sure, also I dunno if they will make it take you too another map :/ but you can make it just take you too the exact place that the shop teleports are and you will only appear outside it for like 0.5 seconds.
and diwx this is a help forum try helping next time you spam.
He wants to make a new recall area completely. Not have a ghetto recall.
mostom: You have to code it in the hg.
Code: Select all
From : CGame.RequestTeleportHandler
case '1':
// Recall.Ç÷¹À̾ ¼Ò¼ÓµÈ ¸¶À»ÀÇ ÁøÀÔ Æ÷ÀÎÆ®·Î °£´Ù.
// ¸¸¾à ºÎÈ°Á¸À̶ó¸é ¸®ÄݵÇÁö ¾Ê´Â´Ù.
//if (memcmp(m_pMapList[ m_pClientList[iClientH]->m_cMapIndex ]->m_cName, "resurr", 6) == 0) return;
ZeroMemory(cTempMapName, sizeof(cTempMapName));
if ( m_pClientList[iClientH]->m_cSide == DEF_NETURAL ) {
strcpy(cTempMapName, "default");
}
else {
// v2.14 ·¹º§ 80 ÀÌÇÏ´Â ¸®Äݽà ³ó°æÁö·Î °£´Ù.
if (m_pClientList[iClientH]->m_iLevel > 80)
{
if( m_pClientList[iClientH]->m_cSide == DEF_ARESDEN )
strcpy(cTempMapName, "aresden");
else
strcpy(cTempMapName, "elvine");
}
else {
if ( m_pClientList[iClientH]->m_cSide == DEF_ARESDEN )
strcpy(cTempMapName, "arefarm");
else strcpy(cTempMapName, "elvfarm");
}
}
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia
</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.

-
- Loyal fan
- Posts: 423
- Joined: Thu Apr 07, 2005 7:53 pm
From what I understand it wants too change a previous recall dude, plus I've never looked into this much so I gave my best guess, hah still thinking your god its really funny.bone-you wrote:It's neither proving you have minimal knowledge on hb server running. +1Slipknight wrote: Try | initial-point = 1 140 49 | OR | waypoint = 0 60 55 | I think one of those defines it but im not too sure, also I dunno if they will make it take you too another map :/ but you can make it just take you too the exact place that the shop teleports are and you will only appear outside it for like 0.5 seconds.
and diwx this is a help forum try helping next time you spam.
He wants to make a new recall area completely. Not have a ghetto recall.
mostom: You have to code it in the hg.
Those are the maps it sends you to on recall by spell only. This is from the 2.20 HG so I can't say exactly what it would look like in the hbx hg source.Code: Select all
From : CGame.RequestTeleportHandler case '1': // Recall.Ç÷¹À̾ ¼Ò¼ÓµÈ ¸¶À»ÀÇ ÁøÀÔ Æ÷ÀÎÆ®·Î °£´Ù. // ¸¸¾à ºÎÈ°Á¸À̶ó¸é ¸®ÄݵÇÁö ¾Ê´Â´Ù. //if (memcmp(m_pMapList[ m_pClientList[iClientH]->m_cMapIndex ]->m_cName, "resurr", 6) == 0) return; ZeroMemory(cTempMapName, sizeof(cTempMapName)); if ( m_pClientList[iClientH]->m_cSide == DEF_NETURAL ) { strcpy(cTempMapName, "default"); } else { // v2.14 ·¹º§ 80 ÀÌÇÏ´Â ¸®Äݽà ³ó°æÁö·Î °£´Ù. if (m_pClientList[iClientH]->m_iLevel > 80) { if( m_pClientList[iClientH]->m_cSide == DEF_ARESDEN ) strcpy(cTempMapName, "aresden"); else strcpy(cTempMapName, "elvine"); } else { if ( m_pClientList[iClientH]->m_cSide == DEF_ARESDEN ) strcpy(cTempMapName, "arefarm"); else strcpy(cTempMapName, "elvfarm"); } }
<img src='http://www.bleachportal.net/interactive ... irjjkt.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/Slipknot%20Fan.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/UT2004%20Player.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/AC%20DC%20Fan.png' border='0' alt='user posted image' /><br>
-
- Loyal fan
- Posts: 423
- Joined: Thu Apr 07, 2005 7:53 pm
Also you didnt even give him the code for what he wants you just quoted a previous line in the code, oh wow.
<img src='http://www.bleachportal.net/interactive ... irjjkt.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/Slipknot%20Fan.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/UT2004%20Player.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/AC%20DC%20Fan.png' border='0' alt='user posted image' /><br>
Slipknight wrote: From what I understand it[he] wants too change a previous recall dude, plus I've never looked into this much so I gave my best guess, hah still thinking your[you're] god its[it's] really funny.
You're still a god damn fucking dumbass. He asked how to change it so when you use a RECALL SPELL you go to the SHOP and not TOWN. I pasted him the code of where to CHANGE IT to do that. But of course, like always, you're too stupid to realize that and just made a fool of yourself.Slipknight wrote: Also you didnt[didn't] even give him the code for what he wants you just quoted a previous line in the code, oh wow.
EDIT: Improve your spelling and grammar. You eat ass at it.
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia
</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.

-
- Loyal fan
- Posts: 423
- Joined: Thu Apr 07, 2005 7:53 pm
Find what he refered too a put this over it
This would make aresden who recall goto aresden shop and elvine goto elvine shop, I really would'nt understand why you want it but whatever rocks your boat.
Code: Select all
case '1':
ZeroMemory(cTempMapName, sizeof(cTempMapName));
if (memcmp(m_pClientList[iClientH]->m_cLocation, "NONE", 4) == 0) {
strcpy(cTempMapName, "default");
}
else {
// v2.14 ·¹º§ 80 ÀÌÇô ¸®Äýà ³ó°æÃö·Î °£´Ù.
if (m_pClientList[iClientH]->m_iLevel > 80)
if (memcmp(m_pClientList[iClientH]->m_cLocation, "are", 3) == 0)
strcpy(cTempMapName, "gshop_1");
else strcpy(cTempMapName, "gshop_2");
else {
if (memcmp(m_pClientList[iClientH]->m_cLocation, "are", 3) == 0)
strcpy(cTempMapName, "arefarm");
else strcpy(cTempMapName, "elvfarm");
}
}
<img src='http://www.bleachportal.net/interactive ... irjjkt.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/Slipknot%20Fan.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/UT2004%20Player.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/AC%20DC%20Fan.png' border='0' alt='user posted image' /><br>
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia
</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.

-
- Loyal fan
- Posts: 423
- Joined: Thu Apr 07, 2005 7:53 pm
<img src='http://www.bleachportal.net/interactive ... irjjkt.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/Slipknot%20Fan.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/UT2004%20Player.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/AC%20DC%20Fan.png' border='0' alt='user posted image' /><br>
-
- Loyal fan
- Posts: 423
- Joined: Thu Apr 07, 2005 7:53 pm
If you know there is no convincing them you would'nt keep babbling like a child.diwx wrote: If you know you're right, and no one belives you, of course you would tryna convince them. No matter how old you are.
<img src='http://www.bleachportal.net/interactive ... irjjkt.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/Slipknot%20Fan.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/UT2004%20Player.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/AC%20DC%20Fan.png' border='0' alt='user posted image' /><br>
No shit sherlock. It was YOU who said it's not right, and now you say it is?Slipknight wrote:If you read that code you would realize thats[that's] what he wanted
Then stop replying to what I say. Obviously you don't know anything about anything you think you know so don't try to help people on topics you know nothing about.Slipknight wrote:and also I will not take a conversation on with a child like you because there is no end with it because as a child like you are, it will never end until your[you're] for certain your[this goes here?] everyone belives your ideas,
A topic you know nothing about. As my last sentence says, don't talk about things you have no idea how they operateSlipknight wrote:if you were mature

Don't preach what you wouldn't do yourself.Slipknight wrote:the fact that if you really believed you were right would satisfy enough
Aww, am I bugging you? Ok, I'll stop. HAH I lied. I'll never stop now. I bug youSlipknight wrote:but apparently you wanna be a kid and bug me till no end


Here's a thought, maybe I am right? Wow, you agreed with me at the top of your reply.Slipknight wrote:because you think your[you're] right
But anyways.. Might want to double check what you post as even you don't know what you're posting.Slipknight wrote:If you read that code you would realize thats[that's] what he wanted
Everyone already knows you're a dumbass. If only we had a dumb post counter for everyone. You'd have +523475 already by all the stupid things you say. LOL MY CAR CAN GO 1000MPHSlipknight wrote:but cant just live with the thought that not everyones[everyone's] is[everyone is plural, don't need overkill] convinced by your childish antics.
You call me childish throughout your entire post, and then you bring my family into this. You're more stupid than I thought yesterday morning and even then I thought you couldn't go any lower. Damn I was wrong. You never cease to amaze me. You should be fined for so much stupidity in one sitting. Where's MOG to place the charges?Slipknight wrote:This[These] is[are] also known as signs of insecurity or low self-confidence, who knows maybe mommy does'nt[doesn't - you try, but not hard enough] say she loves you enough is your problem.
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia
</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.

-
- Loyal fan
- Posts: 423
- Joined: Thu Apr 07, 2005 7:53 pm
Again acting like a child.bone-you wrote:No shit sherlock. It was YOU who said it's not right, and now you say it is?Slipknight wrote:If you read that code you would realize thats[that's] what he wanted
Then stop replying to what I say. Obviously you don't know anything about anything you think you know so don't try to help people on topics you know nothing about.Slipknight wrote:and also I will not take a conversation on with a child like you because there is no end with it because as a child like you are, it will never end until your[you're] for certain your[this goes here?] everyone belives your ideas,
A topic you know nothing about. As my last sentence says, don't talk about things you have no idea how they operateSlipknight wrote:if you were mature
Don't preach what you wouldn't do yourself.Slipknight wrote:the fact that if you really believed you were right would satisfy enough
Aww, am I bugging you? Ok, I'll stop. HAH I lied. I'll never stop now. I bug youSlipknight wrote:but apparently you wanna be a kid and bug me till no endTry making sense and I'd stop because I'd have nothing to make fun of you about
Here's a thought, maybe I am right? Wow, you agreed with me at the top of your reply.Slipknight wrote:because you think your[you're] rightBut anyways.. Might want to double check what you post as even you don't know what you're posting.Slipknight wrote:If you read that code you would realize thats[that's] what he wanted
Everyone already knows you're a dumbass. If only we had a dumb post counter for everyone. You'd have +523475 already by all the stupid things you say. LOL MY CAR CAN GO 1000MPHSlipknight wrote:but cant just live with the thought that not everyones[everyone's] is[everyone is plural, don't need overkill] convinced by your childish antics.
You call me childish throughout your entire post, and then you bring my family into this. You're more stupid than I thought yesterday morning and even then I thought you couldn't go any lower. Damn I was wrong. You never cease to amaze me. You should be fined for so much stupidity in one sitting. Where's MOG to place the charges?Slipknight wrote:This[These] is[are] also known as signs of insecurity or low self-confidence, who knows maybe mommy does'nt[doesn't - you try, but not hard enough] say she loves you enough is your problem.
1.I never said that it wasnt right I said you didnt post what he wanted but it was on the right subject.
2.If I dont know anything about this topic then how come I solved his problem?
3.Refer too 2
4.I am satisfied thank you thats why I stopped playing your baby flame war games.
5.Child
6.Keep thinking that.
7.Its correct, compiled 0 errors 0 warning blah blah (didnt actually test ingame) but I can gurantee it works.
8.I never said my car in real life can go 1000mph I said metaphorically "IF" (big word there) "IF" it could.
9.Again child.
<img src='http://www.bleachportal.net/interactive ... irjjkt.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/Slipknot%20Fan.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/UT2004%20Player.jpg' border='0' alt='user posted image' /><br><img src='http://www.hazegfx.com/UserBanners/AC%20DC%20Fan.png' border='0' alt='user posted image' /><br>
Oh shut the fuck up with the "child" insult. It's more annoying than you are stupid when you say it 100 times.Slipknight wrote: Again acting like a child.
1.I never said that it wasnt right I said you didnt post what he wanted but it was on the right subject.
2.If I dont know anything about this topic then how come I solved his problem?
3.Refer too 2
4.I am satisfied thank you thats why I stopped playing your baby flame war games.
5.Child
6.Keep thinking that.
7.Its correct, compiled 0 errors 0 warning blah blah (didnt actually test ingame) but I can gurantee it works.
8.I never said my car in real life can go 1000mph I said metaphorically "IF" (big word there) "IF" it could.
9.Again child.
I posted just what he needed. You on the other hand posted a piece of code where all you changed were the mapname of ONE of them and changed how it checked town. You basically are doing things the hard way as you're calling a function to check a string comparison instead of just matching a value up to a value stored already (which your way is more cpu intensive). You're not a coder so don't try to help. You suck at it. If anyone helped him it wasn't you. Anyone can find things for you and you can change it easily. You'd have never found that code. Again trying to steal credit?
You're still flaming cunt. Look at you. LOL CHILD LOL!!
CHILD AGAIN LOL!!!!1!!11 What an insult. It hurts me so.
Whether it's correct or not, it's shitty code and all you needed to do was change the map names, not everything.
Check my sig in regards to your 1000mph car.
OMG CHILD!! HAHA!!
Immaturity sucks and you are the prime example. Thanks for being a statistic. You are the man I mean boy I mean child.
<img src='http://www.helbreathx.net/sig/sig.jpeg' border='0' alt='user posted image' /><br><a href='http://mafia.cheats4us.org/index.php?x=231030' target='_blank'>#1 on Mafia
</a><br><!--QuoteBegin-Slipknight+--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Slipknight)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->100mb Internet, burstable too 10GB oc192<br>his speed can go up too 10gbs<br>...<br>Yes my car can have a top speed of 1000mph<!--QuoteEnd--></td></tr></table><div class='signature'><!--QuoteEEnd--><br>^^ I wonder where the retard went to.
