Author Topic: Heedicalking's Generic RPG Mod  (Read 10441 times)

I like the flag idea killer.

:) At least someone has read my idea. Keep the comments coming


Bump for grate justiec
I am now scared. I had a dream about my old friend texting me, and he did, even though he hasn't texted me in 5 months. I had a dream about something else but I forget what it was, and it happened, and I also had a dream last night about Kalphiter releasing stolen mods and you asked me for the colony RP.

Heed, can you give me your opinion on my flag idea plz.

Hm...
Need Help With GUI's?
Just tell me how 2 display varaibles and i can make gooooood ones, also, those are my "apps". Please respond soon!

I am not far enough along to need guis YET.

I am not far enough along to need guis YET.

So, yes/no ? i even feel honored to get a chance.


I am not far enough along to need guis YET.



XD
I learned how to fix it
I will stir up an example and see if you like it.
Here is the GUI:
« Last Edit: March 06, 2010, 07:15:18 PM by Light And Day »

looks decent, but the rule box is wierd

looks decent, but the rule box is wierd

Drr.... I made it that way.
I can delete
XD

Drr.... I made it that way.
I can delete
XD

So delete it or change it then.

I have a saving system and I hacked apart cashmod but it does not seem to work. I would like to PM the file to a good scripter so they can see what it wrong. Whatever good scripter wants to try to help here, let me know.

Bump, mainly because Desolation stopped working on his to work on the Fallout RP. I reset the project and made a list of what I need to complete, in order. I am working on a kingdom formation system, but I have a problem. I cannot figure out how to make it so you can make the team name more than one word. I can add a %groupname2 and %groupname3 but I do not know how to combine them into one name.
Code: [Select]
function servercmdFormGroup(%client, %groupname)
{
if(!%client.Isking)
{
%heard = 0;
//Determine the ammount of players
InitContainerRadiusSearch(%client.player.getPosition(), $RP::pref::server::FormteamDistance, $TypeMasks::PlayerObjectType);
while((%search = ContainerSearchNext()) != 0)
%heard++;
//Send the message
InitContainerRadiusSearch(%client.player.getPosition(), $RP::pref::server::visibleDistance, $TypeMasks::PlayerObjectType);
while((%search = ContainerSearchNext()) != 0)
messageClient(%search.client, 'chatmessage', "\c6" @ %client.name @ " Asks you to join his group called " @ %Groupname @ "");
}
}
For example, if you wanted to name your team "Great Fighters", The messageclient thing would say
"Heedicalking Asks you to join his group called Great"
I could use some help here.

I have a saving system and I hacked apart cashmod but it does not seem to work. I would like to PM the file to a good scripter so they can see what it wrong. Whatever good scripter wants to try to help here, let me know.

send me over it
« Last Edit: May 19, 2010, 03:55:36 PM by canto xe »