CriticalError Posted March 25, 2011 Posted March 25, 2011 thanks a lot mate, nice code ofc keep working. Quote
vampir Posted March 25, 2011 Author Posted March 25, 2011 What about hide mode? :) just check it out, i didnt change things like that Quote
DarthVader Posted March 28, 2011 Posted March 28, 2011 I have looked for it long time ago, when I had pvp server. Thanks dude. :) Quote
ArkeyWave Posted March 31, 2011 Posted March 31, 2011 one question .. when i try to add this to an interlude pack .. i see a problem with this value getActiveChar and eclipse tells me: "Replace with getActor" .. so, do i have to change it for getActor, or another thing ? 6_6 Quote
vampir Posted March 31, 2011 Author Posted March 31, 2011 probably but that depends what "getActor" is, check with replacing to getActor and give feedback Quote
ArkeyWave Posted March 31, 2011 Posted March 31, 2011 sorry, i forgot to say, that eclipse says too "Create method getActiveChar()", i will try getactor .. and if it doesn't work i will try creating the method.. however .. wait for feedback ^^ EDIT: if i change it with getActor, then the whole code is messed, and if i Create the method, then code just don't work .. then idk what to do here :D Quote
mfausb Posted March 31, 2011 Posted March 31, 2011 sorry, i forgot to say, that eclipse says too "Create method getActiveChar()", i will try getactor .. and if it doesn't work i will try creating the method.. however .. wait for feedback ^^ EDIT: if i change it with getActor, then the whole code is messed, and if i Create the method, then code just don't work .. then idk what to do here :D Maybe getActingPlayer()? But I have no idea how it was in interlude, just a wild guessing.^^ Quote
vampir Posted March 31, 2011 Author Posted March 31, 2011 you would need to show me the code so i can see it, cant rly help without that :/ Quote
Tilllate Posted March 31, 2011 Posted March 31, 2011 really its good for a custom servers :) thx Quote
flaguz Posted April 1, 2011 Posted April 1, 2011 little remake and work fine in faction freya server (no live server tested into test server) Quote
ArkeyWave Posted April 1, 2011 Posted April 1, 2011 you would need to show me the code so i can see it, cant rly help without that :/ then i will need to do it by myself .. however thanks ;) Quote
•MeLe• Posted December 15, 2011 Posted December 15, 2011 then i will need to do it by myself .. however thanks ;) public L2Attackable getActiveChar() { return (L2Attackable)_actor; } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.