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

Lam3r

Members
  • Posts

    361
  • Joined

  • Last visited

    Never

Everything posted by Lam3r

  1. Lam3r

    Browser game

    That web game builder's not gonna work. It will technically run but will use massive amounts of bandwidth and lag like hell. Wait for SolarEclipse 1.0 which is being made in Java so it can run perfectly fine in a browser. And a word of advice, don't try and remake runescape.
  2. Lam3r

    Trial period

    In Sub OnNewChar, add: ``` If GetVar("Scripts\Accounts\" & GetPlayerLogin(index) & ".ini", "Trial", "Plays") = vbNullString Then Call PutVar("Scripts\Accounts\" & GetPlayerLogin(index) & ".ini", "Trial", "Plays", "0") End If ``` Now, in Sub JoinGame add in: ``` Dim k k = GetVar("Scripts\Accounts\" & GetPlayerLogin(index) & ".ini", "Trial", "Plays") If k
  3. Lam3r

    Updater

    You know it would be really cool if you would SCROLL DOWN THE DUCKING PAGE. http://www.touchofdeathforums.com/smf/index.php/topic,58129.0.html Ducking noobs need to learn to look instead of asking the same shit that's been asked YESTERDAY. One search and I found that post. ONE. 2nd result. L2search.
  4. Lam3r

    Trial period

    When a player makes a new character you could set a timer in an INI file for each char.
  5. Hint: Request this on the source edit forum, not here. And frankly i have no idea how to do it.
  6. lol. This will require a HUGE source edit. Good luck.
  7. Please use the search button… http://www.touchofdeathforums.com/smf/index.php?topic=53920.0
  8. You just asked that: http://www.touchofdeathforums.com/smf/index.php/topic,58093.0.html I also already answered it there. /lock (warn?)
  9. Pretty sure you can change people's levels through the server interface, but if not here's a command: ``` Case "/reset" If GetPlayerAccess(Index) >= 4 Then Call SetPlayerLevel(Index, 0) Call PlayerMsg(Index, "Level successfully reset!", GREEN) ElseIf GetPlayerAccess(index) < 4 Then Call PlayerMsg(Index, "You need to be an admin to use that!", RED) Else Call PlayerMsg(Index, "You called it wrong!", RED) End If Exit Sub ``` Just call it by saying "/reset" without quotes in chat.
  10. One of the most generic storylines I've ever seen, and you didn't even come up with original names! Scare Crow - really? what kind of name is that? Mushroom Kingdom - Definitely not already copyrighted… And yeah as far as "your" team goes, there's no reason you would need that many people unless you were making a legit MMORPG that was being made in a development studio by professionals and you intended to have it commercially published. Not only do you have people doing everything to make the actual game, you even are looking for 5 project managers! LOL! What are you gonna do? Just put your name on the final project and criticize everything throughout? Nah, scrap this. Start Over.
  11. Lam3r

    Command?

    Add to Sub OnPVPDeath: ``` Call SetPlayerExp(Index, GetPlayerExp(Index) + 20) 'Change the 20 to whatever # xp you want given. ```
  12. PM sent :D I learned a lot last year in school, but need to relearn and wanna learn a lot more ^^
  13. @RavenStylez: > what you can also do is put it in a MySQL map and than it'll be uploaded to ur IP. **What?** @RavenStylez: > Than u have to go to http://www.dot.tk/ and let ur IP become a website and tadaaaaaaaaa :) a free one ;) Or just get a free webhost and then go to dot.tk and use the free hosts' IP. Much easier…
  14. @Chief: > UDK > > find free models everywhere on the net… i think... shoot them. have fun. UDK has a bunch of tts for it as well, jsut look it up, download it, and then use tuts to make a zombeh game? Easily one of the best engines out there for any FPS/action-oriented game. UDK = Unreal Development Kit; updated constantly by Epic Games (yes, THE Epic Games Studios), and they used this to make the Unreal Tournaments. (This is really just the Unreal Engine + a fucking insane development kit added on.) tons of legit blockbuster games have been made with Unreal Engine, so this is pretty much as good as it gets for pre-made fps engines, AND IT'S FREE!!!
  15. @SukiSon: > Thanks, but my comp is already jammed with programs… I think Ill stick with freewebs :P > > (yes I know you must pay for a good domain name and that it is better to make your own if you an expert, but like I said my comp is jammed and I only know basic html like links, picture links, background images, ect. and I know absolutly no css :P) Thousands of great tutorials on the net for you if you just look for them if ya want :D I'll add part 2 of this tutorial eventually…when I get to it xD
  16. @SukiSon: > Um, how exactly do you get the website online -.- You will need to find a [webhost](http://www.free-hosts.com) and use an FTP (File Transfer Protocol) program to upload your files. ~ Lam3r
  17. Really you searched a lot? Please. I found the answer to the flash question after 1 search.
  18. @Fallen: > how do i call a SWF video in a script,How do i call a custom menu to pop up displaying a msg when player first logs on (first time only)?Lastly,does Es 1.2 come with a main menu music feature?Example mainmenumusic=u add ur song name here and it playes on main menu? All of this could easily be found out within 5 minutes. The first 2 questions are easily found within a [SadScript command list](http://www.touchofdeathforums.com/smf/index.php/topic,28153.0.html), and the music question has been asked several times very recently. There's this cool feature on the board called search, use it. @Fallen: > how do i call a SWF video in a script, **1\. Sub Flash(ByVal index As Long, ByVal flashfile As String) Use like so:**``` Call Flash(Index, Flashfile.swf) ``` @Fallen: > How do i call a custom menu to pop up displaying a msg when player first logs on (first time only)? **2\. Search for this.** @Fallen: > Lastly,does Es 1.2 come with a main menu music feature?Example mainmenumusic=u add ur song name here and it playes on main menu? **3\. In "Client/Config.ini", find**``` MenuMusic=YOURMUSICHERE.mp3 ```**You must put the exact location of the music file.** ~ Lam3r
  19. Saving Private Ryan LotR Trilogy Paul Blart: Mall Cop (LOL jk, sh!tt!est movie ever, no lie) Twilight: New Moon (see above movie comment) Dodgeball: A True Underdog Story (epic movie) The Hangover I Love You Man Star Trek (the new one) sorry if these have been posted already…idc
  20. Lam3r

    Php to c++

    Page Not Found.
  21. +1, Not to hijack your thread, Thorn, but I'll help if you need it or get swamped XD
  22. lol Yorty. Yeah very true -.- But hopefully i'll get the money & job for high-end gaming PC's eventually ;-d
  23. Lam3r

    ZM, Java Help!!!

    Eclipse Java IDE = ftw, or NetBeans. Then just Google some tutorials, there's lots out there. If you know C++ or Python those will help you A LOT.
  24. Well if you're wanting to host two different games, name the servers differently (for your convenience, you don't have to) but run them on different ports. The clients will have to connect to the correct port.
×
×
  • Create New...