Jump to content

Horus

Members
  • Posts

    888
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Horus

  1. Jesus you're asking for help AGAIN?! What are you searching for someone to make your server for you ? Jeez. Make your own guard AI and instance.
  2. Just update your pack.Jesus the error claims the prob is on line 1 - its a comment.lawl super uber L2j parsers. Just update to the latest l2j rev and the problem will go away
  3. Which patch? He made no reference to a patch. @Thelasthero - You have to add the skill in the stats/skills's xml.
  4. Search harder ? Jesus read the skill 's xmls then add the skill to the skill_trees and you're done.
  5. Its not useless but you'll never get EVERYTHING back. PS- Can't believe 'Osiris' (hate when people mimic my username) is back not for long though,banned .
  6. I'm pretty sure it wont show different things to the player since its client based. Still give it a try, if you want it to show the new items to the players you have to revert the craft system back to C1 ^^
  7. My advice: Just like *verbat1m* said, google it. First time may take you a couple of hours, but then you'll know how to do it. If you don't do things by yourself then the next time you'll be asking help again. May sound stupid but trust me, the best way to learn things is to do them yourself.
  8. Its not my fault you are too lazy to adapt things. 1st- Using Interlude is just both ridiculous and dumb. 2nd- Obviously with all these wannabe Developers making their packs Packet classes get heavely changed hence, the patch won't work. 3rd- If you have eyes and a little bit of intelligence (no it doesn't require java knowledge) you can copy + paste the source with your own hands. 4th- Last but not least, don't be rude, I'm helping you for free and trust me, I don't mind not doing it. So have a little consideration if you don't mind. Just get the protection again and spend 5 minutes of your time adapting it to your wananbe-pack. You'll see that in 5mins you'll be able to adapt it.
  9. Just wait a few more weeks, perhaps even less, and you'll see what a cool server is ^^
  10. Stop asking for help for every single thing. This is the last time I'll help you this month jesus. And yes there is, I made an Olympiad protection for Interlude some time ago, use the search button.
  11. Modify the instance's doDie() ,connect it to the Event Manager and you're ready to go.
  12. You double added the class declaration oh my god. "Hacker inside" that double declarates a class and doesn't see what's wrong? Oh well ^^ Locked.
  13. Oh my post was to Matim x) Sorry about that. But you can use what I gave you as a start, read some PHP tutorials and you'll get it ^^
  14. Jesus you donators break more rules than the normal users. Learn how to read the darn rules. Thread Closed.
  15. Making new buttons; New windows like the packet windows;etc require client modding. Your only chance is to make a Macro,add it to the skill's bar by default and make it popup a normal html window.
  16. Anyway Matim you should have used a loop for the queries, makes no sense making a script that big when you can replace it with a loop. e.g. require_once('config.php'); while($i=<castlenumber) { $i++; echo '<td><div align="center"> <p>GLUDIO</p> <p><img src="graficos/'getCastleImg($i)'" width="322" height="233" /></p> <p>' $query = "Select clan_name from clan_data where hasCastle = '$i'"; $mk = mysql_query($query); $res = mysql_fetch_array($mk); if ($res['clan_name']=="") { $res = 'nadie.'; } else {$res = $res['clan_name']; } '<center>En posesion de '.$res.'</center>'; ?> } Obviously you'd have to make a function that returns the image name based on the $i ,and, the script probably has tons of errors since I just made it here in the board in 20 seconds without notepad or smth but you get the picture ^^
  17. Edit the AddItemToTrade packet (Thats not its name, but I don't have eclipse here,so you get the picture).
  18. Jesus how dumb are you? I'm guessing you're using my Oly protection? Copy your onForcedDisconnection method (from the L2GameClient class) and post it here (Wrap it in code tags).
  19. Jesus christ. Thread Closed.
  20. lool its not about YOUR OS..its about the BOX's OS.
  21. I'll upload some screenies of my bounty hunter in a bit ^^
  22. Gx provide a proper error (Details,copy it from the GS) or we'll just stop helping. Have some consideration for us and so will we.
  23. RequestSocialAction.java.
×
×
  • 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