Search found 4 matches

by cris002
Sun Dec 17, 2006 3:06 am
Forum: Source Code Submissions
Topic: [SRC] WareHouse and Magic Fix
Replies: 3
Views: 3597

OO didnt know they were alrdy fixed lol. i tried a quick search and didnt turn up on anything, and the sources i got, didnt have them fixed so thought they wernt, anywayz, thnx....ill try to get a really helpful code done for yas...just cant get ne ideas
by cris002
Sat Dec 16, 2006 5:20 pm
Forum: Source Code Submissions
Topic: [SRC] WareHouse and Magic Fix
Replies: 3
Views: 3597

I personally like all NPCs in shop...saves time. So if you were wondering how to do it heres how.
Find
void CGame::SetPlayingStatus

Then all of
m_pClientList[iClientH]->m_bIsInsideWarehouse = FALSE;

and Replace with
m_pClientList[iClientH]->m_bIsInsideWarehouse = TRUE;

Then all of
m ...
by cris002
Wed Dec 13, 2006 3:20 am
Forum: Source Code Submissions
Topic: [src]Ek Announcer only for Players
Replies: 7
Views: 4898

Simple
Find on game.cpp
Client Killed Handler
Scroll until u see something along the lines of
memcpy(KilledMessage1, cAttackerName, strlen(cAttackerName));
strcat(KilledMessage1, " killed ");
strcat(KilledMessage1, m_pClientList[iClientH]->m_cCharName);


Then Replace with

if (cAttackerType ...
by cris002
Sun Oct 22, 2006 12:54 pm
Forum: Helbreath Hacks
Topic: Help pls
Replies: 2
Views: 1007

Ok Pimp mate, can you please rephrase that and tell me what You need and what server please?