Jump to content

Pneuma

Members
  • Posts

    846
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by Pneuma

  1. set .map$, mapname; getmapxy(@map$, @xb, @yb, 0 ); if (@map$ != .map$) { dispbottom "You have left "+.map$+"."; end; } Set the set .map$ higher up in the script to the map that you want to check for
  2. I'm sorry to say but the baby classes use the same sprites as the adult classes. It is the client that determines if it will shrink the sprite or not for the baby class. i see that's why i cant find those sprite is there any other way to do that? i want to run my server a transcendent type. but the looks is baby 2-2 Class.. Um...Honestly I don't think so but let me look into it. After some testing the only way I can think of doing so is replacing either the Assassin Sprite with the SinX sprite or the Guillotine X sprite with the Sin X sprite that way you can use their baby forms.
  3. I'm sorry to say but the baby classes use the same sprites as the adult classes. It is the client that determines if it will shrink the sprite or not for the baby class.
  4. RSU allows you to patch your kRO files to keep them up to date.
  5. Try setting your langtype to 1 instead of 10 and see if that changes anything Also put : enum { // packet DB MAX_PACKET_DB = 0xf00, MAX_PACKET_VER = 31, MAX_PACKET_POS = 20, }; back to enum { // packet DB MAX_PACKET_DB = 0xf00, MAX_PACKET_VER = 46, MAX_PACKET_POS = 20, }; There was no need to change that.
  6. What about your clientinfo.xml?
  7. prontera,149,193,4 script Free Reset 109,{ mes "Reset?"; if(select("Yes:No")==1){ if(!rstlrdy) resetskill; resetstatus; rstlrdy = 1; } close; }
  8. More screenshots?
  9. No it's not legal. We're using their client files, sprites, effects, clients to make our servers without their consent. Do they care? We don't know. Do we do it anyways? Yes.
  10. Try updating your kRO because 28 is an official hairstyle. Also, in-order to have custom hairstyles you need to have custom hairstyle sprites, if you didn't know already xD
  11. <- autopatch directory <- Data directory Your directory should show the files. If you "protected" those directories or locked them then your patcher will not work. (I tried to hide my /web directory and my own patcher was unable to patch)
  12. By looking at the autopatch directory there are no files there.nor in the data directory of your host.
  13. Some kind of video would be nice on progress~
  14. If you've gotten the new textures I attached, is your issue solved now?
  15. Try downloading my datafolder located in my signature under "Full kRO Client" Your files are abit outdated if you're using a 2013 client with latest rA Im using 2012-04-10RE Client.. i can still use the msgstringtable.txt right? Ah I see now. Your textures for storage are out of date. Give me like 2 minutes and i'll give you the new one. basic_interface.rar Add this into your basic_interface folder in textures.
  16. Try downloading my datafolder located in my signature under "Full kRO Client" Your files are abit outdated if you're using a 2013 client with latest rA
  17. It looks like you're missing the resnametable? If you use 2013 then you can find that in 'system/iteminfo.lua(/lub)
  18. Thats most likely an issue with the sidebar. May I ask what datafolder and client you're using?(date)
  19. Any client date would be fine. Best GRF/datafolder would be one from 2012 or later.
  20. I do believe Model input isn't available right now if you watch the video? but It's been like 2 weeks since I watched it
  21. Strange...Tell me some information: 1. Give the link as to where you got your thor patcher 2. Post your full config file in a codebox 3. Are you running anything other than the config generator?
  22. Personally, I like the idea of not allowing servers to give incentives. Too many servers, RO and Minecraft, do this. It is the only reason people actually vote 90% of the time unless you get one of the nice players or friends who actually vote to help the server and not themselves. Servers should not have to rely on incentives to be deemed "good"; It should be deemed good by being worth voting for.
  23. You need to make the level checks "==" not >=" because that checks everything higher and equal to that level
  24. Thats not what he's asking; He's wanting the <aid> part so his GMs have access to the rightclick menu with yellow names but no GM clothes. This is an actual diff in 2013 clients.
×
×
  • Create New...