Jump to content

marwan

Banned
  • Posts

    774
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by marwan

  1. first of all this idea is not mine to request a pvp , target a player and then press .pvp to view pvps press .viewpvp you will goto coliseum as a observer like oly credits to me http://pastebin.com/yGU0ZQh7 any questions just post here
  2. I'am interested...
  3. I know but I think there is no other way
  4. try this File f = new File(xml location file); InputSource in = new InputSource(new InputStreamReader(new FileInputStream(f), "UTF-8")); in.setEncoding("UTF-8"); Document doc = factory.newDocumentBuilder().parse(in); for (Node n = doc.getFirstChild(); n != null; n = n.getNextSibling()) { if (n.getNodeName().equalsIgnoreCase("for")) { for (Node d = n.getFirstChild(); d != null; d = d.getNextSibling()) { if (d.getNodeName().equalsIgnoreCase("pAtk")){ } { something like this you get the data of .xml
  5. because its the only way to do it.
  6. install subversion
  7. where did you exactly put it ? it depends
  8. {Freya} Gm Shop l Vote Shop What da heck is vote shop?
  9. try this http://pastebin.com/HJUEq6dh
  10. Thanks It gives error or what ?
  11. same code just change imports
  12. Hello guys , I have something new and unique (as i think) First of all its npc that you can use in diffrent things like donater shop anyway here is a pic Why i call it Smart simply because you can add items in the list easily without editing any html for example to add new item you will go here Services[] ahm = new Services[] { new Services(1, "+1 Wep", "56", "You can make ur wep +1<br>:D"), new Services(2, "+1 Armor", "56", "INFO<br>INFO"), new Services(3, "-beep- !", "56", "gtfo") }; and add new Services(4, "new item name", "price", "[color=red]info<br>info[/color]") and the red text above i s what the info button will display it supports html tags and once you make new one it adds it automaitcally Code : http://pastebin.com/cEPYeHd2 Coded by me Any question just leave a post.
  13. Oh forgot Daemon is da best !
  14. I'am with you mate anyway nice and simple share
  15. Romeo who do you like better , Stefan or Daemon ? (Vampire Diaires) ;D anyways good luck
  16. He means if he can reload the html files instead of restarting the whole server
  17. the problem is that he imported that item names and its showing No Item Name my advice is get a clean item name.dat file and then apply the dynasty in the end of dat
  18. l2jendure based on l2jserver , just do as SweeTs said or quick fix
  19. like ?
  20. which client and pack are you using ?
  21. no
  22. Hello guys , I'am here with a new share Hitman event , every 60 minutes random player in server will be chossen to be the hitman , Hitman player name color will be changed to red and will be announced that he/she is the hitman. The first player who kills the hitman will be rewarded , event ends in 5 minutes update : http://pastebin.com/fvBvWe11 PS : Not tested coded in L2JServer hi5 credits to me oh forgot ,add in gameserver.java Hitman.getInstance(); Update : fixed a bug in pickplayer() method now its working properly
  23. import this import java.io.BufferedInputStream; import java.io.BufferedReader; import java.io.DataInputStream; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader;
  24. import them from quick fix no if lol ban and you wrote lol1 then it will not ban updated now it bans http://pastebin.com/azcy4i1k
×
×
  • 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