Search results

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  1. G

    Solved Adding a command

    Thank you very much !
  2. G

    Solved Adding a command

    I added (10 line).He writes to me that "There's no player in a function event" function buySlot(p: player, base: integer): set {_uuid} to uuid of {_p} set {_price} to (100000*{_base}) if {base::%{_uuid}%} is less than {_base}: if {base::%{_uuid}%}+1 is {_base}: if balance of...
  3. G

    Solved Adding a command

    Where can I add command execution after purchasing an item? function buySlot(p: player, base: integer): set {_uuid} to uuid of {_p} set {_price} to (100000*{_base}) if {base::%{_uuid}%} is less than {_base}: if {base::%{_uuid}%}+1 is {_base}: if balance of {_p} is more than or...
  4. G

    Sellwand

    I have 2 scripts. one for levels. another scenario for the wand that sells all the items in the chest. When I sell inventory items using the sell command it gives me 1k +10 experience, but when I sell items using a wand it only gives me money with no experience. I need to make sure that this...
  5. G

    Sellwand

    Help add this function to sellwand I am willing to pay for help. I don't understand much in scripts function money2XP(p: player): set {_u} to {_p}'s uuid set {_temp} to ({totalsold::%{_u}%}/1000) set {_num} to "%{_temp}%" set {_calcing::*} to {_num} split at "." set {_calc1} to...
  6. G

    Shop. Removal or prohibition of purchase

    How to delete an item in the store after purchase or prohibit its purchase ? Thanks in advance !