[HELP]Some Bugs in Hellbound

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Artour24
Posts: 48
Joined: Fri Sep 17, 2010 7:24 pm

[HELP]Some Bugs in Hellbound

Post by Artour24 »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:4420
L2JDP Revision Number:7668
here my svn
http://svn.l2jserver.com/branches/L2_GameServer_T1.5 ps:(no custom edits)
http://svn.l2jdp.com/branches/T1.5_DataPack ps:(no custom edits)
Client
Hellbound T1.5


some bug that i found while was testing the server

1) atributes not working at all ( when click on stones (Fire,Water,Earth) nothing happend )
2) Can not create clan ( when talk with npc and choise Create Clan chat windows desapear... )
3) Can't buff in peace zone ( system message: Tou can not atack in peace zone )
4)Can not atack with "ctrl+atack" only if put "Ctrl+skill" and after that the char continue atack with normal hits

PS: I don't ask to fix these bug for me, i just want some tips to where i have to chek in eclipse to figured out these bugs or maybe already existing topics about that. i realy search forums all day but nothing usefull find.
I don't request to create nothing for me so i post in right topic. if not i am apologize 1000times.
sorry for bad english :?

and btw why the svn have so much bugs o.O ....
Artour24
Posts: 48
Joined: Fri Sep 17, 2010 7:24 pm

Re: [HELP]Some Bugs in Hellbound

Post by Artour24 »

Clan creating is solved :)
the problem was in htm files ... the name of buttons was wrong i edit them and now work perfectly.

common guyz give some hand of help to solve and other bugs i am not so big specialist in java coding to know where could be the problem..... plsss :D
Artour24
Posts: 48
Joined: Fri Sep 17, 2010 7:24 pm

Re: [HELP]Some Bugs in Hellbound

Post by Artour24 »

Artour24 wrote:If you want to receive support we need this info to help you properly.

3) Can't buff in peace zone ( system message: You can not atack in peace zone )
4)Can not atack with "ctrl+atack" only if put "Ctrl+skill" and after that the char continue atack with normal hits
....
Solved:by folowing changes

Code: Select all

net.sf.l2j.gameserver.ai.AbstractAI.java-protected int _range = 60;+protected int _range = 30;=========================-protected CtrlIntention _intention = AI_INTENTION_IDLE;+protected CtrlIntention _intention = AI_INTENTION_ATTACK; 
i have no idea if that exacly was the problem but, i make these 2 changes in the eclipse and fix the 3 and 4 problem..... still have the big problem with Elemental stones ( when i click on it to add attributes to weapon or armor there no action/no window popup) i will try to solve it and if i will lucky then i will post here the solvation.. until then i hope someone java profi can give some tip to me :)
Post Reply