Author Topic: Need Midevil RPG System Beta Tester  (Read 1687 times)

I'm sorry if this is in the wrong place, but I need someone to host an internet server for this midevil RPG system add-on. Build bricks using all the new events you got, test out all the new commands you got.
Try out these events:

OUTPUTS
doQuestOnly
Ruby
Diamond
Crystal
Gold
SpendGold
ChatMessageWhite
StartQuest
Finish Quest


INPUTS
Quest

And do these commands:

/RPGHelp
/StartRPG
/EndRPG


Type /RPGHelp for more commands.
Build all the bricks 'n' stuff before typing /startRPG!
Type /endRPG when you're ready to close your server.

PLEASE POST A COMMENT IF YOU ARE GOING TO BE A BETA TESTER AND POST THE COMMENT WHEN YOUR SERVER IS OPEN, I MIGHT COULD HELP YOU BUILD THE TEST RESOURCES

Download WIP/BTIP: http://www.mediafire.com/?3twkm2mmmmm

ill test it

feedback soon

problem, wont let me open server crashes BL ill try again

I'll test it, but my server will be up tommorow :(

« Last Edit: April 02, 2009, 08:24:58 PM by jony »

my minifig and bricks and weapens turn black fix? maybe its smething i have DLed

nothing works my gold doesnt work, theres no event params it laggs you out only "works" on internet servers i give this mod a fail bin toss try again, keep working though

Sounds like a fail to me.

Sounds like a fail to me.
Wtf you're stupid. This took me 2 days to make. And only 1 person has given their feedback so far...

OMG 2 days thats sooooo loving LONG

the least time itrs taken for as good mod was abou 4 days

OMG 2 days thats sooooo loving LONG

the least time itrs taken for as good mod was abou 4 days

Well, do people work on one add-on ALL DAY? If they work on it ALL DAY, they can accomplish it in at least 2 days.

P.S. Bug fixers were Ephialtes, Space Guy, and Truce.


proof if they fix'd it it would be win, this has no win juice in it

I'll test my sercer will popably be up around monday maybe.

Tom

Crashing my game on server start.

its all put into a server.cs and a description.txt

and not that i know a thing of what im saying but,
Code: [Select]

function fxDTSBrick::Diamond(%client)
{
if($Pref::Server::RPGMod::Enabled==1)
{
%client.goldAmount+=20;
messageClient(%client,'',"\c6You collected \c21\c6 diamond. You now have \c2"@%client.goldAmount@"\c6 peices of gold.");
}
}

looks like there is a brick and when it is there it automatically runs gold amount increase and the message but that could be onclick... not sure
« Last Edit: April 02, 2009, 10:18:56 PM by Healbadbad »