Jump to content

vampir

Legendary Member
  • Posts

    1,899
  • Credits

  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Everything posted by vampir

  1. cant rly understand you, this share is for freya :)
  2. in interlude u will have to write a lot more code as far as i know and i dont care about that chronicle :)
  3. }else{ // Set the target of the L2PcInstance activeChar change that to: }else if(activeChar.isVip()){ // Set the target of the L2PcInstance activeChar
  4. jup then wherever is wrote .getAdena(), change that to getItemByItemId(itemId) - itemId = id of item u want it to take :), it should work however i didnt test it, give me feedback :)
  5. you can make it only with java as far as i know: http://maxcheaters.com/forum/index.php?topic=196515.0
  6. i think that you wrote soemthing wrong in line with: EnchantBlackList
  7. hi Atm you can click on the field to move somewhere as many times and as fast as you can. This share will not allow to change destination of where u want to go if u click too fast. Its set to 1 second atm, and when some1 is clicking too fast, he is not moving anymore. Code: http://pastebin.com/3fHVTds9 I made it for request, just ask me so i will make more codes for free. Credits: Vampir(Me)
  8. in my sql code i gave, change classes id to first, like fighter mage, and learning lvl to 1, also make skill auto learnable
  9. what do u mean? its the only way if not counting java, and its the easiest so just run your database and make it fast :)
  10. There are 3 links, 1 for datapack, 1 for core(java) and 1 for sql You need to be close to use that skill so archer and necro will have to come close to use it.
  11. change those: + ArmorSetsTable.getInstance().getSet(9417).isEnchanted(6, this) + || ArmorSetsTable.getInstance().getSet(9418).isEnchanted(6, this) + || ArmorSetsTable.getInstance().getSet(9419).isEnchanted(6, this) + || ArmorSetsTable.getInstance().getSet(9420).isEnchanted(6, this) + || ArmorSetsTable.getInstance().getSet(9426).isEnchanted(6, this) + || ArmorSetsTable.getInstance().getSet(9427).isEnchanted(6, this) + || ArmorSetsTable.getInstance().getSet(10126).isEnchanted(6, this) + || ArmorSetsTable.getInstance().getSet(10127).isEnchanted(6, this) + || ArmorSetsTable.getInstance().getSet(9433).isEnchanted(6, this) + || ArmorSetsTable.getInstance().getSet(9434).isEnchanted(6, this) + || ArmorSetsTable.getInstance().getSet(9435).isEnchanted(6, this) + || ArmorSetsTable.getInstance().getSet(9436).isEnchanted(6, this)
  12. hi i didnt share since a week or something coz i didnt have any ideas, today i wanna share with u new super extra custom skill that is stealing money :P you are probably thinking atm lol he is noob, every1 will just use that skill and take all money from enemies but its not that simple! When you are stealing money from some1, u are getting instantly slow, getting flaged, losing 2500 hp, 1000 mp. You can use that skill on not flagged players. After u use that skill, u are getting about 2/20 enemies adena(if my counting isnt as bad as i think), you get that flag etc, and u run!, if u run successfully, you own the money, if this guy will kill you, he is getting his money back + 1/10 money from your inventory so thats a lot if u have got something. Maybe my custom steal system isnt perfect but i would like to hear ideas how to improve it and i will code it even today, so if everything is clear just download it: datapack: http://pastebin.com/eKK1wABy core: http://pastebin.com/Du69Bq4T I made new skill for that(didnt edit any other), so u need to change your client: skillgrp: 10003 1 1 0 980 20 6 180.00000000 0 D 1078 icon.skill1325 0 0 0 a,none\0 2500 8 10 0 a,none\0 skillname-e: 10003 1 a,Steal Money\0 a,With that skill you are able to steal some money from you opponent.\0 a,none\0 a,none\0 if u want to add it to database: http://pastebin.com/2jeTt1R7 just take that code, make new file like x.sql, paste there this code, run database, right click in empty space near tables, click Execute SQL file, choose place where u saved x.sql and click start, i didnt have any errors, ppl are getting now skill at 80 lvl Tested: yes, i was getting some errors but i think it wasnt about that coz i have tons of unfinished codes that give me errors so i w8 for your feedback Credits: Vampir(me ofc) cya and i am w8ing for next ideas or i wont have anything to do for next week
  13. noob change 4 to 0 to be like that: 10003 1 0 0 50 85 6 180.00000000 0 D 1078 icon.skill1325 0 0 0 a,none\0 0 8 10 0 a,none\0 just found it out, sry for double post, lock it or better delete it
  14. option 1: use search! option 2: run your database, go to spawnlist table, and change there respawn_delay, if mobs are spawned many times then u have to change all spawn of that mob
  15. in your datapack go to data/stats/skills/10000-10099.xml and in skill id="10001" change power from 100 to 600
  16. Hello i am not rly into client mods and i am making new code atm, i made new skill its working very well but i have got 1 problem with it. My skill is active, and its in Clan/Nobless/Hero Skills category, i want to change its category to Physical Skills. I am not rly sure if it can be changed from client or datapack. I added new line in skillgrp: 10003 1 4 0 50 85 6 180.00000000 0 D 1078 icon.skill1325 0 0 0 a,none\0 0 8 10 0 a,none\0[/cpde]
  17. config/floodprotector
  18. what pack are u using? Probably there isnt config for that so u need to edit code by your own
  19. yeah its very usefull however now all of then like making gui, i watched them all and learned a lot
  20. ......................................................................................... thats how i show my disappointment, just add into increasePvpKills method, 2 lines: for(L2PcInstance partyMember: getParty().getPartyMembers()) addExpAndSp(Config.ADD_EXP, Config.ADD_SP);
  21. are u getting any errors? if not then replace it with this: public int getMaxBuffCount(L2PcInstance player) { if ( player.isVip()) return 5 + Math.max(0, getSkillLevel(L2Skill.SKILL_DIVINE_INSPIRATION)); else return Config.BUFFS_MAX_AMOUNT + Math.max(0, getSkillLevel(L2Skill.SKILL_DIVINE_INSPIRATION)); } so u dont need to make config for it, if its still not working then there is probably something wrong with player.isVip()
  22. com.l2jserver.gameserver.model.actor.L2Character.java the answer is in that file! Only file is needed as requested so i wont give u any more clues, java is the key to success :P
  23. lol with olympiad period 1 month? i have been hero about 10 times with necro on frozen and few times with shillien templar on some random servers :)
×
×
  • Create New...