Jump to content

SweeTs

Legendary Member
  • Posts

    8,941
  • Credits

  • Joined

  • Last visited

  • Days Won

    25
  • Feedback

    0%

Everything posted by SweeTs

  1. Eclipse search option, even via winrar you can search easily.
  2. Yup. Don't worry, you won't have to change anything. You will get some warnings about 'crappy code' eventually.
  3. sysstring-e.dat 2265, 2266 and 2267 ID.
  4. Define don't work properly. There is only one condition check, edit it to your needs.
  5. Yup, you have to get rid of those two.
  6. If the npc is custom (no client info), then you have to change the original template you are using. For example, if the npc is using templateId 100, then you have to edit info of npc 100 from client.
  7. It could be edited client message or message from EnterWorld.java
  8. Excuses as always, poor code as always :( Code properly, or don't code at all. Kisses my dear not :D
  9. You have somewhere empty string, a config, servicesettings. If you can, find it, otherwise search inside sources, Config.java 3519, this config is empty. Once you find it, you know where it is, which properties file and which config.
  10. Move it out of the try loop. How to solve it on your own? - search for 'Connection con', you will have tons of examples, do the same - you learning - profit
  11. Anywhere. It can be even custom table.
  12. It's easy, you just have to think and reuse existing code. Okay, then.. - open any command, can be Escape - copy the code, create new file paste it - remove the destroy, teleport, checks and/or whatever part you think is useless - search for "settitle" command - copy the code, mainly the line player.setTitleColor obviously, no need further explanations what's that and other broadcast lines, hello, if those lines are there, you need them as well - I see errors on parse something, well, replace it with static code - but how? Search for gm color config, see how is builded the line and do the same - register the handler, usercommandhandler - enjoy Got errors? Post em here, show that you are trying and you are willing to learn. Otherwise don't bother opening a server, even a local one. Sad but true. ---- You said you tried, show me the code.
  13. Fact: you have the recipe. Example: as you have the recipe you can cook, at least try. Title change color npc is shared, reuse the code. Admin command set name/title color exists, reuse the code. Voiced, command handlers exists, reuse the code. At least try, take a look, think, experiment. If you don't try, you never learn to cook. Saying "i can't, I won't do it" won't change anything.
  14. Why so serious. Anyway, items or not, who cares. Still, it's better to have ready bd, songer rather than exp it. If someone have not used account there and want to share the acc, why not. You and your suspicious.
  15. Yeah, you are like always.. wrong.
  16. Tried once log into account panel but seems like I don't remember password(s) :( had bunch of chars. Evie, no one said give me your items 20+ for free. Just account.
  17. No. It's basically one code line. Create the command on you own.
  18. Good for you :)
  19. Those on red it's initial time and interval. So, first check is launched after 6s and then each 3s. Other part of code is responsible for that, you have to find it.
  20. Rofl. You mean ready code, won't happen.
  21. There is no magic config. There are many dependences, if you simply comment some line, you end up with errors. Long story short, you have to mess around and deactivate many things.
  22. Most likely some crappy potection detect you as a bot? You better contact server's admin rather than asking here for help, as we can't rly help you.
  23. Start over again with fresh files - download latest eclipse - install subclipse - download sources
  24. It looks like Chinese for Navicat and even for you/us. So how you want execute the backup? What kind of sorcery is this. You could try to change the text format on notepad++, yet not sure if it's gonna help.
×
×
  • Create New...