Recent content by RiCkYB_667

  • 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. RiCkYB_667

    mmskript - how to get MythicMobs UUID on entitiy damage event

    Dear All! I am struggling with a situation: I can extract the Mythic Mobs UUID on spawnevent and on deathevent, but i have no idea how to extract when on damage of entity. This is what i have: on mythicmob spawnevent: set {_mobuuid} to uuid of activemob event-activemob send...
  2. RiCkYB_667

    loop-number problem in inventory item command variable

    Great idea, thank you very much! I will give it a try today and will post my solution if i manage to find it out. I might try to go for a function...
  3. RiCkYB_667

    loop-number problem in inventory item command variable

    Hi! I have an issue which i am not seem to be able to resolve by myself. I am filling a virtual inventory using a loop to create a slot selection GUI. The loop-value fills the slot name just fine, but the linked command to all slots always ends up using the latest loop-value (in my case 20) no...
  4. RiCkYB_667

    Cron-like realtime scheduled actions

    TIMEZONE! Unbelievable! Thank you! Will implement right away! Oh and the keepalive loop is also a great idea, thank you! Okay, so since my format of time is DD/MM/YY HH:MM i had to extract the time only and run the evaluation on that. This way i can do daily triggers setting only the time...
  5. RiCkYB_667

    Cron-like realtime scheduled actions

    Hi everyone! I was doing my research but unfortunately it seems i missed something or there is no real solution yet. Unless there is a plugin or something that i missed. This is what i would like to achieve: Category: schedule, timing, cron, etc. Suggested name: skron (?) What I want: I...