You make me laugh. Alot.EvilHit wrote:who said i was bragging ive got other source code that i was goin to release but i dont think i will now like lockin cast hackers to the map then a bot kills them and gives them a warningWhat about you stop bragging and work on your own shit instead of trying to 'work' on something which is beyond your comprehension.
[src] Tutelary Angels System
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
diuuude ty for source.
btw. ya should close ur topics after post em :rolleyes:
btw. ya should close ur topics after post em :rolleyes:
<img src='http://img440.imageshack.us/img440/2627/15pt.jpg' border='0' alt='user posted image' /><br><br>HBPolska characters:<br><br>Hellios 150+ Aresden Hero Mage<br>TheBill 120 Aresden plrider<br>Kill_Me 100 Full-Hero plrider<br>Rockeater 110+ Aresden Plate Mage<br><br><a href='http://www.helbreath.org' target='_blank'>http://www.helbreath.org</a> come and play (250 ppl online)
Good source. I never played or seen angels before :/ so i don't know how they look like or how to use them...
<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' />
Indeed..clear and close the topic, all these noobs whining.. You release something good, they can go like "I HAB SUROUCES O.O" and still they cry.. Not to mention EvilHit <<'Drajwer wrote: diuuude ty for source.
btw. ya should close ur topics after post em :rolleyes:
<img src='http://i9.tinypic.com/2vs292h.jpg' border='0' alt='user posted image' />
This is gay.
Defining a value! (LISTEN CUZ I WONT BE TELLING THIS AGAIN)
First you look at the value, most of the time the first letter (small one) determines the typ of value.
iValue: i = int
sItemUpgrade: s = short
dwTemp: dw = DWORD
we also got:
c = char / char[0]
w = WORD
b = BOOL (TRUE/FALSE)
and a couple of others, but they are uncommon and unimportant.
How to define those values:
Find the top of the function, as an example:
If you still do not understand, stop trying alrite?
Defining a value! (LISTEN CUZ I WONT BE TELLING THIS AGAIN)
First you look at the value, most of the time the first letter (small one) determines the typ of value.
iValue: i = int
sItemUpgrade: s = short
dwTemp: dw = DWORD
we also got:
c = char / char[0]
w = WORD
b = BOOL (TRUE/FALSE)
and a couple of others, but they are uncommon and unimportant.
How to define those values:
Find the top of the function, as an example:
Now we want to define some extra values, we put those values underneath the definition of that other 1, together with the type of value:void CGame::ShetarLearnsNoobsC++(BOOL bYou_still_do_not_understand_this)
{
BOOL bYouAreOneBigFatNoob;
if (bYou_still_do_not_understand_this == TRUE)
bYouAreOneBigFatNoob = TRUE;
}
Now you defined them!void CGame::ShetarLearnsNoobsC++(BOOL bYou_still_do_not_understand_this)
{
BOOL bYouAreOneBigFatNoob;
int iValue;
short sItemUpgrade; // Do Not Forget: >> ; << after each line.
DWORD dwTemp;
if (bYou_still_do_not_understand_this == TRUE)
bYouAreOneBigFatNoob = TRUE;
}
If you still do not understand, stop trying alrite?
Helbreath II Project Manager & All round Developer. <br><i>(Don't worry, we're not dead)</i>
That is indeed, gay. ^^
At least now they know something. I still think Google exists.
At least now they know something. I still think Google exists.
<img src='http://ic1.deviantart.com/fs11/i/2006/1 ... leroth.gif' border='0' alt='user posted image' />
I tested fix one hour, and i fixed these 3.
Now this gives one more error.
I like you guys dont like help stupid noob, but this is bad error.
--------------------Configuration: HGserver - Win32 Release--------------------
Compiling...
Game.cpp
C:\HBFS\Hg source\Game.cpp(54099) : error C2065: 'sItemUpgrade' : undeclared identifier
Error executing cl.exe.
HGserver.exe - 1 error(s), 0 warning(s)
--------------------Configuration: HGserver - Win32 Debug--------------------
Compiling...
Game.cpp
C:\HBFS\Hg source\Game.cpp(54099) : error C2065: 'sItemUpgrade' : undeclared identifier
Error executing cl.exe.
HGserver.exe - 1 error(s), 0 warning(s)
thats the line if (( m_pClientList[iClientH]->m_iGizonItemUpgradeLeft - sItemUpgrade ) < 0) {
Now this gives one more error.
I like you guys dont like help stupid noob, but this is bad error.
--------------------Configuration: HGserver - Win32 Release--------------------
Compiling...
Game.cpp
C:\HBFS\Hg source\Game.cpp(54099) : error C2065: 'sItemUpgrade' : undeclared identifier
Error executing cl.exe.
HGserver.exe - 1 error(s), 0 warning(s)
--------------------Configuration: HGserver - Win32 Debug--------------------
Compiling...
Game.cpp
C:\HBFS\Hg source\Game.cpp(54099) : error C2065: 'sItemUpgrade' : undeclared identifier
Error executing cl.exe.
HGserver.exe - 1 error(s), 0 warning(s)
thats the line if (( m_pClientList[iClientH]->m_iGizonItemUpgradeLeft - sItemUpgrade ) < 0) {
Old Helbreath Nemesis Player<br><img src='http://img232.imageshack.us/img232/9784/dshakedqc5.jpg' border='0' alt='user posted image' /><br><img src='http://img232.imageshack.us/img232/6475 ... barqj0.jpg' border='0' alt='user posted image' /><br><a href='index.php?showtopic=7107&hl=' target='_blank'>MainServer Hexing Tutorial</a><br><a href='index.php?showtopic=7663&hl=x-mas' target='_blank'>My Files</a>
I think im repaired it, i dont know how, but it dont give more errors XD
Old Helbreath Nemesis Player<br><img src='http://img232.imageshack.us/img232/9784/dshakedqc5.jpg' border='0' alt='user posted image' /><br><img src='http://img232.imageshack.us/img232/6475 ... barqj0.jpg' border='0' alt='user posted image' /><br><a href='index.php?showtopic=7107&hl=' target='_blank'>MainServer Hexing Tutorial</a><br><a href='index.php?showtopic=7663&hl=x-mas' target='_blank'>My Files</a>
Thx the code, but dont call me shitnoob, if i cant do somefthing, its my problem
.
I needed only change requestitemupgrade code to another place. mean down in requestitemupgradehander.

I needed only change requestitemupgrade code to another place. mean down in requestitemupgradehander.

Old Helbreath Nemesis Player<br><img src='http://img232.imageshack.us/img232/9784/dshakedqc5.jpg' border='0' alt='user posted image' /><br><img src='http://img232.imageshack.us/img232/6475 ... barqj0.jpg' border='0' alt='user posted image' /><br><a href='index.php?showtopic=7107&hl=' target='_blank'>MainServer Hexing Tutorial</a><br><a href='index.php?showtopic=7663&hl=x-mas' target='_blank'>My Files</a>
source many problem.
and i am recoding complete.
1. angel class +10 -> +15 change
2. angel+1 ~ angel +3 class 100% success
angel +4 ~ angel +15 fail is item delete
3. angel new image add.
4. angel stat bug.
ex) angel login and relogin -> stat bug. nostop stat plus
angel stat bug complete(new code add)
5. The class phased special effect it gives
ex ) angel str+1 -> add physical damage+10
ex ) angel str+2 -> add physical damage+20
everybody good luck~
Eh?theblue3 wrote: source many problem.
and i am recoding complete.
1. angel class +10 -> +15 change
2. angel+1 ~ angel +3 class 100% success
angel +4 ~ angel +15 fail is item delete
3. angel new image add.
4. angel stat bug.
ex) angel login and relogin -> stat bug. nostop stat plus
angel stat bug complete(new code add)
5. The class phased special effect it gives
ex ) angel str+1 -> add physical damage+10
ex ) angel str+2 -> add physical damage+20
everybody good luck~
Reppin' 127.0.0.1!!!<br><br><img src='http://img502.imageshack.us/img502/1348/sig4daxbn2.jpg' border='0' alt='user posted image' /><br><br>I contend that we are both atheists. I just believe in one fewer god than you do. <br>When you understand why you dismiss all the other possible gods, you will <br>understand why I dismiss yours.<br>~ <b>Stephen Roberts</b>
Waiting client AngelicPandent code release.
Then it will works, I hope so.

Then it will works, I hope so.
Old Helbreath Nemesis Player<br><img src='http://img232.imageshack.us/img232/9784/dshakedqc5.jpg' border='0' alt='user posted image' /><br><img src='http://img232.imageshack.us/img232/6475 ... barqj0.jpg' border='0' alt='user posted image' /><br><a href='index.php?showtopic=7107&hl=' target='_blank'>MainServer Hexing Tutorial</a><br><a href='index.php?showtopic=7663&hl=x-mas' target='_blank'>My Files</a>