Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Bugfix != structure :p
  2. I always wonder how he/you guys sell things to others without previous tests. Create the code, test your shit and then sell it.
  3. Then you should post admin command, at least. Problem could be there on initialization.
  4. Such scripts are shared, you can find em for free.
  5. First screen has the full string msg. Looks like it's parsing it wrongly. What about other admin commands? If other commands works fine, open the file and compare the structure.
  6. Easier, better. Add items to sell list of clan hall / spawn the shop inside the clan hall/castle. No extra checks needed.
  7. If it's original virus work and then someone share it somewhere, that doesn't mean he must stop selling his stuff. Get real. His work his prices like it or not. I won't even mention about that brilliant 'reputation' system. Things won't change, you should already know that.
  8. As I said before, find the blacksmith htm and copy the bypass. Use the same bypass to call the augment window.
  9. Use the htm bypass, so you can open the window by pressing a button from. CB if that's what you mean.
  10. If you are not using 'chat' pages aka id-page_number then you should create bypasses at the instance. If bypass x - > send htm y. You can check even SchemeBuffer of aCis.
  11. Nha, for free you can find only old leaked files. He's a Ru guy if I'm not wrong. So, for him lucera is the best. Sure, the are many customs, movement working better (read, there is no such issue) and so on. But, but.. Not everyone is happy with fact you don't get sources, almost everything is in Ru lang. So, that's a insta no for people with 'Java knowledge'. Other ppl who barely add patches, don't mind. Other option is frozen.
  12. Not saying it's perfect, it's annoying issue actually, but.. You can notice the same issue on rpg club. Yet ppl don't mind and enjoy the server.
  13. Map player.put(a, b) List player.add(a) As said above, screw javolution. Work with ArrayList and HashMap instead.
  14. Still, no idea what he wants here :D Btw, as it's a Map, you must have 2 params, Map<L2PcInstance, Long> for example and list uses one List<PcInstance>. Map uses .put List uses .add
  15. Where is the question? Btw, I would simply use ArrayList and HashMap instead.
  16. He's not talking about server side code. He's looking for adrenaline script.
  17. If the player pick em all or half of them, or so, mark as a bot? But what if server is auto pickup - they won't use pick up option on da bot, so I guess that's pointless. And if items drop on the ground then it's kinda mess, legit player have to pick manually proper drop :D
  18. Lmao. Yeah, we will waste our time to provide you rdy to go code, so you can open your unique server.
  19. Could be as alternative way IF the GM is not online, but what if you don't have access to the files? What if you simply don't log and check the log folder? The best option is to use petition system or even community board letter.
  20. first you do checks about target and THEN, as LAST you check target instance, (no)logic while you do some GM checks, then what's the point of sending GM message while there is no GM online? Put it under boolean if (!command.equalsIgnoreCase(_voicedCommands[0])) return false; redundant code final WorldObject CurrentTarget = activeChar.getTarget(); and final Player bot = CurrentTarget.getActingPlayer(); also redundant code - what's the point of the cast to WorldObject and then AGAIN to Player, rofl?
  21. It's not. But you already copy paste the same request in various topics like 3-5 times. That's annoying. Tips were given, you can't handle it alone and somehow it's sad. While no one want to give you ready code and you don't want to search and try on your own, abandon the idea.
×
×
  • 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