Jump to content

^Wyatt

Members
  • Posts

    1,418
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by ^Wyatt

  1. U should stop this discussion and take care of that racist replies. It's just becoming kinda lame, can't have this fight via skype? :p
  2. So it's a php vote script... Then, I think there are much scripts like that shared over the net. Have yours something unique? If it's php based I hope u know that it's useless for HZ since they ban servers with php scripts like that.
  3. Well you'll need, in that case, to have the method isDonator() created in L2PcInstance... @author Btw if you don't know how to add a simple code like that, srsly, why do u have that signature?
  4. Not related with your pack, related with your hosting. From which company is ur machine? Geolocation?
  5. Not sure but I think yep, u could test it and check.
  6. It's a... "give me the pack and I give u % donations". Talked with him.
  7. He replied that before thread was moved D:
  8. Edit the startGameServer.bat He's using windows...
  9. For sure, you're only editing the quest to make it work with sin eater lvl 85.
  10. Didn't understand what u said but... findPetLvl(player,PENITENTS_MANACLES)+1 try
  11. Why not to go to quest file 422_RepentYourSins and change there the lvl values? plevel = findPetLvl(player,PENITENTS_MANACLES) level = player.getLevel()
  12. U could try something like this Index: java/com/l2jserver/gameserver/model/actor/L2Character.java =================================================================== --- java/com/l2jserver/gameserver/model/actor/L2Character.java (revision 432) +++ java/com/l2jserver/gameserver/model/actor/L2Character.java (working copy) @@ -5517,7 +5517,7 @@ // reduce targets HP target.reduceCurrentHp(damage, this, null); - if (reflectedDamage > 0) + if (reflectedDamage > 0 && !(target instanceof L2Attackable)) { reduceCurrentHp(reflectedDamage, target, true, false, null);
  13. Too dirty... what up with Threadpool if server does a restart? :/ Why not to use InstanceManager.getInstance().setInstanceTime(); InstanceManager.getInstance().getInstanceTime(); ?
  14. If you reply to all his posts and you ask him things (even if that's ironic)... not logic at all to report him coz spamming. If someone spam your topic just don't answer him, or answer only once and then, if the spam continues, report him.
  15. yep, maybe not recommended for populated servers xddd didn't know any other way to simulate the slotmachine effect when I coded it, do you? still funny in my opinion xd
  16. Well, this is a SlotMachine style NPC that I created long time ago and I didn't give him any use, so I'll share it. How it works? First of all you can configure it via .properties file so it's easy for newbies. Then, the NPC consumes X quantity of items and X am.ount of those items for each try, when you try once, the npc starts showing you a html with 3 icons, each slot has 3 possible items, the NPC randomly change every slot X times so if you have luck and after all 3 moves all 3 icons are the same, gz you won, otherwise the items were consumed and you won nothing, try it again. As I said, feed and reward is easy configurable, same with NPC ID and with the Server Name, which will appear in the html shown by the NPC. Have fun, here a video if u didn't understand how it works. And yes it's done using Thread.sleep(); I know... if u don't like, rework it with ThreadPool. Coded for L2jServer H5 Code here
  17. Hi, I'm really bored since a couple of weeks and I would like to start working on something. I always had the wish to create an unique h5 server based on faction style with unique mods, events... So, I'm looking for someone that would like to start with something like that, ofc it's not necessary to be H5 if the project idea is good enough. (with "project" i mean server project, not a project to sell packs to ppl or whatever...) If someone is interested just contact me and we can start thinking on what to do. My only request to you is to be a serious guy... trolls don't pm please.
  18. Is it based on the same idea as Fanky's one? here
  19. Example 1 Example 2 Example 2 Example 3 Example 4 Example 5 And should be much more... the idea is the same in all (inclusive yours).
  20. I dunno where is but I've seen killing spree since Ice Age XD And I'm sure that I'm not the only one, btw search button is fucked q.q
  21. I have nothing against you but, isn't it already shared too many times? And why are u using "sendMessage(killer.getName()+" has stopped "+getName()+"'s killing spree of "+KILL_STEAK+" kills!!");" if u use "sendmessage" the only one who'll see that is who died... then the phrase has no sense... I think that should be different, or the method.
  22. I won't answer anymore to ppl that doesn't take care on how am I named or ppl that didn't ever read a guide of applying a patch. Have a good day...
  23. That's not even close to a lame try.
  24. did u add the proper import?...
×
×
  • 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