Search found 8 matches

by luskaner
Tue Jan 02, 2007 2:35 pm
Forum: Helbreath Server Source
Topic: Worldlserver Source
Replies: 180
Views: 34954

Hi, the problem is already resolved in HGServer Sources I deleted: iTotalPoints = 0; for (i = 0; i < DEF_MAXSKILLTYPE; i++)  iTotalPoints += m_pClientList[iClientH]->m_cSkillMastery[i];  if ((iTotalPoints-21 > m_sCharSkillLimit) && (m_pClientList[iClientH]->m_iAdminUserLevel == 0)) {  wspri...
by luskaner
Mon Jan 01, 2007 3:22 pm
Forum: Helbreath Server Source
Topic: Worldlserver Source
Replies: 180
Views: 34954

Hello people I wanted to change the start skills from 0 to 100 for (i = 0; i < 60; i++) {  ZeroMemory(cTxt, sizeof(cTxt));  wsprintf(cTxt, "%d ", 100);  strcat(pData, cTxt); } So I modified the '0' for the '100' The Problem is that when a new character is created when logging in , appears...
by luskaner
Fri Dec 29, 2006 8:32 pm
Forum: Helbreath Server Source
Topic: Search Hg Sources 3.82
Replies: 3
Views: 812

I've looking for a hg server source for a 3.82 server files but i found nothing. please put some hg sources link here. :P
by luskaner
Mon Sep 04, 2006 3:11 pm
Forum: Source Code Submissions
Topic: [Src]->criticals
Replies: 22
Views: 3615

well after a few minutes looking for that code i found it :D

Code: Select all

SendNotifyMsg(NULL, iClientH, DEF_NOTIFY_SUPERATTACKLEFT, NULL, NULL, NULL, NULL);
Very usefull if you don't want your users to waste time or even re-log...
by luskaner
Mon Sep 04, 2006 3:00 pm
Forum: Source Code Submissions
Topic: [Src]->criticals
Replies: 22
Views: 3615

Well but, is there any way to receive the criticals without re-logging?
by luskaner
Wed Aug 16, 2006 6:51 pm
Forum: Source Code Submissions
Topic: Server 2.24d Download
Replies: 81
Views: 13623

You just don't understand what i'm trying to say.
Before editing anything i noticed that the client does not stop me from putting more stats when i've got 200.
And I'm using his hgserver too.
Maybe it's not his fault but i wanna know how to repair it.
by luskaner
Wed Aug 16, 2006 3:19 pm
Forum: Source Code Submissions
Topic: Server 2.24d Download
Replies: 81
Views: 13623

I've tried to change the max. Stats. The Result is doesn't matter the number i put, there is not max . Stats in sylvery client. How can I fix this critical ERRROR?
by luskaner
Mon Jan 30, 2006 1:49 pm
Forum: Source Code Requests
Topic: [req] Majestic Points And Upgrade
Replies: 11
Views: 1158

Hello to Everybody:

Can anyone post here how to add Majestic points and upgrade to the HBx Source 2.24b? :P