Jump to content

^Wyatt

Members
  • Posts

    1,418
  • Joined

  • Last visited

  • Days Won

    2
  • Feedback

    0%

Everything posted by ^Wyatt

  1. Which is the point of trying to synch this thing?
  2. Yes, you must. Take a look into another item with SA and you will see. An item with SA is a different item, so you can't make a npc that puts "SA", you can make a npc that what it does is destroy your item and give you a new one (with SA). So the easiest way is to create a simple .xml and make a shop.
  3. Jesus christ, http://subversion.assembla.com/svn/GUP_Source/Freya/GUP_Games/GameServer/java/com/l2jserver/gameserver/instancemanager/AutoVoteRewardManager.java
  4. No, it shouldn't. @author Go to Enterworld.java CTRL + F "sendMessage" and post here what u find.
  5. Your methods to get votes are outdated... just change this... while ((inputLine = in.readLine()) != null) { if(Config.VOTE_SYSTEM_HOPZONE == false){ //TopZone - if(inputLine.contains("<tr><td><div align=\"center\"><b><font style=\"font-size:14px;color:#018BC1;\">")){ - String i = inputLine.replace("<tr><td><div align=\"center\"><b><font style=\"font-size:14px;color:#018BC1;\">", ""); - i = i.replace("</font></b></div></td></tr>", ""); - i = i.trim(); - int o = Integer.parseInt(i); - return Integer.valueOf(o); + if (inputLine.contains("class=\"votes2\">Votes:")){ + return Integer.valueOf(inputLine.split(">")[3].replace("</div", "")); } } else { //for hopzone -if (inputLine.contains("Anonymous User Votes")) + if (inputLine.contains("rank anonymous tooltip")) } }
  6. Use the search button before opening topics, please. http://www.maxcheaters.com/topic/127206-help-copyright/?hl=credit&do=findComment&comment=1751620
  7. Give your code/source link/patch or whatever, for god sake.
  8. Explain it better or wait eternally. Show us the code, show us the patch that you added (?) show us the errors (?)
  9. No need to spam more, I'll tell someone to clean it except the last reply. (of the discussion) You don't need to be so smart to know that an anti-ks-like code, a damage balancer-like code and an instance for IL-like code is already shared, and there is no need to pay for something like that even if it's a little bit reworked or coded different way l0l.
  10. The problem is that the zone shouldn't be null so he must solve the mess he got somewhere. Adding a null check you're not solving anything. I guess that mess wasn't caused coz of removing a null check ^^"
  11. Uninstall that crappy pack or undo all your workspace changes. Oh wait, or just undo the changes related with what Tryskell SAID, maybe too difficult huh.
  12. Well, whatever... If you're really a little bit skilled you should understand that sounds weird to make a topic to sell your developer thingys and all codes that you typed are already shared (even if you recoded it in a different way, or not), offering nothing unique at all. If you would have written down some things that you made and that aren't shared, plus that 3, probably not so much to discuss, but like that... sounds weird. So many newbies trying to sell others work and so, you should know.
  13. All 3 codes that u typed are shared, and about instance one if i'm not wrong is shared for interlude so I don't see any difference. Doing some little modifications/addaptations to a code that's not yours doesn't give you the right to sell it btw. edit: well dunno what the hell is "flexible reward manager" but whatever...
  14. So you wanna sell codes not done by you and already shared? Geez please, remove other's work or I'll.
  15. hm. . . Then has no sense to not load the data from the db coz in the code seems fine, otherwise u should get some errors in console O.o
  16. U should use the command "admin_rai_load" before using the autoevent command, or add loadData() at the start of this method "public static void autoEvent()"
  17. Ok.
  18. You must add it server side game/data/stats/items (or whatever) plus system side, if you can't see them I guess it's coz you didn't add it inside the System or you did it wrong.
  19. You should work more on the blending imo, the render seems just c/p there and gg. Probably way better without border or with a different one. And the text needs a border or some contrast, I must crush my eyes to read it. The effect is nice :)
  20. Sad story. You need the source.
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..