Posts by yahgiggle

    Is there way to limit FPS in or something to reduce CPU usage? My game runs 120-200fps and uses 80-90% cpu all the time. When I move around world in my friends p2p server my ping goes between 50-31000 and I need to stay still in some small area and then game functions ok in that area. Rly hard to explore.

    nice FPS :-)


    for your FPS there should be some setting in your video settings on your computer to set max frame rate but if not you
    could goto the game settings and tic VSync this should drop your FPS down to match your screen

    Getting errors lots of them and nothing shows up.

    Are you installing it into its own folder inside the plugins folder not the scripts folder ?


    The plugin works and you wont be using any other version of RW than what we are all using, so if your getting errors
    your not installing it into the right folder or something else is going on oO



    copy the zip file into your plugins\pnb then unzip with all files inside that folder
    for the gui back end it should be in folder plugins\rwgui


    so your plugin locations should look something like this


    RisingWorldDedicatedServer\plugins\pnb <-------- unzip --------> forum.rising-world.net/attachment/16073-pnb-zip/
    RisingWorldDedicatedServer\plugins\rwgui <-------- unzip --------> forum.rising-world.net/attachment/12336-rwgui-0-5-0-zip/


    if you do not have the folder plugins inside your RisingWorldDedicatedServer folder you will need to make one

    I would say everything you see in the dungeons will be added to the crafting tables at some point, did you also try the new crowbar on them ? Maybe that might work.

    Maybe you have run the server twice or sometimes without knowing it's left running then you goto start it again without closing the first instance, then the other instance uses the same ports and causes this error, this can happen I have done it myself lol, if not then something else is using the ports, you will need to change the default port to another port, you can do this in the propertys file. Change 4255 maybe to 4265 and unblock your ports in your modem 4265 to 4269

    Ok no worries cheers - I did read the note speaking of the recreation of the db, but then your post from 8 hours ago said "so this means you should be able to keep your old database ... " so I thought you'd done some tricky code-fu to allow the old one to remain :) Now it all makes sense though.

    Yeah no problem that comment was more about if i ever need to update the database later On :S


    This was added before last time when i said you need to replace your database so yeah since then you don't need to replace the database and i did do some tricky code-fu to convert the code to work with the new API and the new databases, so all players since the database upgrade keep there areas lol if that makes any sense to you at all oO

    I am really new to the game but I have a server subscription I am working with on this. What is says is I do not own the box. I created a new box just to see if it was only newly created boxes. I am admin too. Every door I open it give me some notice that it is unbound. Now all this is in a protected zone with the LUA routine put out by the devs. Not sure if that is interfering.

    unbound or unprotected ?


    anyway this plugin only protects new objects that are placed in the world after the plugin has been installed all other objects will give the message unprotected but if that object is inside a protected zone then that object is in fact protected by another plugin - realy the message is only important if the object was placed outside of protected areas, but as @sharkbitefischer said just pick up the object and replace it back down, you pick up objects by pointing at the object and holding f key down till a green working bar is finished.

    some days ago i said i had to change the database for the up coming API update and that you would need to delete the old databases
    the post about that is here [Plugin]WorldProtection (Auto area protection script)
    [Plugin]WorldProtection (Auto area protection script)


    i guess you maybe did not see that post oO it seems your still on the old database and that's why your getting those errors


    the new database holds the infomation for tp area areatp and showallareas so its expected not to work if the database was not deleted and a new one made, of cause this becomes a pain for you need to re protect your areas, and this is why my new code supports database upgrades but it does not support the old database i am sorry about that.

    This keeps giving me an error. I am in a protected area in my server. It will not lock objects just gives me list of red errors.


    I guess I will wait till you get it with less bugs.. I like the idea

    As @sharkbitefischer said the chest is locked by default, the only players who can open the chest is the owner of the chest or a admin
    you do not need to lock a locked chest oO if you get any errors please do post them here, it realy does help me debug the code.

    Bump now added


    /op listallopjects = lists all objects
    /op listmyobjects = list only your own objects
    /op listplayerobjects <username> = lists all objects from the given username


    As always its untested lol so let me know how it goes ;-)