Jump to content

An4rchy

Legendary Member
  • Posts

    2,656
  • Credits

  • Joined

  • Last visited

  • Days Won

    26
  • Feedback

    100%

Everything posted by An4rchy

  1. I suggest you NOT to give your msn to ~Rasmus~. Btw, why l2jfrozen?
  2. You smartass, preconfigured doesn't mean a compiled pack, it means a pack with shops, gatekeeper, rates added, farm zones etc, like a server designed by someone and shared for all.
  3. you're kidding me? ahahah best.
  4. Do you share the source too or is it just a compiled pack?
  5. Yes it is for +6. + ArmorSetsTable.getInstance().getSet(9417).isEnchan ted(6, this) + || ArmorSetsTable.getInstance().getSet(9418).isEnchan ted(6, this) + || ArmorSetsTable.getInstance().getSet(9419).isEnchan ted(6, this) + || ArmorSetsTable.getInstance().getSet(9420).isEnchan ted(6, this) + || ArmorSetsTable.getInstance().getSet(9426).isEnchan ted(6, this) + || ArmorSetsTable.getInstance().getSet(9427).isEnchan ted(6, this) + || ArmorSetsTable.getInstance().getSet(10126).isEncha nted(6, this) + || ArmorSetsTable.getInstance().getSet(10127).isEncha nted(6, this) + || ArmorSetsTable.getInstance().getSet(9433).isEnchan ted(6, this) + || ArmorSetsTable.getInstance().getSet(9434).isEnchan ted(6, this) + || ArmorSetsTable.getInstance().getSet(9435).isEnchan ted(6, this) + || ArmorSetsTable.getInstance().getSet(9436).isEnchan ted(6, this) Just change the (6, this) to (yourenchantlevel, this).
  6. Trololol. Just set serverSideName to 1.
  7. It was shared in another forum, it was nothing just donator system with less features than this one and sh1t coded. Well, first i try to make it as clean and illegible as possible and then i take care of some other stuff like using less connections etc ;) Don't really know.. I tested it this way and the admin command works fine.. But i guess database table for admin commands is just for access levels... Thanks everyone :)
  8. Hello everyone. A mod i created long ago.. Why i made this: Because i saw shares like VIP System, Donator System, GAY system(yup, i saw that too). What it is: Just see the configs :) http://pastebin.com/8zfAawxZ Made by me 100%. As i remember it works fine and it is coded on interlude pack. P.S. If you are interested in this, it doesn't use database connections, it uses streams.
  9. The point is not to add 'good suggestions', but to add anything a customer asks you for, since you say you provide updates and he won't be able to do it... Also i have to agree with Tryskell, price is high for a compiled pack, but that's your choice. Good luck again.
  10. Ase.. ;p Lol 3imeri gia auto? Axaxaxaxa.
  11. No, not really. Except if they are willing to add EVERY feature you have in your mind in the source. But seriously, without selling the source only few will buy it(if they will). Anyway.
  12. Btw apoboli egw exw parei 2 fores. Mia stin 1i gimnasiou epidi legane oti apilousa ta pedia na kanoun apoxi tin TSIKNOPEMTI epidi eixame 5 ores mathima. Mlkies dld. 1 mera. Kai mia 3ti gimnasiou epidi m kanei enas kathigitis bgale to skoufi mesa stin taksi k tou leo oxi dn to bgazw k m ksanaleei bgalto tora k tou leo tote bgalte kai eseis tin blouza sas.. Me pige sto grafeio k mlkies ti simperifora einai afti k tetia k m edose 1 mera apoboli.
  13. Good luck, but as i can see the source is not purchasable?
  14. Gj, awesome work. Too bad i never read that Swing subject in my Java book ;p Maybe i will, after this ;)
  15. So if you just want it to attack both, all you gotta do is edit knownlist. But if you want it for example to attack once someone and once another one then you have to make a special ai for this npc/mob.
  16. Didn't get it.. You want a mob to attack another mob and a player at the SAME time?
  17. L2PadoraChest L2Anabelle L2Insolence L2Uranius Afta dn m aresoun katholou. L2Arwen k L2Enmity. L2Enmity psifisa.
  18. + private int getVotes(String urlString) + { + InputStreamReader isr = null; + BufferedReader in = null; + try + { + URL url = new URL(urlString); + isr = new InputStreamReader(url.openStream()); + in = new BufferedReader(isr); + String inputLine; + int voteCount = 0; + while ((inputLine = in.readLine()) != null) + { + if (inputLine.contains("moreinfo_total_rank_text")) + { + int Sub = 12; + switch (inputLine.length()) + { + case 116: + Sub = 13; + break; + case 117: + Sub = 14; + break; + case 118: + Sub = 15; + break; + case 119: + Sub = 16; + break; + } + voteCount = Integer.parseInt(inputLine.substring(inputLine.length() - Sub, inputLine.length() - 11)); + break; + } + } + return voteCount; + } + catch (IOException e) + { + e.printStackTrace(); + return 0; + } + finally + { + try + { + in.close(); + } + catch (IOException e) + { + + } + try + { + isr.close(); + } + catch (IOException e) + { + + } + } + } :/ So much drama to get a server's vote count...
  19. Lock it. No point in selling something shared.. P.S. Sorry, it seems i didn't search enough before create it.
  20. Thanks and ty for the idea.. I just used equals() and not equalsIgnoreCase() ;p. Thanks, but could you give me a link or something? Also i don't really think you can code that easily a config like the QuizEventQuestions.. It may be easy but it took me some time since it's the first config i code like that. Well, the price may be lowered in the future(after the tests i will make in a while..). Thanks anyway.
  21. Hello everyone. I'd like to sell a new event i coded. Quiz event. The idea is taken from L2iPlay, xAddytzu had coded this before a long time. Anyway, i re-coded it from scratch so the credits are mine(that means i don't want to see stuff like stolen or no rights to sell it). Every x minutes a question is generated between those you add in configs(you also add the min minutes and max minutes and a random number of minutes between those is generated). Every player can write the answer in trade(+) chat. If it is correct he gets rewarded. If no answer is given in 5 minutes the question is canceled. Configs: # Quiz event. AllowQuizEvent = True # Quiz event time(in minutes) between questions. # Must be set like: min/max. # Time will be randomly chosen, for example if you put 5,15 it may be 7 or 9 or 13. QuizEventTime = 10,20 # Quiz event questions. # Must be set like: question,answer,rewardid,rewardcount;question,answer,rewardid,rewardcount; QuizEventQuestions = Who created this event?,Anarchy,3470,5;What is the name of this server?,L2Server,57,100000000; Payment method: PayPal - 15 euros. PaySafe Card - 20 euros. Pm me here. P.S. Tomorrow video coming, plus more tests to be sure. So you'd better pm me tomorrow if you are interested. That's just an announce for today.
×
×
  • Create New...