Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. The problem s the skill structure. Check other skills how are made. What I mean, for example on Interlude the using kind tag is inside the <add tag, and not as first. Plus, it's an enum, so it's HEAVY, not Heavy. So, like I said, check how other skills are made and follow the structure pattern.
  2. I guess he mean the API / check if player voted, if so, give reward. Like any other vote manager around.
  3. When it says information incorrect that means the npc was not loaded, aka you typed the instance name that does not exists, inside sources. If npc is loaded correctly and bypass do not work, that means the location ID does not exists or the instance type is wrong aka does not recognize the bypass.
  4. Maybe, I say maybe, in 2010 that could work, but for sure not anymore. EU community don't like mid rate servers, then prefer simple and fast pew pew. They don't want invest time to farm gear, so imagine they are paying in order to play. That's simply impossible. Simply open server with donations and that's it.
  5. Still its a no. You would not reach even 50 online.
  6. You better watch your mouth. He is right, you should test your code instead of asking if it's right. Even if on first glance it looks OK, you can face issues. So yeah, you ALWAYS have to check your code ingame. And again he's right, if you are lazy to check it ingame, why should we check your code? Maybe you want us to test the code ingame for you and give you the answer. Just, think.
  7. The heck.. Then you use mul value, 1.0 is base 1.1 is 10%. Do the math please. Nedt time when you want to add a stat. Think, search for existing armor, weapon which adds the stay you want. Check xml, see which skill it's using and go to that skill. Copy the line and voila.
  8. If it's add its not using decimal. If it's mul, 1.0 is the base / the 0. You posted the values on your own, so dunno what you want more.
  9. What about testing in game? Put a 1.0 value see what happens. Nothing? Set it so 2.0 and see the result. You should test on your own, learn, instead you are looking for ready answer and pretend to be a .... If you want to add, not mul, look on any skill that add pAtk or whatever and see how it's done. It's that simple.
  10. Again, it's a basic math LOL. Skill folder has THOUSANDS of skills, with all possible scenario. Find a skill and see how it's done. God help.
  11. What.. Even if your example is true, it's simple mathematic right, so why this question.. If 4.0 is 200%, then 2.0 is 100%, then 1.0 is 50%. Do the math. Anyway, what a bloody shit is that. Normally 1.0 is a base.
  12. Ofc it is fake, lul.
  13. Find the class colored within css and edit it. Eventually remove the class and use crappy <font color=green>blabla</font>
  14. Take the code from l2jserver pack.
  15. Nowadays it's hard to say what online server has, the real online. As all h5 packs has phantoms and I bet, all of those servers spawn them, at least inside town to trick players. Interlude servers, some of them also use phantoms. Russian servers for sure. But yeah, pretty much all servers from 1st page on top sites should have 'decent' online.
  16. Build path, dunno what you mean, but you should edit .classpath file, add the jar, refresh project and everything should be fine.
  17. He was asking about technical part :D The vote sites has API, at least most of them. So, once you vote they store your ip as mark it as VOTED. You can use that info to retrieve whatever you want, so if the site mark you as voted - skip the display. How you code that, it's up to you. If you are not good with php, you should hire someone to do it. Example l2network returns 0 or 1, if voted CLICK topzone/hopzone returns json result like voted:true or false. Can't show you an example as I don't have any valid API Key.
  18. You should start playing Classic or code custom, as you feel is right :D Eventually try to google for given feature, you may find something on L2 sites/forums. There are no real sources for such information, Classic server is the only one, I believe.
  19. More like the description. Once you vote, the vote button disappears. So, you can only see sites, you did not vote.
  20. Hard to say, as the image is not even working..
  21. I'm pretty sure it was pure L2Gold pack by Trance.
  22. Then edit the update delay. Simple as that as no matter what, you have to adjust it. No one will provide you ready code.
  23. http://acis.i-live.eu/index.php?topic=8249.0
×
×
  • Create New...