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

slasher1754

Members
  • Posts

    25
  • Joined

  • Last visited

    Never

slasher1754's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. @Helladen: > http://www.rmxpunlimited.net/forums/topic/4604-gathering-of-all-the-templates/ > > Found this, took me 3 seconds to find using Google. I tried Google, and thanks.
  2. @Quess: > Here are some made by me ^^ You can use them if you are interested. (faces were made with Face Maker XP) > > ![](http://img856.imageshack.us/img856/734/68715587.png) ![](http://img811.imageshack.us/img811/7974/99996856.png) > > ![](http://img198.imageshack.us/img198/55/66680481.png) ![](http://img593.imageshack.us/img593/8476/29067980.png) Thanks, I'll use them if no one else has them. I know they're out there, I've seen them before, I just can't find them. :(
  3. I'm looking for the blank RPGXP sprite bases so I can build off of them. If anyone has both the male and the female, I would appreciate it greatly.
  4. I have a few questions regarding Eclipse. Please bear with me, I'm pretty new to Eclipse. I've attempted making games before, but they were a long time ago and basic because I lacked Visual Basic 6. 1\. How can I change the color of the news in my menu? 2\. For some reason, frmmain opens up strangely, with none of the buttons having names. I'm trying to implement a friend system, but this is giving me problems. Is there a specific reason why it's happening?
  5. I just got Visual Basic 2008 via Dreamspark, but it made me update the project and some things (eg. the GUI) won't open correctly. Is it possible to use it at all?
  6. @zearth: > .hack is an anime. Google it? [Done.](http://lmgtfy.com/?q=.hack)
  7. I'm wondering if someone has/can paperdoll the following: ~~Gryffindor Robes Ravenclaw Robes Hufflepuff Robes Slytherin Robes~~ (Created) Wands (Various Colors; preferably different shades of brown and grey) Wizard's Hat (Black) They'll be used on custom sprites based on the pre-made sprites included with Eclipse, so you can use those as a base if you'd like. Thanks in advance! :]
  8. Thanks, it worked. I had 4001 for some reason…
  9. My server is up and running, yet my game isn't connecting to it. Any suggestions?
  10. Suddenly, all of my NPC scripts stopped working. They worked fine before. Can someone correct them so I can put them back? I'll post the entire thing: ``` ' Executes whenever a scripted NPC does an action. Sub ScriptedNPC(Index, Script) Select Case Script Case 0 Call PlayerMsg(Index, "This scripted NPC has no apparent use.", WHITE) Exit Sub Case 1 Call GiveItem(Index, 1, -1) Call GiveITem(Index, 2, -1) Call playerMsg(index, "You must be a new recruit. Welcome To Beastia!", WHITE) Case 2 Call GiveItem(Index, 5, -1) Call playerMsg(Index, "Take this bow and quiver and go see Guildmaster Ulysseus.", WHITE) Case 3 Call GiveItem(Index, 4, -1) Call PlayerMsg(Index, "Take this sword and defeat that Baby Slime!", WHITE Case 4 If GetPlayerLevel(index) > 10 Then Call playerquerybox(index, "What would you like to name your guild?", 0) Exit Sub End If Call PlayerMsg(index, "Guild Admin: You have to be level 10 to create a guild!", 2) Exit Sub End Select End Sub ``` Thanks in advance ^ ^;
  11. Eheh, I found some ^ ^; But I do need someone's help for something else. Can you Paperdoll me a sword (any) And if anyone wants to paperdoll me anything else, that'd be fine too, I'm terrible at it. :l
  12. Excuse my double post, but I'm in serious need of the wings.
×
×
  • Create New...