The next update will be available on Wednesday, December 18, in the early evening (GMT+1).
This update will not yet replace the Java version, instead it is the actual content update. We'll provide more information about the transition together with the update.
-
IRC is great I haven't been on any channel for sooooo long xD Back to the old 2000's
For thoose who can't / don't want to use an IRC client software (X-Chat is definitely a good one for Windows' users), you can still use Kiwi IRC : https://kiwiirc.com/client which is an online IRC client (in your internet browser)
(Actually, that's what I'm using at work, since the god damn sysadmin did his job quite well an Pidgin didn't want to go over the proxy xD )
-
I also add you in the Author files, as well as in the readme as author too Hope we could work on this together soon
-
I don't know how the BD is build, but basically, in pseudo-code it would be something like :
[lua]
elseif cmd[1] == "/viewaddedplayers" then
local areaID = event.player:getAttribute("areaID");
local added_players {};
for value in database:query("SELECT 'playerID' FROM 'rights' WHERE 'areaID' = '".. areaID .. "'") do
actual_player = server:findPlayerByID(value);
actual_player_name = actual_player:getName();
event.player:sendTextMessage(""..actual_player_name.."");
end
[/lua]
I'm not sure how the BD works, I just take a very quick look at some piece of the code, so ...
Plus, I'm not sure for my "for each" I didn't watch closer how this works in LUA, so I did it with the python way in mind ^^'
-
Download link updated (thanks to yahgiggle for the updated version ! ). Also, the project won't be hosted on my GitHub any more (at least, it won't be updated there), since he's now on the LordFoobar's RisingWorld Repository ( here : https://github.com/RisingWorld ).
I'll keep working on it, maybe (I hope :D) with some help from others, so we could do something perfect for you guys
Stay tuned
-
Wow dudes, haven't been around for a while sorry
yahgiggle, thanks for what you did
-
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.
-
Thanks
Quick update : I will soon work again on the script ! For now, I'm very busy at work
-
For the bug you reported me on your MP, I'll check ASAP
-
Really great stuff dude !
-
Okay, I fixed this on the GitHub Thanks again username
-
Mwhahahaha :evil:
I'll perform some test tonight or tomorow Klabautermann
-
No no
You go there : https://github.com/zabka14/Zcript-RisingWorld
On the middle-top left of the screen there's a button Branch : master you have to select the master one, not any of the two others.
When you did so, on the right of the screen, somewhere at the botom is a button called "Download as ZIP"
And here you go
-
You're sure you took the version on the main branch of the Git ? I'll perform some test as soon as possible !
-
Great stuff !
-
Thanks dude, that's such a stupid error of mine
Git-Hub updated, MediaFire link updated to !
-
That's curious ... Did you got any console error when it's occuring ?
Which version did you use ? The Git-Hub one or the MediaFire one ?
-
I'll less update the Media Fire link, if you want to have the latest version (at your own risk, however this would help me a lot) you can find it on my Git Hub (Master branch, be carrefull). A lot of new features can't be fully tested by myself alone, so I need feedback on the ongoing work !
Thanks
-
Git updated, the /heal function now set Thirst and Hunger to max
-
GitHub updated, new function : /heal
-
Here you go, I've commented the line spawning the message, it should work for now. I'll try to find why it's doing it
GitHub and MediaFire updated