Removing Hide

Newbie Spellweaver
Joined
Jul 1, 2008
Messages
69
Reaction score
0
Ok This Is Really Simple Go To PlayerLoggedinHandler

Which Is Located In
Src>Net>Sf>odinMs>Net>Channel>Handler>And Find PlayerLoggedinHandler

Now Find The Line Called

PHP:
SkillFactory.getSkill(5101004).getEffect(1).applyTo(player);

And Change It To

PHP:
SkillFactory.getSkill(5101001).getEffect(1).applyTo(player);

So Now Every Time You Login You Will Get SuperHaste Instead Of Hide If You Want To Change The skill Just Change 5101001 To Any Skill Id You Want

Enjoy :)
 
Re: [Release/Guide] Removing Hide

I prefer hide
and any noob can just ctrl find the id for hide in PlayerLoggedinHandler
 
Re: [Release/Guide] Removing Hide

Well Yea But There Was A Lot Of People in The Support Section Looking for How To Remove It So intead Of Answering All There Questions I Thought Of Just Releasing It Instead..
 
Re: [Release/Guide] Removing Hide

I don't see the point in doing so.
Like, the moment you login, you see a hacker. And of course he can see you without hide, thus you're only giving him a chance to get away.
(Which stupid hacker doesn't gets away when they sees someone entering the map. -.-)

Well, nice release afterall.
 
Re: [Release/Guide] Removing Hide

Well u Saw His Name So u can ban Him Through The Database easily and its really annoying entering the server with hide
 
Re: [Release/Guide] Removing Hide

How annoying it is to right click on the hide icon?

I don't know.. the only down side is that the monsters don't move unless there's someone else on the map. Besides hide while logging in is helpful if you want to catch hackers. Like if you know a spot people hack alot then leave a gm character there, log in and bam they can't see you and you can just ban them right on the spot
 
Re: [Release/Guide] Removing Hide

Nice
_____________________________

HonorMs - Removing Hide - RaGEZONE Forums
 
Re: [Release/Guide] Removing Hide

im sorry, im kind of noob @ java so, if im not wrong. i have to re-compile after i do this correct?
 
Re: [Release/Guide] Removing Hide

im sorry, im kind of noob @ java so, if im not wrong. i have to re-compile after i do this correct?
Yes you do have to compile but anyways, I think that this is unnecessary hence someone already 'Released' this but with a method of giving non-gm's skills as well.
 
Back