Jump to content

hikashin-rae

Members
  • Posts

    208
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by hikashin-rae

  1. I already update my whosell on git try to test it out and give me feedback thank you. https://github.com/coookie1010/Server-Patches/blob/main/rA-whosell.patch
  2. Hello, I already update the whosell source please try it and give me feedback. https://github.com/coookie1010/Server-Patches/blob/main/rA-whosell.patch Thank you.
  3. Sorry for late share. I think this is the one you are looking for. I already added the feature you like. https://github.com/coookie1010/Server-Patches/commit/02498a59983d7c1fdbfd56a69b33297e73320b14 This method is so much harder than the mapflag function. you can force a map with mapflag function for example prontera mapflag pkarea
  4. The usability of this is really good specially on the items info and monster info it a huge help. Nice development and information you share.
  5. For ragnarok zero no. You need to grind them for the skill modification.
  6. use http://nfoservers.com/ it much better.
  7. Thanks for this explanation. I will add your diff also in vip account fix. i already update in my git.
  8. Make sure not select other character because i made a restriction to select other slots.
  9. What do you mean? it said here create 1 character only slot one.
  10. https://github.com/coookie1010/Server-Patches/blob/main/rA-onechar.patch i created a different onechar patch.
  11. You need to put this on your data. Char Select Textures.zip
  12. It is not my code it was from chasewalk. maybe the set value is keeping him reset.
  13. This is from your script request released i just make it works on latest. The creator did something on the code why it jump even no one sells. I have a fix code for this and a working correctly.
  14. I already revamp change the script of this base on your explanation if you need just notify me.
  15. You can try this set .@time,gettimetick(1); if( .@time1 < #GOLDROOM_CD1 ){ mes "[ ^C6A518Gold Room Assistant^000000 ]"; mes "You can only re-enter after ^FF0000"+#GOLDROOM_CD1+"^000000 seconds."; mes "Time Gold Room : "+#GOLDROOM_CD1; close; cutin "",255; end; } else if (Zeny < .zeny) { mes "[ ^C6A518Gold Room Assistant^000000 ]"; mes "Sorry, but you can't enter the room."; close2; cutin "",255; end; } else { set #GOLDROOM_CD1,( .@time1 + ( 3600 * 12 ) ); // 12 hours cooldown. deltimer strnpcinfo(3)+"::OnKick"; } Zeny -= .zeny; warp "ordeal_1-2",151,154; end; Screen Shot
  16. I have a custom command but not in gui. working on latest diff https://github.com/coookie1010/Server-Patches
  17. You dont call any function on this you post.
×
×
  • Create New...