Jump to content

Shaigan

Members
  • Posts

    154
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Everything posted by Shaigan

  1. xD My last post was not for you, .::WaterKiller::. but for swilso.
  2. If you can not search in java files about the L2Day scrolls, I will not give you some diff file to apply as patch... You'll not know how to do, and I'll need to explain you all point by point, and I wont. Sorry. You need to edit the core's java files, it seem you don't have knowledges.
  3. works nowhere......... make jython script, and on the onTalk() definition, add st.getPlayer().setNoble(true); there are a lot like that, search over google for best guide, but you have all you need : - setNoble() - jython - onTalk()
  4. Woot nice one, thx. I think some numeric animator will make orcs dancing on Ozone songs :p .
  5. Did you code java bypass ? Try it and share good stuff here.
  6. I've answered not to tell you're wrong or something. Just to give you the link with all shops from all towns. Try http://l2info.arktic.net/town_giran.html or http://l2info.arktic.net/town_heine.html and see.
  7. Thx man, just mod the online code to see only normal players : <?php //first you need to define db info define('mySQL_hostname', '127.0.0.1'); //database IP define('mySQL_database', 'Database'); //database name define('mySQL_username', 'User'); //database user define('mySQL_password', 'Pass'); //database password //connects to mysql $db_link = mysql_pconnect( mySQL_hostname, mySQL_username, mySQL_password ) or die( 'Error connecting to mysql<br><br>'.mysql_error() ); //connects to Database $db_select = mysql_select_db( mySQL_database, $db_link ) or die( 'Error connecting to Database<br><br>'.mysql_error() ); //selects desired table $chars=mysql_query("SELECT * FROM `characters` WHERE `accesslevel`=0); //tells how much rows are there (will come helpfull with while loops) $rows =mysql_numrows($characters); $i=0; $x=0; //while $i is smaller than number of rows repeat the code while ($i < $rows) { $online=mysql_result($chars,$i,"online"); //looks into characters table, under column online(if player is online its "1" else "0"), at row $i if ($online == 1) { $x++; } // if column online at row $i is "1", increase $x $i++; //increase $i } print 'Online players:<em>'.$x.'<em>'; //prints out the $x number of players online ?>
  8. I'm not sure it will work. Cause the bypass doesn't exists in the core, and the real noblesse changing is made via jython. this link will do nothing...
  9. arktic.net, search as town details. there are many place where to buy those items http://l2info.arktic.net/town_oren.html
  10. Same as the L2Day Scrolls... A new handler, some xml, some scripting, and you got it.
  11. for the moment, maybe i'll be the best, for a time and I've nothing else to do than flood to get my post counter higher and higher, since we need lot of posts to see shares
  12. That's true, nothing change the color glow on server side. If you want others to be able to see your colors, share them this patch.
  13. OMG ... 750 ... Do you thing all members here are leechers ? Can't download, I don't know how many will can download, just a little minority ... Too bad.
  14. L2Off : C4 nearly full working, nothing more and hardly customisable (only database can be modded, the core is too hard) L2J : Kamael nearly released and easilly moddable and understandable, java is a common language.
  15. Please, can you explain what are thoses potions for ? I don't play on DN so I don't know. What are they adding ? New effets ? New buffs ?
  16. Terrain's one works everywhere. Summon's ones doesn't work on L2J if you loug out, summon dissapear with you.
  17. Nothing from L2J ( the source from every other pack, it's usefull to say it... ) has benn released about CT1.
  18. Thx for share. But, why everybody need to make pastels green/blue/red photoshop modif on the original armor ? I like that, but nothing original, just negative image and let's go...
  19. He he he... Open your database and add some 112 lvl on a skill. Open the enchant_skill_tree to see what type of enchant you want ( cost / power / duration / mana consume ) and apply it to your character_skill table. With the GM Admin Panel, you can't do anything on the enchanted skills... Admin Panel sux, database rox. Learn SQL and enjoy ;)
×
×
  • 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