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 community!

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

  1. iStopcontact

    Solved "Func" Function doesn't work in java 1.12.2

    but what should i replace with "[offline] player] %offline player%"
  2. iStopcontact

    Solved "Func" Function doesn't work in java 1.12.2

    But does that work with the function: effect WoWgetValue from [[offline] player] %offline player%, [table] %string% (and|,) [column] %string%: Because the first think is [[offline] player] %offline player% and a country isn't a offline player I tried it but it didnt work, gave me an error...
  3. iStopcontact

    Solved "Func" Function doesn't work in java 1.12.2

    I have 1 quick question, is it also possible to acces a database table without use the name of a player? Because i also have a databse table for the game i am making wich saves information about things but not about like the player This is the skript about creating it so you know whats about...
  4. iStopcontact

    Solved "Func" Function doesn't work in java 1.12.2

    Thank you man... sorry for all the work you had to do for mee man Really appreciate it!
  5. iStopcontact

    Solved "Func" Function doesn't work in java 1.12.2

    Yheaa i will try and see if i can work something out, btw thank you are doing this it helps me allot I have to be honnest, didnt really got it working and dont really understand how to work with it... So i hope you or someone can help me to make it for me
  6. iStopcontact

    Solved "Func" Function doesn't work in java 1.12.2

    I get these 2 errors: A return statement after a delay is useless, as the calling trigger will resume when the delay starts (and won't get any returned value) (WorldOfWar.sk, line 72: return {_value::%{_column}%::1}') and Functions cannot be used here (or there is a problem with your arguments)...
  7. iStopcontact

    Solved "Func" Function doesn't work in java 1.12.2

    I now have this code: function WoWgetValue(p: offline player, table: string, column: string): set {_p} to {_p} parsed as offline player set {_uuid} to uuid of {_p} execute "SELECT * FROM %unsafe {_table}% WHERE uuid=%{_uuid}%" in {WoWDB} and store the results in {_value::*} set...
  8. iStopcontact

    Solved "Func" Function doesn't work in java 1.12.2

    Allright thanks man! I will try to use this i cant really get it working, maybe im doing something wrong im not sure... Is it possible we go in discord call or smt and i screen share what i have
  9. iStopcontact

    Solved "Func" Function doesn't work in java 1.12.2

    Can't you make like a skript function, for the Func i use now? so i have an example to work with if i wanna make other functions, it would help me allot
  10. iStopcontact

    Solved "Func" Function doesn't work in java 1.12.2

    and also reply to @BaeFell I used a updated SKQuery, but now i got another error: [19:01:03 ERROR]: Can't understand this condition/effect: $ access (WorldOfWar.sk, line 15: $ access') [19:01:03 ERROR]: Can't understand this condition/effect: return (WorldOfWar.sk, line 17: return') because...
  11. iStopcontact

    Solved "Func" Function doesn't work in java 1.12.2

    I use SkQuery for the "Func" so that should be good... And it works when i use it in an 1.8.9 server but doenst in 1.12.2 while the plugins are all up to date
  12. iStopcontact

    Solved "Func" Function doesn't work in java 1.12.2

    Hey guys, i am working on a server network but found a little mistake. Now i have diffrent servers 1.8/1.9 but now im working on a gamemode for 1.12.2 and i found out that the "function" part doesnt work in my skript. Now i allready updated my skript to a 1.12.2 version but i still get the...
  13. iStopcontact

    Set block at location to skull of a player

    Still the same, no errors but also nothing when i use the command ah wait... i have to leave the second at in the line because now it also wont place a normal head or any other block
  14. iStopcontact

    Set block at location to skull of a player

    When i use that, and reload the skript it doesnt give any errors. But when i use the command just nothing happens
  15. iStopcontact

    Set block at location to skull of a player

    Hello guys, i have a quick question. I want to put a skull of a player on the ground to a location that will be set. Now to test it i made this: command /settestloc: trigger: set {testloc} to location of player and command /testloc: trigger: set block at location at...
  16. iStopcontact

    Mysql connect

    Long time ago since i was into skripting Now since a few days i am working on a network again... i used to work with Mysql for global coin amount/ranks etc. I dont have the old skripts, so i was wondering if someone could quickly explain it to me again how it worked so i know it all back...
  17. iStopcontact

    Stats to website

    heey everybody, I was wondering if it was possible to use html/css with skript. And if it is possible how I can do that. So for example i can make a register system on my site and players can see there own stats on the website on there own profile page. I hope some one can help me with this
  18. iStopcontact

    Solved Bungeecord currency

    Hey everybody! I want to make a bungeecord currency, so when a player has 10 coins in the survival server and gets +5 he also has the same amount in the lobby so it must go thru a database. Now i found the addon https://forums.skunity.com/resources/skript-db.372/ but i dont exactly know how to...
  19. iStopcontact

    Mysql Coins

    But how do i add variables for that, and the player
  20. iStopcontact

    Mysql Coins

    Hello everybody! I am working on a server network right now it is possible to connect a skript to a mysql database, but i dont know how. Becuase now i want to make a global coin system over my bungeecord network so for example when someone gets 1 examplecoin in the Lobby server and he goes to...