Jump to content

vampir

Legendary Member
  • Posts

    1,899
  • Joined

  • Last visited

  • Days Won

    14
  • Feedback

    0%

Everything posted by vampir

  1. I love your BIG EGO, i hope someday you will realize how stupid your words are :)
  2. what problem have u got while adapting that code?
  3. if you want to make server, learn java first, later it will be easy to find good pack by just testing them.
  4. try to find some changed connected with class Die
  5. Rush Impact can be easily changed like increasing their cost, reuse delay and casting time or even fully remove Rush skills. The new skills are ruining the client - which skills? :O The new olympiad is ruining the client - I personally like new areans but they can be easily changed to epilogue ones or even Interlude arena. Raid can be disabled easily :) What ppl will never understand, that newest client are bigger possibilities for the developers...
  6. i thought there is no such packet, if he have found it, its good for u, i just didnt know that it exist.
  7. in CharacterCreate u will need to add skill. I think that +30 buff level 1 will be addSkill(skillId, 3001); I dont know how it is in your pack, but for Heal Skills i have got Class named "Heal". Inside it checkCondition method. So we just need to add if(activeChar.isPlayer() && getId() == yourSkillId && ((L2PcInstance)activeChar).getPvPPoints < 500 && ((L2PcInstance)activeChar).getPvPFlag>0) { activeChar.sendMessage("This skill can be used in PvP only if u have at least 500 pvp points!"); return false; }
  8. when it was not working, it was your fault coz u didnt change item ids, i told u that :)
  9. this is not really truth. Maybe u dont remember but i coded all of that on pc, not "change 2 3 word". Also u asked for send message of enchant rate before enchanting. There isnt package that is sent in interlude when item enchant is chosen, so its the only way how your idea may work. Last thins is YOU wanted to give me 10 euro before even asking me for price :)
  10. that would be good idea if toplists and mxc forum would agree, you would need to find guy that would say if server is ok or not. Also it depends on the players what server they choose, if players would choose wisely, shitty servers wouldnt exist :)
  11. lol...
  12. tell us the story, we are listening to u. What happend?
  13. and the reason? :)
  14. because this time: 13859604932849 is time starting from January 1, 1970. So if u want to get know how much time is left: (getValidationTime()-System.currentTimeMillis())
  15. remove System.out.println("removing"); i think spawn_loc should be [][], u could, then u could make it like that: int[] loc = Rnd.get(spawn_loc); activeChar.teleToLocation(spawn_loc[0]+Rnd.get(-radius,radius), spawn_loc[1]+Rnd.get(-radius,radius), spawn_loc[2]); to String[] gradeNames = {"","D","C","B","A","S","S80","S84"}; if(grades.contains[gradeNames[o]]) return false; spawn_loc1 = new int[3]; + String[] propertySplit = prop.getProperty("SpawnLoc1", "150111,144740,-12248").split(","); + spawn_loc1[0] = Integer.parseInt(propertySplit[0]); + spawn_loc1[1] = Integer.parseInt(propertySplit[1]); + spawn_loc1[2] = Integer.parseInt(propertySplit[2]); + spawn_loc2 = new int[3]; + propertySplit = prop.getProperty("SpawnLoc2", "143665,144418,-12022").split(","); + spawn_loc2[0] = Integer.parseInt(propertySplit[0]); + spawn_loc2[1] = Integer.parseInt(propertySplit[1]); + spawn_loc2[2] = Integer.parseInt(propertySplit[2]); + spawn_loc3 = new int[3]; + propertySplit = prop.getProperty("SpawnLoc3", "144443,147685,-12139").split(","); + spawn_loc3[0] = Integer.parseInt(propertySplit[0]); + spawn_loc3[1] = Integer.parseInt(propertySplit[1]); + spawn_loc3[2] = Integer.parseInt(propertySplit[2]); to spawn_loc = new int[3][3]; for(int i = 0;i<3;i++){ propertySplit = prop.getProperty("SpawnLoc"+i, "144443,147685,-12139").split(","); for(int loc = 0;loc<3;loc++) spawn_loc[i][loc] = Integer.parseInt(propertySplit[loc]); } thats all that came to my mind while reading code, thx a lot for sharing it ^^
  16. if it isnt, thats sure he touched something :P Try to compare your files with latest repository
  17. There were a lot of such topics and they died pretty fast :P I am keeping my ideas for server that will start soon so i will just comment yours :P You server where only players that have got something nice to say, to be able to speak? :P Also player is longer on server, it doesnt mean he has manners. I dont like your idea about +4 items to get pvp at all, there are a lot of other ways like not allowing to kill same person in x period of time, same ip etc. About stealing enchants, i think its cool idea.
  18. What pack and version u have?
  19. you will need to create new zone, later change this line: L2ZoneType zone = TownManager.getInstance().getTown(bitch); its not that easy :/
  20. did u added cat to database? Did u set cat type as L2ClassMaster? What errors have u got while starting server and spawning cat?
  21. NullPointerException, go to line 156. You will have something like that reference.method(arguments). reference is null at this location so when its typing .method, error appears, add reference != null before that
  22. try to search them by your own, also if u fond tvt event engine already, have u got a problem with adding it?
  23. if u want ready code, go to marketplace :)
  24. Locked, dont create 2 topics
×
×
  • 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