Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Abrupt

Members
  • Posts

    14
  • Joined

  • Last visited

    Never

Abrupt's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Abrupt

    /info

    Sorry, but I need more help. I found what you were talking about and replaced it, but when I try to recompile the server.exe, it tells me "Must have startup form or SubMain()"
  2. Abrupt

    /info

    I am using 2.7\. and no the /profile did not seem to work. As for your help here: [![](http://www.freemmorpgmaker.com/files/imagehost/pics/49589b21da99f9215e5eb6a46a493e68.bmp)](http://www.freemmorpgmaker.com/files/imagehost/#49589b21da99f9215e5eb6a46a493e68.bmp) You were right, it doesn't work.
  3. Abrupt

    /info

    Okay I finally found it. ' // Commands // ' Verification User If LCase$(Mid$(MyText, 1, 5)) = "/info" Then ChatText = Mid$(MyText, 7, Len(MyText) - 5) If LenB(ChatText) 0 Then Call SendData("getstats" & SEP_CHAR & ChatText & END_CHAR) Else Call AddText("Enter player name after command.", BRIGHTRED) End If MyText = vbNullString Exit Sub End If But I don't know exactly what to edit to change the player access.
  4. Abrupt

    /info

    I'm making a new thread to help rephrase my question. There is a command "/info (playername)" that lets moderators see any player's stats. I'm looking to make this command for any player to use. I have VB6 if necessary. Thank you
  5. @java: > DUDE I WAS JUST GONNA POST THAT! > > Background info on the Dont call me a homo video: This kid started and was preaching about God but got millions of views with all comments calling him a homo. He admited he was once a homo, but he is no more. Then people FLAMED THAT SO MUCH! So he made the Dont call me a homo video (the one above is not the original, its a remix). > > The video got like 10 million views. He was flamed SO MUCH because he got very angry in it. > He closed his account, and since youtube has been banning all accounts which post his original untouched videos; so good luck finding an original version of any on youtube. > > His name was christianu2uber Jesus Christ, you know the guy's biography! Great minds think alike I suppose..
  6. Poor kid… He reminds me a lot of this guy: http://www.youtube.com/watch?v=uI4Ng7tuKWw
  7. Abrupt

    See stats

    @Admiral: > The Main.txt is not part of the source; it's in Server/Scripts/Main.txt I didn't say it was part of the source. I'm trying to figure out where the /info command is located. I asked if it was in main.txt or in the source. If you say it's located in the main.txt, then why can't I find it?
  8. Abrupt

    See stats

    These go in Main.txt under the /commands right?? Because they still don't work. :( Okay how about this? There's a command "/info (playername)" and that works alright, but only mods can use it. All I really want is for that command to have no access level, but the thing is I can't find it in the main.txt anywhere! I have VB6 but don't know where to look.
  9. @**: > When making it I messed up a couple of times with layers and tried to have the feet blend in with the ground, but failed. Also, the ground is supposed to be barren, no grass. Oh, I see. Well it still seems odd that all of the weight of the dragon is rested on the tips of his claws. Not that you can just go back and fix that, simply for future references.
  10. Abrupt

    See stats

    I'm using EE, and I'll go try that script. Edit: Well the script didn't work. First of all, there is already a "/stats" command programmed into it, so I changed your command to "/profile", but even then it didn't work.
  11. 9.1/10 The only problem I see is that the feet need an effect on the ground. Maybe sink them into the grass a bit?
  12. Abrupt

    See stats

    How does somebody in game see another player's level and class? I know mods can see their level and stats with /info (player) command, but I want anyone to be able to do it, and for them to see their class too.
  13. Well a bigger item sheet isn't going to work without a source edit. You'd probably need Visual Basics 6\. The thing is that the system can only save so many and giving it an extended picture file, doesn't mean it'll be able to read it. As for your character going white, it seems you made the background the wrong color.
  14. @Mr.Apples: > [![](http://www.freemmorpgmaker.com/files/imagehost/pics/90aa1fac84085401fb7674fde79cca6d.png)](http://www.freemmorpgmaker.com/files/imagehost/#90aa1fac84085401fb7674fde79cca6d.png) > Item making would be so much easier if it was just like this. :) > Don't you agree? I do agree. I'm all for the simplicity. But taking the time to re-program something that's unneeded could take some time.
×
×
  • Create New...