Search found 65 matches

by Ghaleon
Mon Aug 08, 2005 9:38 am
Forum: Helbreath Server Setup / Configuration / Help
Topic: Help With A Few Server Things.
Replies: 2
Views: 148

I got a few problems i need help with 1) I add items like say sangah armor to the contents but when I try and buy it doesnt buy, it doesnt waste any of my money or anything it just doesnt buy the armor. I can see it in the shop, but when I click it it doesnt buy.. 2) how do I get 100% skills.php to...
by Ghaleon
Fri Aug 05, 2005 7:31 am
Forum: Helbreath Server Setup / Configuration / Help
Topic: Question In Character Files.
Replies: 2
Views: 114

Okay this is what a normal character file looks like. What does the character-LUCK = 10 and character-LU_Pool = 3 mean? what do they do? what do they mean? Thanks. [FILE-DATE] file-saved-date: 2005 7 20 17 2 [NAME-ACCOUNT] character-name = Andrew account-name = Account [STATUS] character-profile =_...
by Ghaleon
Fri Aug 05, 2005 7:27 am
Forum: Helbreath Server Source
Topic: Help With C++ Coding.
Replies: 25
Views: 1184

Uhh Q...I'm using your source files.

LIke I said before, I didnt even edit in anything a few times, I just would open game.cpp and not touch anything and just hit compile and it would give just as many errors.
by Ghaleon
Wed Aug 03, 2005 9:10 am
Forum: Helbreath Server Source
Topic: Help With C++ Coding.
Replies: 25
Views: 1184

Ok I tried it now with microsoft visual c++ 6.0 I still get errors...these are just some.. C:\Documents and Settings\Andrew.GLEN-JC61D7U161\Desktop\Source\2.24b Sources\Game.cpp(49584) : error C2078: too many initializers C:\Documents and Settings\Andrew.GLEN-JC61D7U161\Desktop\Source\2.24b Sources...
by Ghaleon
Wed Aug 03, 2005 8:35 am
Forum: Helbreath Server Source
Topic: Help With C++ Coding.
Replies: 25
Views: 1184

Yep it just said your code has way too many errors :S

It says the same thing even if I dont change anything...I'm thinking maybe my compiler is fucked?
by Ghaleon
Wed Aug 03, 2005 8:32 am
Forum: Helbreath Server Source
Topic: Help With C++ Coding.
Replies: 25
Views: 1184

Okay its in the middle of compiling right now I'll wait till its done...though I doubt it will finish I always get an error and it cancells.
by Ghaleon
Wed Aug 03, 2005 8:25 am
Forum: Helbreath Server Source
Topic: Help With C++ Coding.
Replies: 25
Views: 1184

Okay thanks so much I'll try it now.
by Ghaleon
Wed Aug 03, 2005 8:08 am
Forum: Helbreath Server Setup / Configuration / Help
Topic: Some Help With My Server
Replies: 24
Views: 975

that means your log in server isnt connecting to the gate server...
by Ghaleon
Wed Aug 03, 2005 8:07 am
Forum: Other Games
Topic: Runescape
Replies: 6
Views: 868

the only way to cheat in runescape is do download scar...its a shitty macroing program..and its hard to find a decent script, plus the chances of you getting banned using a macro is like 80%...they catch practically everyone.
by Ghaleon
Wed Aug 03, 2005 8:02 am
Forum: Helbreath Server Source
Topic: Help With C++ Coding.
Replies: 25
Views: 1184

Okay theres some serious issues here. I try and compile it when I edit the name and drop number, the compiler says theres too many errors and it stops So I try compiling again, this time with absolutely nothing changed, the same 2.24b game.cpp that I downloaded. It still says too many errors...wtf?...
by Ghaleon
Wed Aug 03, 2005 6:44 am
Forum: Helbreath Server Source
Topic: Help With C++ Coding.
Replies: 25
Views: 1184

Okay thanks, and what about for this question? // Weapon Drop: // 1.4% chance Valuable Drop 60% that it is a Weapon if (iDice(1,10000) <= 6000) { if (iDice(1,10000) <= 8000) { // 70% the Weapon is Melee do I just manaully change the percentages if i want to higher then chance rate of a valuable dro...
by Ghaleon
Wed Aug 03, 2005 6:32 am
Forum: Helbreath Server Source
Topic: Help With C++ Coding.
Replies: 25
Views: 1184

Okay question.. if (iGenLevel == 0) return; // Weapon Drop: // 1.4% chance Valuable Drop 60% that it is a Weapon if (iDice(1,10000) <= 6000) { if (iDice(1,10000) <= 8000) { // 70% the Weapon is Melee switch (iGenLevel) { case 1: // Slime, Giant-Ant, Amphis, Rabbit, Cat switch (iDice(1,3)) { case 1:...
by Ghaleon
Wed Aug 03, 2005 6:25 am
Forum: Helbreath Server Source
Topic: Help With C++ Coding.
Replies: 25
Views: 1184

sorry my bad, yeah I found it now in the 2.24b server source files.

by Ghaleon
Wed Aug 03, 2005 6:14 am
Forum: Helbreath Server Source
Topic: Help With C++ Coding.
Replies: 25
Views: 1184

I opened game.cpp, searched for CGame::NpcDeadItemGenerator and it found nothing.

by Ghaleon
Wed Aug 03, 2005 6:02 am
Forum: Helbreath Server Source
Topic: Help With C++ Coding.
Replies: 25
Views: 1184

Okay, I downloaded the 2.20 client source files from the other forum on here and I found game.cpp.

Once I edit the drop what do I do?

how to the source files connect to the actual files at all?

sorry for being a newb in advance.