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

Lam3r

Members
  • Posts

    361
  • Joined

  • Last visited

    Never

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Lam3r's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. @Robin: > We've got a Java port coming along pretty well. You can run it as an applet in your browser. So basically yes, in the future..
  2. In the scripting database, find EvilBunnie or Cloudwolf's questmakers, they'll do all the scripting for you.
  3. Lam3r

    I need help!

    Not sure exactly what you want…you need to explain better. But here's a command that will allow admins to change the names of anyone. Put this in Sub Commands: ``` '############## 'Script by Lam3r '############## Case "/setname" If GetPlayerAccess(Index) >= 4 Then Call SetPlayerName(TextSay(1), TextSay(2)) Call PlayerMsg(TextSay(1), "You're name was changed to " & TextSay(2) & " by " & GetPlayerName(Index) & ".", YELLOW) ElseIf GetPlayerAccess(Index) < 4 Then Call PlayerMsg(Index, "You don't have permission to use that command!", RED) Else Call PlayerMsg(Index, "The correct command is '/setname '. It IS case-sensitive.", RED) End If ```
  4. Lam3r

    HELP! vb errors

    Did you install the library files…?
  5. @vitinho444: > hey about the change stat win to 5 i cant find Sub LevelUp on my main.. im using eclipse stable **Scripts\Events\OnLevelUp.ess**
  6. Niiice. Couple questions: 1\. What engine are you using? (assuming it's premade) 2\. How long have you been working on it? 3\. What language? 4\. Title? 5\. Worthy of being released? 6\. Need any help? ^^
  7. hehe maybe if someone made a game worthy of serious modding like that they could do some MASSIVE source edits to make something like that, but nah you'll pretty much be in the actual development team of the game.
  8. No idea, but if you're gonna use a premade questmaker use Evilbunnie's or cloudwolf00's.
  9. In addition to what the last two posts stated, I can tell already you won't be able to do this just from the vagueness of your post. You typed that out in two seconds and just expect someone to walk you through making a Pokemon based MMO from scratch? Your best bet is to learn a programming language, and make your own engine; don't even use eclipse.
  10. Totally depends on your game…this is all you...
  11. With the commands list open in one tab, go through the scripting database and just look through other people's scripts and try to pick them apart and see how they work.
  12. did you install the Library files correctly? and what OS are you running on?
  13. You press the "fix my lag" button on your keyboard… How the hell do you think we're supposed to know why you're lagging when you have given absolutely NO information on the problem.
×
×
  • Create New...