Jump to content

Fanky

Legendary Member
  • Posts

    7,281
  • Credits

  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by Fanky

  1. http://maxcheaters.com/forum/index.php?topic=249483.new#new Μιλάει και απο πάνω.
  2. use proper english,I'm not even forced to reply to your crappy wannabe english. so,when someone is flag he wont be able to talk to npc?
  3. Adele - Set fire to the rain
  4. πραγματικά,πόσοι έκαναν log in με αυτό το account; lol..
  5. what you mean damage 2 times? x2 damage or half damage first sec and other half second sec? fully explain please
  6. alright I get bored with all your topics. stop drinking and making topics here. OR JUST LEARN ENGLISH and make us understand what the heck you want.
  7. google is your friend.
  8. they're VIP or donator :P (at least,most of 'em)
  9. then it's frozen's problem. go make topic in their forum and wait for the answer, we are not responsible for every shitty commit that frozen does,I'm sorry.
  10. bitch,please. noone have such dedi,and if someone claims that he got one he'll definetly scam you. so,be aware.
  11. I can't get a shit,I was cleared A guy with the same problem made a topic in greek section,tho i couldn't helped him because he didn't had the source,he told me that his rev was 936.
  12. doesn't make any sense dude,lol..
  13. As far I see you dont a shit about java :P no problems,but don't try to open a server with 0 knowledge. read guides,there are a shit load of them everywhere(in forum,in l2j's forum,in google) start practisin' and then open a server..
  14. τι έγινε; 13 Guests, 24 Users (0 Buddies)
  15. with 20-40$ you can only find some good vps,but for sure after 50-60ppl it 'll get lag. for 100-150e you'll need at least 60-70e.
  16. or he might want something like ge+++ features. when sometimes,there's a chance to cast dagger mastery/bow mastery and such things somethin' like that?
  17. solved http://maxcheaters.com/forum/index.php?topic=249447.0
  18. καλησπέρα.
  19. it might be frozen's rev,did they answer you @forum?
  20. έψαξες στο client mod section και δεν βρήκες;
  21. req dev help eng l2j http://maxcheaters.com/forum/index.php?topic=249474.0#quickreply
  22. I'll start pointin' out your mistakes starting from 1st to 2nd code. first of all, OLYMPIAD_NAME_COLOR = Integer.parseInt(L2JModSettings.getProperty("OlympiadNameColor", "FFF000")); color its not parseInt,its Integer.decode so the above line is wrong,the followin' one is the correct OLYMPIAD_NAME_COLOR = Integer.decode("0x" + L2JModSettings.getProperty("OlympiadNameColor", "FFF000")); secondly, + private static final int OLYMPIAD_NAME_COLOR = 0; that's completely wrong and useless,delete it. To continue with, updateNameColor(getNameColor()); completely useless,the broadcastUserInfo(); is doin' the job. After that,delete them + /** + * @return the olympiadNameColor + */ + public static int getOlympiadNameColor() + { + return OLYMPIAD_NAME_COLOR; + } +} + + /** + * @return + */ + public Object getNameColor() + { + return null; + } + + /** + * + */ + public void broadcastUserInfo() + { + + } + + /** + * @param nameColor + */ + public void updateNameColor(Object nameColor) + { + + } +} quick fix ain't always good >.>,keep that in your mind. Now,2nd code. private static final int OLYMPIAD_TITLE = 0; its tittle dude,by this way you are setting the tittle as integer(aka number up to 2,1kkk (lol)). same,before delete that updateNameColor(getNameColor()); and delete every single method which you created after that, for sure it'll pop up more errors since the code is still bad. Hope I helped,anyway start doing smaller things(check my guide on gr section,I give some ideas for newbies)
  23. not rly,we lack of gf servers nowadays(same for epilogue) that's truth anyway,but gf and ge are playable also
×
×
  • Create New...