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

Beanie93

Members
  • Posts

    289
  • Joined

  • Last visited

    Never

Everything posted by Beanie93

  1. Beanie93

    Advanced Classes

    I said use it as a reference, not copy-paste it and/or edit it. With this I mean, write the code yourself and use that code of Rose's as a reference on how to do it.
  2. Beanie93

    Advanced Classes

    Use Select Case. Use Rose's code as a reference on how to: @Rose: > ``` > Select Case GetPlayerClass(Index) > > Case 1, 3: > If GetPlayerLevel(Index) = 10 Then > SetPlayerClass(Index, 3) > Elseif GetPlayerLevel(Index) = 20 > SetPlayerClass(Index, 5) > End If > > End If > > Case 2, 4: > If GetPlayerLevel(Index) = 10 Then > SetPlayerClass(Index, 4) > Elseif GetPlayerLevel(Index) = 20 > SetPlayerClass(Index, 6) > End If > > ``` > Formatted via iPod Touch.
  3. Beanie93

    Advanced Classes

    @Axis: > ok what i am trying to say is: > > >! I meant like class advancements but without having them in the classes you can select. > so once you reach a certain level you become the next advancement. http://www.touchofdeathforums.com/smf/index.php/topic,70427.0.html Use that textbox at the top-right of the site that says, "Search…". It's useful for everyone. And, for your information, we're not here to write the code for you. We're here to teach you how to do it. In your case, do what Erwin said; Mess with the GetPlayerClass, SetPlayerClass and GetPlayerLevel functions.
  4. It looks nice. The blue theme makes it look nice, it's better than anything graphical-related I could do at this point. Also, you haven't used the IMG tags correctly. This is the way to use them: ``` [img]http://img849.imageshack.us/img849/7277/guie.jpg[/img] ```
  5. 3 words. Practice, practice and practice. Use tutorials, you're not getting any better if you just keep staring at the computer waiting for someone to do it for you.
  6. This seems very useful. @Axis, You should tell Kemerd how to fix it, since it would be a type of "thank you" gift for the code.
  7. As stated above, you'd need to rewrite every sub for movement AND every Map Attribute, which if you don't have a good knowledge of Visual Basic and how the engine works, can't be done.
  8. This - http://www.touchofdeathforums.com/smf/index.php/topic,73708.0.html
  9. If 'Project Vertigo' was done with Eclipse as a base, then it's an Eclipse Project. Otherwise, if it was done with, I don't know, Mirage, then it'd be a Non-Eclipse Project. Anyone else, please correct me if I'm wrong.
  10. Don't use Webs and don't use FreeForums. Just, don't use free hosting websites. Get your own domain in a free webhost instead. Go get a http://co.cc/ domain, which is free, and setup a hosting account in http://000webhost.com/ or http://zymic.com/. Both are good, but I prefer 000webhost. As for your forums, go to either http://mybb.com/ or http://simplemachines.org/ for a nice forum software. Both MyBB and SMF are very nice, but I myself prefer SMF. It's easy to install on 000webhost, but in case you got problems with the File Manager, just download http://filezilla.net/ FTP Client. Wish you luck on your project, and I may be interested in joining, too.
  11. @LissyLol: > How to place a NPC??? As I said in the other thread, go to the Map Editor and click on 'Properties'.
  12. Beanie93

    NPC

    Type /editmap in the chat and then go to the 'Properties' button. Click and there you go.
×
×
  • Create New...