Jump to content

tasha

Members
  • Posts

    68
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by tasha

  1. to me it seems on of your characters gets disconnected due to ur server not beening very stable... or ur members computer... dose this happen to all ur characters.. or just (XXXXXX) ?? cuz if so.. than its server configuration
  2. <list> <list maintainEnchantment="true"> ....items here..... .... .. </list>
  3. this just means 1 characater has duplicated skills, reset (268503989's skills)
  4. uhmm make sure you are installing into 'program files' cuz if not... the program will NOT have admin privleges... and btw to u others... you can download and install navicat with out ever installing mysql...
  5. what server emulator are you using and what datapack version (or custom??^^)
  6. be sure u forword your ports using router... and my router has an optoin to open serten computers directly to internet...(thats what i HAD to do)
  7. MysticDragon Gracia CT2.3 Server www.mysticdragon.ulmb.com RATES: 200x - exp 200x - sp 400x - adena retail enchant system (+3-safe / +25max / 66% all) full vitality system all forts / castle 100% working all life stones level 81 skills auto learn all skills 1 hour buffs full gm shop full npc buffer custom armor sets custom drop system custom jail system custom arena events 100% uptime (1 auto restart at 00:00:00) auto backup every 60 minutes (database + data files) 100% Gm Online at anytime.... for more questions please view our forum...... i will post more here later... but now im kinda in a rush.. have funn
  8. use l2 enc dec from l2wh.... it is possible to open files right from lineage2.com
  9. one of the best tele's i have seen, very nice shar man
  10. L2EMU -> buffer some skills not reading.... L2J Serv -> works fine,..... (and i know how to install a buffer)
  11. very nice gm shop... but i would simplify ur xml's
  12. base64_encode(pack('H*', sha1(PASSWORD HERE)))
  13. i need little help with my query... i need to select npcs with limit of levels 1-10.. (and no i dont wana use (WHERE level='1' AND level='2' AND level='3' ....etc)) $result = mysql_query("SELECT * FROM npc WHERE type='L2Monster' ORDER BY level LIMIT ((level='1'),(level='10'))");
  14. i have created a script used to break base64 pass into into SHA1:: hope it helps <style type="text/css"> <!-- .style3 {font-size: 24px} .style1 {color: #CC0000} --> </style> <? echo("<title>L2J Pass Break</title>"); $pass = $_POST['decode']; $unpass3 = base64_decode($pass); $array = unpack("H*", $unpass3); foreach ($array as $key => $value) $unpass2 = $array[1]; echo("<span class=style1><b><u>Decoding Password</u></b></span>"); echo("<br><b>Base 64:</b> $pass<br>"); echo("<b>Unpacked:</b> $unpass3<br>"); echo("<br><b>SHA1:</b> $unpass2<br>"); ?> <form name="form1" method="post" action=""> <div align="center"> <input type="text" name="decode"> <input type="submit" value="Decode"> </div> </form> <br><br><br><center><i>Created by Tasha</center></i>
  15. i am looking for this exact layout, but for gracia.... will this work.. or needs mod?..... or can someone send me?? would be appreciated
  16. i like, its much better then the old giran tex they made for giran snow... =((
  17. need to create the weapon series, 1 bow, blunt, dagger etc.
  18. everyone eventually goes back to old school xD
×
×
  • 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