Jump to content

vampir

Legendary Member
  • Posts

    1,899
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Everything posted by vampir

  1. add method to L2PcInstance which will clear _lastCancelledEffects and cancel _lastCancelledEffectsTask. After that, run this method when player is being teleported to olympiad match
  2. its cool that u have found the solution :) Locked
  3. errors? what is happening exactly?
  4. pack? u have got drops in xml?
  5. download patched system: http://www.4shared.com/rar/mL_7G6eE/System_CT26_By_Vector.html and paste it into your clean h5 client after that download fileedit: http://www.4shared.com/file/nxtbrrwk/File_Edit_CT26_By_Vector.html open it, set your chronicle to h5, open file l2.ini change server address to your ip(can be 127.0.0.1 client and server are on same pc). Also dont forget to run login server and game server :)
  6. try your luck on marketplace :)
  7. and locked
  8. server looks awesome, i am beta testing it and its definitely worth to try
  9. u can give us the errors, probably its going to be easier this way. As far as i know, there arent any guides of how to add new class.
  10. it depends on a pack, maybe his dont have such feature. Otherwise the case is a bit more complicated
  11. from those words :) i didnt want to be offensive, i just can quess that he didnt spend months on coding in l2j pack :)
  12. look how other classes are made, you will need to add new class into many lists, also increase max classes numbers, add class to class managers, its probably gonna be hard for newbie :)
  13. remove "String target" argument
  14. i think u cannot. You could create new accessLevel with access to sections that 7 and 4 have got.
  15. so u have got a problem with adding gatekeeper, did u try spawning him from game with ADMIN character?
  16. CreatureSay cs = new CreatureSay(0, ChatType.PARTYROOM_COMMANDER, "prefix, for example Server(it will be shown as Server: bla bla)", "here the message you wanna send"); activeChar.sendPacket(cs);
  17. compiler cannot find SkillTable class, you probably didnt import it, or it doesnt exist at all.
  18. also from this: if (activeChar.getTarget() instanceof L2RaidBossInstance || activeChar.getTarget() instanceof L2GrandBossInstance || activeChar.getTarget() instanceof L2MonsterInstance) you can do this: if (activeChar.getTarget() instanceof L2MonsterInstance) because as far as i know, L2RaidBossInstance and L2GrandBossInstance are extending L2MonsterInstance
  19. why dont u get image in real time, copy it to server and send it to player in html window?
  20. look at example: dwarven;mk_wooden_arrow;1;1666;1;[1864(4)],[1869(2)];17;500;[1666(1)],[57(5400000)];30;100; dwarven - recipe type mk_wooden_arrow - recipe name, same as in client 1 - recipe index(starting from 1, every next recipe is previous index + 1) 1666 - recipeId, same as in client 1 - craft level [1864(4)],[1869(2)] - ingredients, item id=1864 count=4, item id=1869 count=2 17;500 - production, item id=17 production item count=500 [1666(1)],[57(5400000)] - no idea wtf is that but its always like this: [recipeId(1)],[57(5400000)], in this case recipeId is 1666 30 - mp cost 100 - success rate no idea what noob made such stupid system since xmls are 153523423x better :)
  21. first u need to find out how other 5 crystals are spawned, try to search XYZ location of any existing crystal and u should find the file where they are spawned. You will need to add 4 more.
  22. read the error, ')' is expected :)
  23. so probably skills exists, it just doesnt have icon - client side.
  24. look at the code he have gave, inside it: public enum ArmorType. Locked
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock