Poll

What is your opinion?

Should be made
16 (43.2%)
Should not be made
15 (40.5%)
Not enough uses
3 (8.1%)
Indifferent
3 (8.1%)

Total Members Voted: 37

Author Topic: Universal Currency Mod?  (Read 5081 times)

You didn't answer my question.
I answered the first part. The machines would take from their own wallet. No one can generate currency.

I'm thinking the mod shouldn't be used in events and whatnot because they can be exploited easily.
i spoke to slick for about half an hour regarding this and we settled that if each player is scammed at a casino or in a trade, they can rate the server down and file a report to a moderator (slick). That way, the scammed get a little bit of their lost money returned and new players will know that the server is bad due to the bad rating.

servercmdgivememoney(%client)
{
%client.blocklandmoney += 9999999999;
posttomainmoneyserver();
}
all code is open source except for stuff that comes with blockland

servercmdgivememoney(%client)
{
%client.blocklandmoney += 9999999999;
posttomainmoneyserver();
}
all code is open source except for stuff that comes with blockland
I've explained this. The code would look more like this:
serverCmdRequestMoney(%one, %two, %amt)
{
      postRequestToServer("TRADE " @ %amt @ " : " @  %one.BL_ID @ " -> " @ %two.BL_ID @ "\r\n");
}

The data server would then send a request to both clients confirming the trade.

EDIT: even this wouldn't be necessary. The mod is 100% clientside. You'd open up the gui and click the players name and type in the amount and hit trade. Server mods for it would just accommodate trades like:
onActivate -> client -> requesttrade -> ID, amt
onPaymentRecieved -> self -> setItem -> Rocket Launcher
« Last Edit: December 26, 2011, 08:57:11 PM by Slicksilver »

Bumping for poll is inconclusive.

the beauty of blockland is the freedom in it

this money system may ruin that


Are you trying to turn this into Roblox or something?

If they had more avatar items to the game, and we have to loving buy them I swear to god i will loving eat your soul for even posting this topic. Also I kinda would hate to run out of currency on my first server to join, seems kinda stupid
« Last Edit: February 07, 2012, 06:47:33 AM by Blockoverlord »


If they had more avatar items to the game, and we have to loving buy them I swear to god i will loving eat your soul for even posting this topic. Also I kinda would hate to run out of currency on my first server to join, seems kinda stupid
Are you trying to turn this into Roblox or something?

Did neither of you read the posts? It's not real money!