Jump to content

DāЯқŜiĐє

Members
  • Posts

    1,491
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by DāЯқŜiĐє

  1. Vale kapio diskolo password sto Mysql kai ama xereis vale kane kai kamia kali java metatropi wste na mn sou pianoun walker kai mlkies..
  2. Nice work Devangell..White/pink rocks (try with other combination too)
  3. I had playstation 1 and my favorite games are ... RES 12 etc etc, Metal Gear Solid,Silent Hill
  4. 10H ??? It can take years m8
  5. Kai egw auto tou eipa :P
  6. Very old but anyway (I think admins can not "kill" the auto cp program with java mods)
  7. Ama 8es mporeis na katevaseis tin beta ekdosi twn office 2010
  8. Dn xerw..Egw xerw oti oi ekdoseis 64 bit mporoun na xrisimopoihsoun parapanw ram enw oi 32 mexri 3 gb...Psaxto sto google kai deis :P
  9. Auto prepei na sou kanei upo8etw..An se voi8isei pes to mas wste na ginei lock to topic :P
  10. Brutal force method sucks..It can take a year to find the pass right??
  11. old holborn, or marlboro lights..Hahahah they dont know to Rolling ?? omg
  12. Nice work..I will test it and if its ok I will add it to my favorites :P
  13. Dn leei me sms gt polla lefta xanontai stin diadromi ama katalaveneis ti ennow... :P
  14. Sou esteila pm koita tis epafes
  15. Kai ti kerdos tha exei o DEV an se boithisi? Apla erwtisi kanoume .
  16. Does the Mobs have Droplist? can you check it? What pack are you use? Have you checked the SQL the droplist?
  17. The Question is what you whant to Drop? I mean do you have some specific drops that you whant to add? Because that you show to us is the Rates of the Server. Some Questions More. What pack you use? and say exactly what you whant to do. So i can help you.
  18. i have 2 Questions ,first i whant to change the amount of adena is needed to Deposit an item in a WH . and the Second Question is the same like the first but the amount of adena is needed to DesAugment a weapon. Thks guys. i think its something i should change here for WH / is in java WareHouseWithdrawallList.jar public WareHouseWithdrawalList(L2PcInstance player, int type) { _activeChar = player; _whType = type; _playerAdena = [glow=red,2,300]_activeChar.getAdena();[/glow] if (_activeChar.getActiveWarehouse() == null) {
  19. 1ov otan patas print screen tin apothikeuei stin mnimi . 2ov anoikse to paint kai kantin ekei paste 3ov an den ksereis copy paste min anoigeis server pekse kalytera. 4ov an ta katafereis olla auta kai baleis edw foto kai doume ti exeis gia provlima tha se boithisoume.
  20. Thnks For your Replay a Question more. i Found this 4481 [glow=red,2,300]-1[/glow] 3006301 24 -1 -1 0 0 if i go then to shopid 3006301 i become the 30063 Npc Id . is no Multisell for all Dyes ? Or should change all the dyes prices where -1 is? i mean i whant to change the amount of adena you need to draw a symbol and not the amount of adena to Buy a Dye.
  21. Hi ! I whant to change the amount of adena that a symbolmaker need to draw a symbol ! Do you have any idea? i searched and i found the html text in html/symbolmaker and i found this <a action="bypass -h npc_%objectId%_[glow=red,2,300]Draw[/glow]">Draw a symbol.</a><br> i think its a Multisell i searched all but nothing any Idea where it is? thnks
  22. <?php //--------------- // Made by GloBaL //--------------- $db_serv = 'ip'; //the address of the database goes here $db_user = 'username'; //your sql username goes here $db_pass = 'pass'; //your sql password goes here $db_name = 'dataname'; //your database name goes here $filename = './helios.js'; //generated javascript file you need to put attribute 777 in your folder //----------------------------------------------------------------------------------------------- @mysql_connect ( $db_serv, $db_user, $db_pass ) or die ('Coudn\'t connect to host'); @mysql_select_db( $db_name ) or die ('Couldn\'t select database'); $sql = @mysql_query('SELECT id,name,taxPercent,siegeDate,siegeHourOfDay FROM `castle`') or die('Query failed!'); $gen = "\n"; while ($castle = @mysql_fetch_array($sql)) { $gen .= "\n".strtolower($castle['name']) . 'info = \'<div class="castleWrapper">'; $gen .= '<div class="castlePic" id="' . ucfirst(strtolower($castle['name'])) . 'Pic"></div>'; $gen .= '<div class="castleInfo">'; $gen .= '<div class="castleName"><strong>' . ucfirst(strtolower($castle['name'])) . ' Castle</strong></div>'; $clan = @mysql_fetch_array(mysql_query('SELECT clan_name,hasCastle FROM `clan_data` WHERE hasCastle = ' . $castle['id'])); $clan_name = (isset($clan['clan_name'])) ? htmlspecialchars($clan['clan_name'], ENT_QUOTES) : 'UNCLAIMED'; $gen .= '<div><strong>Controlled by:</strong> ' . $clan_name . '</div>'; if (isset($clan['clan_name'])) $gen .= '<div><strong>Tax Rate:</strong> ' . $castle['taxPercent'] . '%</div>'; $gen .= '<div><strong>Next Siege:</strong> ' . date('M d Y ',$castle['siegeDate']/1000) . $castle['siegeHourOfDay'] . date(':00 T') . '</div>'; $gen .= '</div></div>\';'."\n\n"; } $handle = @fopen($filename, 'w+'); @fwrite($handle, $gen); @fclose($handle); ?> and this one i hope will hellp you <?php require 'generator.php'; ?> <html> <head> <title>Castle Control</title> <style type="text/css"> body {margin: 5px; font: 11px Verdana, Arial, Helvetica, sans-serif; background-color: #FFFFFF;} .castleWrapper{width:405px; margin:20px; padding:10px; border:1px solid #000000; color: #000000; overflow: auto; text-align: left;} .castlePic{width:149px; height:99px; border:1px solid #000; float:left; margin-right:10px;} .castleInfo div{width:400px;} .castleName{width:450px; background: #000000; color: #FFFFFF; margin-bottom:5px; padding:2px;} #AdenPic{background:url(./castle_control_image/aden.jpg) no-repeat;} #DionPic{background:url(./castle_control_image/dion.jpg) no-repeat;} #GiranPic{background:url(./castle_control_image/giran.jpg) no-repeat;} #GludioPic{background:url(./castle_control_image/gludio.jpg) no-repeat;} #GoddardPic{background:url(./castle_control_image/goddard.jpg) no-repeat;} #InnadrilPic{background:url(./castle_control_image/innadril.jpg) no-repeat;} #OrenPic{background:url(./castle_control_image/oren.jpg) no-repeat;} #RunePic{background:url(./castle_control_image/rune.jpg) no-repeat;} #SchuttgartPic{background:url(./castle_control_image/schuttgart.jpg) no-repeat;} </style> <script language="javascript" type="text/javascript" src="./helios.js"></script> </head> <body> <center> <script language="javascript"> document.write(gludioinfo); document.write(dioninfo); document.write(giraninfo); document.write(oreninfo); document.write(adeninfo); document.write(innadrilinfo); document.write(goddardinfo); document.write(runeinfo); document.write(schuttgartinfo); </script> </center> </body> </html> If you need something Ready that already have done let me know M8
  23. file auti i foto pou dixneis leei mono oti perases java arxeia. an to kliseis kai to ksana anoikseis den tha sou bgazei tto minima auto . Liga agglika san DEV den pirazei progressing new jar !!!!!!!!! Leei pouthena gia lathos?
  24. Gia na deis ta lines pou les gia paradeigma 76 pou exeis pei esy kaneis to ekseis sto Eclipse Window -> Preferences -> General -> Editors -> Text Editors -> check Show Line Numbers pisteuo na se boithisi. Episis to + einai oti prostheis tin line apo to patch kai - aferite ! Episis auto pou sou eipe o Commodus poio panw ta lines pou den exoun + - den ta pirazeis einai o kodikas java gia na se boithisi na ksereis pou topothetis to + Line kai pou aferis me - line . Elpizw na se boithisa
×
×
  • 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