Posts by yahgiggle

    The thing is that the command isAdmin is in the API, your function isProtector isnt on the API, so basically if you dont create it, this wont work.



    yeah i was thinking that was the case and adding the group Protector to the protection Script was not enough what are the predefined groups in the API is it Admin and Guest ?


    im thinking if i changed this line to



    if event.player:isGuest() == true thenevent.player:sendTextMessage("[#FF0000]You are not an admin");return;end

    on my server also but only one tree, or i found not more.


    i see you have use world edit, the tress are on the right place ^^


    yeah i used world edit but the trees got removed and did not come back on update Changelog 2015-03-15 they came back only on update Bugfix 2015-03-16 funnything was too it was not in all areas where i had used world edit took me a good 2 hours to go around removing them lol to funny

    i know you guys must know about the flying pigs/animals will we be seeing a fix for this bug soon or is it at the bottom of your list?

    Did you receive more information when you have been kicked (reason etc.)? You may get kicked when the server or your connection to the server has a problem.
    Apart from that, is there maybe a file called "mp_error" in your game directory (steamversion: steam/steamapps/common/risingworld)?


    no it just said you are kicked a restart of my client let me back in and have played for some hours now without this recurring

    WTF after new update i now have been kicked and not aloud back in i have had the game crash and some of my tomatoes wont let me chop them




    i must point out restarting the client fixed all the problems each time



    also i was hoping this update would fix the poster bug can you guys please please i beg you to fix that and the chat window on the next update :-)
    )

    sorry guys lol i had a p and not a P in my line so this works update did not work :(


    -- All following commands are only usable when the player is an admin!


    if event.player:isAdmin() or isProtector() == false then
    event.player:sendTextMessage("[#FF0000]You are not an admin");return;
    end



    turns out all this done was make all users able to use the protection lucky i do all this on a test server haha so adding Protectors= to the server propertys file does not add a group even when i added the group to the groups folder in the protection script but the protection scrip did add my group to the protection DB so how the hell do i add users to that DB lol maybe the protection script should have a propertys file too with protectors=

    hi guy at the moment the only way i know to let some users ones that i trust use the protection script is to make them admins so i added a group called Protector but theres a line of code im suck that no matter how i change it, it wont work im very new to lua but have some ex with php and this looks alot like it so maybe thats whats putting me wrong


    anyway the code is


    -- All following commands are only usable when the player is an admin!
    if event.player:isAdmin() == false then
    event.player:sendTextMessage("[#FF0000]You are not an admin");
    return;
    end


    i was thinking this should work



    -- All following commands are only usable when the player is an admin!
    if event.player:isAdmin() or isProtector() == false then
    event.player:sendTextMessage("[#FF0000]You are not an admin");
    return;
    end



    or this code


    -- All following commands are only usable when the player is an admin!
    if event.player:isAdmin() == false then
    elseif event.player:isProtector() == false then
    event.player:sendTextMessage("[#FF0000]You are not an admin");
    return;
    end



    can anyone help with this or even make a script for user groups cheers :-D

    this may have been talked about before but if not there is a bug in the server menu when you cant connect it pops up a message cant connect and you click OK only to have your mouse pointer disappear along with the box so your left with no mouse to click on another server and the only way to get it back is to close the game and reload it.

    ok im having problems using the grid alignment tool i can never get it to do what i want no matter the grid size i use, what happens is it snaps into place one way but is off another way or if i turn off the alignment tool and line it up by eye it looks all good but as soon as i click to save the timber where i want it it jumps off alignment grrrrrrr i have real ocd when it comes to this and its driving me crazy i end up with gaps everywhere and trying to redo things like 100 times and dont get anywhere. what i think is the problem is it aliens from the center of the grid line witch works most the time but not all the time, the other thing that would help is some sort of ruler system on the preview image





    i know how making a game can take a long time but using a system like the Tick Tock system can really make things move
    On the tick you could update bugs and on the tock add something new, i would think every 30 days or the first day of every month would be ample time and this will make the community excited and keep users interested.

    we really do need some sort of password system for locking up the chests i think maybe when you make the chest you enter a 6 digit key thats used on all your chests and will change all locks if you make a new chest with a new key that way if you forget your key all you need to do is make another chest and add the new key to that one witch will change all chests you made to the same key