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

MasterBit13

Members
  • Posts

    365
  • Joined

  • Last visited

    Never

Everything posted by MasterBit13

  1. @velgin: > i hate most quest sytems becuase i cant get them to work at all also i want to find one that will work or if its possibale where you dotn have to keep re scripting it? Soul basically gave you the best one, but you don't seem to have a clue about scripting, so I'll explain it a bit… Go to your main and add teh codes, as said in Baron's Thread: http://www.touchofdeathforums.com/smf/index.php/topic,5309.0.html Then goto scripts and make two folders, CharExtras & MapExtras. Simply go in game, make an NPC with the correct case and attack it, the rest will be generated, editable in MapExtras. (Th above is all in teh thread, just not teh first post..)
  2. @velgin: > cant fin sub scripted ideam? Server -> Scripts -> Main.txt -> F3 > Type: Sub ScriptedItem
  3. @velgin: > still dont get it? This goes under Sub ScriptedItem in your Main.txt: ``` 'REPLACE THE X WITH A CASE NUMBER Case X 'The exp to give Dim exp exp = 25 'If we can take the item If CanTake(Index, ItemNeeded, ItemAmount) = True Then 'Take the item - replace the ItemNeeded and ItemAmount with the item that you an to take and the number to take Call TakeItem(Index, ItemNeeded, ItemAmount) 'Set the player exp Call SetPlayerExp(Index, GetPlayerExp(Index) + exp) Call PlayerMsg(index, "You gain " & exp & "!", WHITE) Else Call PlayerMsg(index, "You don't have that item", WHITE) End If Exit Sub ``` Select te correct case number. Example: If you have 2 items made, you last was Case 1, this would be case 2. The go to: http://www.touchofdeathforums.com/smf/index.php/topic,28174.0.html and follow the instructions on that script, or once teh item is used, it will be used again, again, etc… Making the item: Goto your client after installing the scripts. ress F1 and edt items. Select teh correct item and choose scripted > Case X. Follow it liek that, it should work.
  4. Oh, thanks but I figured it out, Sprite-Siz got changed to 0.
  5. @Admiral: > @MasterBit13: > > > 32x64 Sprites. > > > > No, I just activated it today because for some reason when I logged on you either have your legs or just a head and now you have spaces between the body parts… > > I see. > Make a new account and new char using the custom method, and post a screenshot of the result (just set the head/body/legs to the first option). View the first message attachments.
  6. @Admiral: > @MasterBit13: > > > Hey, I got a problem with my game graphics. > > > > For some reason, the sprites either show legs or bodies, that's it. > > > > After activating the customize feature, it adds spaces in-between body parts, any ideas? > > Did the users that have legs or bodies make their account using the Custom feature, or make an account after you activated the custom feature? > > Also, are you using 32x64 or 32x32 sprites? 32x64 Sprites. No, I just activated it today because for some reason when I logged on you either have your legs or just a head and now you have spaces between the body parts…
  7. Hey, I got a problem with my game graphics. For some reason, the sprites either show legs or bodies, that's it. After activating the customize feature, it adds spaces in-between body parts, any ideas?
  8. Well, I'm not a noob, Maybe with Scripting yes, but I really don't see why Hamachi wont work, plus my game is free, so I can't pay for server hosting, even with my job I have enough problems with money as it is… but anyways, Does any know if there's a way to open ports, I know there's that one website port forwarding, but it's still no good, Hasn't help me at all! This forum is really huge, I'm all stress out with Hamachi not actually helping me, So if someone can please PM and help me really get things up and running how there suppose to that be real great! ^v^
  9. Does this work with Hamachi cause apparently it's not working, I'm going very far with my Eclipse game but sadly a lot of things keeping getting in my way like port forwarding, Why the hell do they make a game so freaking hard to connect to other computer, is it really that hard… anyways, The Status Checker isn't working for me and someone told me it's a requirement to be able to post my game active on the forum, I would like someone to please help me because i don't want to quit from all the hard work I've done! Please Pm or Instant message me at [email protected]
  10. I need help with new SFX sounds the default are not that good! I try to add my own and yes! I use WAV, because I notice that whats the other regular files were! But when I try to add my own they would not be heard in the game play! Any ideas! Anyways please answer fast! Thank you!
  11. Okay I try to add my sounds in teh game using WAV to SFX folder! It didn't work! When I rename the pain, sword, thunder, ect of the file! i could not hear them in the game! And yes the files I use were WAV? Am I suppose to use a certen time of file of the sound? or is there something I missing if not could someone please help me get a different sound effect! I don't like to hear some guy getting hurt when it's basically a girl getting hurt! But you hear this man voice instead… Any please! Thank you! :cry:
  12. :cry: Guys I try to add my own sounded effect in the game, but when I did! They didn't work! There was no sound! BGMS work fine but SFX sounds didn't work! I try with WAV format! And it still doesn't work! I really don't like the idea of having to hear some guy getting hurt when you play as a girl! I would also love if someone could help me get sound effects for magic! Because I made my own spells animation and it doesn't really sound the way it's suppose too! If someone can help me! That be cool! Thanks! Answer quickly! If possible!
×
×
  • Create New...