Jump to content

Tryskell

Legendary Member
  • Posts

    5,361
  • Credits

  • Joined

  • Last visited

  • Days Won

    64
  • Feedback

    0%

Everything posted by Tryskell

  1. As adenaman showed, you completely messed parameters. Closed.
  2. Just check Frozen timeline, they "fixed" it. Probably you use IL stuff, cause with refactored stuff you haven't such thing.
  3. 1000€. Without tax included.
  4. http://maxcheaters.com/forum/index.php?topic=236055.0
  5. What's supposed to be your buffer code ? And btw use a HTM buffer, it avoids to create strings for nothing, and it's easier to manage if you got problems.
  6. As I said, you have to apply effects on the player. Your last reply is my previous reply with more details. By 'Don't say you made one method per skill id...', I mean that : public void get264() { Player player = getSelf(); NpcInstance npc = getNpc(); if(player.getKarma() > 0) return; npc.doCast(SkillTable.getInstance().getInfo(264,1), player, true); } I hope you didn't make one method per different id... It's totally pointless. Just check another buffer to see how they work ? That's often the simpliest way. Why trying to reinvent the wheel, when ppl already made it hundreds of time before you.
  7. ctrl+shift+O to correct imports... Btw verify where are stored effects (you try to read from L2Character...) and if effect named ABNORMAL_EFFECT_HOLD_1 simply exists...
  8. Don't say you made one method per skill id... And if you invoke a not existing skill you will have a nice NPE. And you can't use doCast. You have to apply effects directly on the target. Currently when the NPC is doing a dance/whatever party buff, it tries to buff its own party (which sounds logical).
  9. I try to give people the good use to format their help reports. I believe if I say it every day, one day ppl reading that section will take that use, and finally I won't have to say it (and better, regular users will say it for me). And if its english was decent, I would correctly understand his question, and eventually answer directly instead of trying to understand. I understood 'gludin arena AS a pvp zone', not 'gludin town zone AS a arena/pvp zone'. That's why stupid punctuation and words exist. Anyway, answered.
  10. He wants NPCs stop to rotate on themselves to face players, when you double click on it to speak or whatever.
  11. Ask either to Emrys or poltomb (which is initial creator, L2J forum) to reshare it. It's a 2009 share.
  12. Probably serverpacket, check where isQuestItem() - or whatever approaching method name - are used.
  13. - any russian can be proud of your english (and don't say you're greek, I know it just reading replies + you won't understand the allusion). - your topic name is generic. - your problem shouldn't exist on any regular/decent L2J pack. - your problem explanation lacks of any type of infos (chronicle, pack, what the fack you edited to mess that area). - you are insulting a forum staff member (e-penis++). Anyway let's wait you find the solution alone or than the topic goes in pixels dust, I don't care.
  14. All handlers are now in DP, they're loaded via master .cfg or whatever it is named.
  15. Seriously, read my answer until you understand. And you have to restart server obviously, or at least reload npc.
  16. Because you let a baby panda died. He cursed you, and then you're not able to even get assistance from MxC forum.
  17. For Eva's love, use switch structure
  18. You drop all others zones, as the system registers an olympiad zone as an olympiad zone thanks to the type of zone. But that means only one fight can happen at the same time...
  19. Until next time he will have the exact same problem and couldn't fix it alone because someone made it instead of himself in the past. I don't spoonfed ppl because it's pointless to do for everyone. I provide infos if you (ppl in general) got issues, if you got no brain, no curiosity, no time, it's pointless to begin to develop a L2J server. Go play on one of the thousand L2J servers, or rather go play on one of the thousand existing MMOs. Well if you (Psyqq☣) got time to help any ppl to make their server on, I'm glad for you. But that's a vicious circle type problem.
  20. You say yourself your error. You dropped the npc template from npc.sql, or the NPC template itself doesn't load properly (invalid infos making it not loaded ?). That's why it says some skills are currently linked to a NPC, and that's why you got errors when you try to spawn it. Re-add NPC template infos.
  21. I help, I don't make it for you/babysitting.
  22. A kid hasn't to use L2J server :P. Final point. For solo play, there is Skyrim.
  23. You messed installation of one or another plugin. http://trac.l2jserver.com/wiki/Eclipse
  24. Main question of the topic, troll n°2 ^^. adenaman stop to copy Zoey76 behavior ! You look like a clone ! Nianianianiania ! Let the author coming back on his godamn topic.
  25. Bubu, if you would read facebook you would eventually know what I am currently doing :P. Saying sagas are currently under "debug" would be wrong, as fortunately the main script is almost good (notice the "almost" :P). But I have to add all varka and ketra alliance quests (+6 quests, but 3 are the mirror of the 3 others), and those are truly bugged and can be easily exploited.
×
×
  • Create New...