Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Oh I see. Then remove it, keep it nice and simple, there is no need for pointless info :p
  2. Friendly advice, if server rates are over 9k then what's the point setting starting level as 20? Make it insta 76 at least.
  3. Dunno what you do, normally it should work. If it's not teleporting back to town after event finish, then the saved location is null, looks like and so, the return is executed. Put teleport to town instead, if loc is dummy. Btw, stop multiposting.
  4. Remove your addition. DON'T MIX EM together. All you need is what I posted.
  5. You don't have to create any new map or store to db (bleeh). There is something like getSavedLocation on acis. You can find the usage over Olympiad system. store player.getSavedLocation().set(player.getPosition()); retrieve final Location loc = player.getSavedLocation(); if (loc.equals(Location.DUMMY_LOC)) return; player.teleToLocation(loc, 0); player.getSavedLocation().clean();
  6. Why don't you simply use c4 pack like Lisvus or how it's called. Too much bugs, problems?
  7. A friend of mine recently tested Mobius pack and instantly noticed few bugs. It's not as perfect as you think. Even tho, he fixed some of his reports, but still. Personally, I guess, I would go with sunrise rather than Mobius.
  8. It's under npc's xml.
  9. Nha, there is no need do do that a year before :D Normally you get it within few hours, so.. :p
  10. "Why to pay for host while it's not used, let's pay one day before, or even better the same day!", sort of. No other explanation.
  11. Answer is no. Even if he make you the command, THEN, you need to create bypasses to handle everything. If you don't understand, read till you do. If you can't, simply skip the idea, don't add new commands. Once you learn, you add them.
  12. The old one yea, somewhere..
  13. Answer was/is legit. Atm monsters with 'no-seal-stones-period' are spawned. You have to edit the spawnlist aka switch IDs. So yeah, that would take some time to find mobs and switch their IDs. You could eventually take some other spawnlist, like frozen one or so, adjust it to fit the structure and execute. Find mobs IDs range and switch them. No easy way, I would say.
  14. Error is clear and you could Google it. Number format exception, your config is "10." while it's supposed to be an int and not a double. So, remove the dot, it must be "10".
  15. You better read rules regarding bump.
  16. Search for the message over the sources, find the check and remove it. Most likely someone blocked it. Otherwise, you should consider changing the pack.
  17. If you are using H5, handlers are inside datapack as far as I remember, so set proper Java version for datapack as well. Recompile everything(!) anew and switch files. Not only GS. Try that.
  18. What about posting in proper section, finally?
  19. Save file as .tga, create new utx / add image to custom utx, voila.
  20. If he read the topic, not only first answer, he find out what to change and where :p
  21. https://stackoverflow.com/questions/12588537/how-to-change-jdk-version-for-an-eclipse-project
  22. As said above, first of all your pack is kinda old. But still, you can update the java version pack should use. Atm it's pointed to use Java 6.
  23. You can restrict them directly via XML.
×
×
  • Create New...