Jump to content

sekker

Members
  • Posts

    32
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by sekker

  1. I would really appreciate if you adapt this code to work with l2jfree G3 >.< i've been trying to adapt it without any success.
  2. Is there any chance that you help me to adapt the code for l2jfree g3?
  3. Extreme im trying to compile your vote system in L2JFree Gracia final, everything goes fine, server goes up without any problem, but it seems that is not working? it doesnt show anything in the console nor the java logs nor ingame :S I would really appreciate some help.
  4. Tnks for the share man, im trying to adapt it to L2JFree (Gracia Final) but im getting the following error when i try to compile: [ERROR] BUILD FAILURE [iNFO] ------------------------------------------------------------------------ [iNFO] Compilation failure /media/NuevoVol/L2JFree/l2jfree-core/src/main/java/com/l2jfree/gameserver/instancemanager/AutoVoteRewardHandler.java:[75,47] cannot find symbol symbol : method isDetached() location: class com.l2jfree.gameserver.network.L2GameClient I would really appreciate any help that you can give me, fixing this issue.
  5. Tnks for this share, im gonna try it ^^
  6. I love what you have done with giran "like aden" tnks for this share ^^
  7. Ok tnks for your help!
  8. Where the hell can i activate this part? i have just made an item which last 24 hours, but i haven't been able to make the countdown appear in the item description. I would really appreciate some help here ^^
  9. I tried to compile but i got the following: [iNFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [iNFO] ------------------------------------------------------------- [ERROR] \L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\model\actor\L 2Npc.java:[2604,9] '.class' expected [ERROR] \L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\model\actor\L 2Npc.java:[2604,2] not a statement [ERROR] \L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\model\actor\L 2Npc.java:[2604,16] illegal start of expression [ERROR] \L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\model\actor\L 2Npc.java:[2604,25] ';' expected [ERROR] \L2JFree\l2jfree-core\src\main\java\com\l2jfree\gameserver\model\actor\L 2Npc.java:[2606,2] 'else' without 'if'
  10. I'll try it, tnks so much!
  11. Tnks for your reply, and actually I made the changes in the correct section, as i said before im using l2jfree Rev 8500. I dont know if it can help but here i leave you the original L2NPC.java from the rev im using. http://pastebin.com/aWJ3i6C1
  12. Dude if im asking is because i havent been able to make it work, i have just applied the patch and it compiles correctly, but once the server is running any mob gives xp. so thats why im asking for help Here is the code i made using as base the code submited by ZnX { double rateXp = getStat().calcStat(Stats.MAX_HP, 1, this, null); if (getInventory().getItemByItemId(100005) == null) return (int) (getTemplate().getRewardExp() * rateXp * Config.RATE_XP); else return (int) (getTemplate().getRewardExp() * rateXp * Config.RATE_XP * 2); }
  13. is there any way to make this work with l2jfree?
  14. is there any chance that you modify this to work with l2jfree?
  15. Nope it didn't work :s here i leave you my whole php file, maybe im doing something wrong. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>GrandBoss Status By Leki</title> <style type="text/css"> <!-- body,td,th { color: #CCCCCC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } body { background-color: #000000; } --> </style> </head> <body> <table style="border: 1px solid; border-color: #444444; background-color:#222222;" align="center" width="100%"> <tr> <th class='Stil7' colspan="5">Grand Boss Status</th> </tr> <tr> <th width="5%" style="border: 1px solid; border-color: #444444; background-color:#222222;"> No </th> <th width="35%" style="border: 1px solid; border-color: #444444; background-color:#222222;"> Boss </th> <th width="19%" style="border: 1px solid; border-color: #444444; background-color:#222222;"> Level </th> <th width="19%" style="border: 1px solid; border-color: #444444; background-color:#222222;"> Status </th> <th width="20%" style="border: 1px solid; border-color: #444444; background-color:#222222;"> Respawn time </th> </tr> <?php require("Config.php"); $activity = mysql_query("SELECT grandboss_spawnlist.respawn_time, npc.name, npc.level FROM grandboss_data LEFT JOIN npc ON grandboss_spawnlist.boss_id = npc.id ORDER BY npc.level DESC"); $i = 1; while($row = mysql_fetch_array($activity)) { if (!($i%2)) echo "<tr bgcolor='#000000' align='center'>"; else echo "<tr bgcolor='#161616' align='center'>"; echo "<td>"."<center>".$i."</center>"."</td>"; echo "<td>"."<center>".$row['name']."</center>"."</td>"; echo "<td>"."<center>".$row['level']."</center>"."</td>"; echo "<td align='center'>"; if ($row['status'] == 2) { echo "Dead"; } else echo "Live"; echo "</td>"; echo "<td>"."<center>".date("D\, j M Y H\:i",$row['respawn_time'])."</center>"."</td>"; $i++; } ?> </table> </body> </html> Config.php <?php $db_user = "*****"; $db_pass = "*****"; $db_name = "*****"; $db_serv = "localhost"; $db_port = "3306"; $res = mysql_connect ( $db_serv, $db_user, $db_pass, $db_port ) or die ("Coudn't connect to [$db_serv]"); mysql_select_db ( $db_name ); ?> And yes im using L2JFree Gracia Final
  16. I doesn't work for me, it simply shows an empty table :s BTW does this work with l2jfree? if not can you help me to adapt it?
  17. Today I'm proud to announce the opening of our server. So enjoy our servers and have a good play!!! Now that the server is open you can download our Patch through the website's menu, also you'll be able to create and manage your game account through the Game CP menu. Here is the whole log of what has been done on the server since the very beginning enjoy it: //====================July 15=======================// Well I've been a little quite these few days because of a few personal problems, but anyway things are going very well. Actually today I'm proud to announce the opening of our server. So enjoy our servers and have a good play!!! //====================July 05=======================// Geodata for Gracia zones added. (It is a little tricky in Farming Zone 1) //====================July 02-04=======================// Although the log has not been updated in 3 days it doesn't mean that I haven't been working on the server, actually things are going pretty well here is the list of what I've done in these days: Started to work on the custom droplist it is almost finished. Custom farming zone are complete. Custom Raid bosses are active. Extravaganza Wings fully implemented. Extravaganza Wings now increase speed in +7. Starting to work on the boosted experience areas. Only available to players under lvl 40. Boosted experience areas done. Adena rate boosted on Newbie's areas. Starting to work on DVC. Custom DVC area has been finished. Custom drops to DVC area set. Adena rate boosted inside DVC. Bed time!!! //====================July 01=======================// Finished manual editing. Trying to implement Sacrifice armor. Everything went great! Now starting to manual edit Dusk Sword/Shield. Manual editing done! starting to install them. Installation done! Applying effects to dusk sword, now it cast magic hold with 20% of success probability. Got tired! I'll continue tomorrow. //====================June 30=======================// Starting to make client-side work. Tried to implement Sacrifice armor, but it get me an error. Found the problem, starting to manual edit all the files. It is progressing too slow so i'll continue tomorrow. //====================June 29=======================// Fixed Vesper Armor/Weapons prices. Fixed Weapon shop's buy list. Added Dynasty Jewelry into the Special shop. Added Vesper Jewelry into the Special Shop. Siege time set to Sunday at 3PM (server time). //====================June 28=======================// Reconfigured all the shop's prices. Added Dynasty weapons and armors. Added Vesper weapons and armors. Bed time!!!! //====================June 27=======================// Nothing important today, just a few file checks. //====================June 26=======================// Today I have only worked in the webpage. Game CP Menu has been completed. Registration/Login CP has been done. Disabled 'till server opening. Castle Control available. Seven Signs status available. Raid Boss status available. //====================June 25=======================// Armor Shop Added. Weapon Shop Added. Misc. Shop Added. Special Shop Added. Weapon Master Added. Armor Master Added. Buffer Added. Global GK Added Champion system added. TvT and CTF events reconfigured. Added server status and server clock at the top of the webpage. Time to sleep! //====================June 23=======================// Starting to apply Olympiad patch. Failed to compile. There is a problem with the patch. Patch fixed. Successfully compiled. Now Olympiads are celebrated every 2 weeks. Starting to add a Safe Enchanter NPC. Script finished. Testing online. NPC Fully functional! You will be able to Safe Enchant for 500 Glittering Medals, you can earn these winning the events. Portable Class Manager added. When you get to level 20/40/76 a window will pop up and will allow you to choose the class you want to change. Official droplist dropded. Custom droplist started. This will have armors, weapons, jewelry, scrolls and many other interesting items. Automated TvT and CTF events added. Got tired. Bed time! //====================June 22=======================// Started to download a higher revision. Compiled successfully. Tried to run the server. I got an error with some files. I found the error and try to run the server again. It fails again so I leave it 'till tomorrow. It's morning again, and I am downloading new sources. Compiled sucessfully. Tried to run the server. I got a database error. I forgot to change the database name. Fixed the configuration files. Finally we have the server running!!!!! Starting to set up the client files. This will take some time. Basic system folder done. Now starting alpha phase. Basic server configuration done (Rates, Features, Security). Applying new features and patches. I got tired so i'll continue applying patches tomorrow. //====================June 21=======================// Web and forum completely finished. I missed some things before but now is finished. Started to download the latest server sources. Tried to compile but it doesn't work. There is a problem with the latest source. Started to download a lower revision. Compiled successfully. Tried to run the server. I got an error with the skills. Revision Bugged and useless. I got tired so I go to sleep.
  18. Great share!!! these will suit great with something im doing ^^
  19. Nice work!!!! I suppose this pack only work with the first system version of Gracia final, am i right?
  20. There isn't any contradiction, so almost 90% of global population are noobs ¬¬ And about the topic i have checked before and that only works with Hopezone and it is very insecure, anyway thnks for it.
  21. No one can help me?
  22. Today we start our closed beta phase, so if you want to participate just register in our forums and send a PM with your account information to Kurono. Once i get that PM i'll create your account and send to you our patch. We will be waiting for you.
  23. Actually the PS3 can run linux so i suppose you can add the right distros to run l2j on it.
  24. Ok im not a noob so dont threat me like that, i know that there are many voting systems out there, but none of them has the php file and as i said i dont have enough php/java knowledge to make those files. Is very hard to read what i wrote? ¬¬
  25. Does this work with L2JFree and multiple tops at the same time?
×
×
  • Create New...