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

thesoulofDeath

Members
  • Posts

    23
  • Joined

  • Last visited

    Never

thesoulofDeath's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. could anyone possibly help with any of these problems 1: warping, map switching works find but when i warp, it freezes, i have to open up the map editor, save, and then go back in and it works, (it only works if you on the square in front of the warp 2: not sure if this is a bug or error, but whenever i try to do class changes in scripts, all i get is the player message, nothing happens at all with the script
  2. Im looking for some star trek sprites, I will give credit to any of the sprite I use. All sprites are goingt to be 62x32 sprite, no large sprites. I need basically any alien race in the star trek universe, klingons, vulcans, starfleet oficers (in uniform, from any series) romulans (any style new movie, or from the series) and any other races you know of, just post either the full size image, or a link to the full size image. no ships are needed, but if you absolutly have to do them, you may post them anyway (no garuntees that i will use them) THANK YOU TO ALL WHO WILL HELP
  3. Well, I probably have it working, but still not the way I want it, all I need is for your avatar to be changed, nothing else, however, if the only way to do that is along with stat changes (or if its just simpler that way) i can live with it) if someone could explain how to do this it would help, but prior, im going to post the current script i have that i have tried using, incase there is anything wrong. ' Executes when a player clicks on an OnClick tile. Sub OnClick(Index, Script) Select Case Script Case 0 If GetPlayerClass(Index) = 0 Then Call SetPlayerClass(Index, 4) Call SetPlayerSTR(Index, GetClassSTR(4)) Call SetPlayerDEF(index, GetClassDEF(4)) Call SetPlayerMAGI(Index, GetClassMAGI(4)) Call SetPlayerSpeed(Index, GetClassSpeed(4)) Call SetPlayerSprite(Index, GetVar("\Classes\Class4.ini", "CLASS", "MaleSprite")) Call PlayerMsg(Index, "You are now a " & GetPlayerClassName(Index) & ".", 15) Call SendPlayerData(Index) Else Call PlayerMsg(Index, "You have beamed down to the planet", 10) End If
  4. I've tried it but it still gives me the same thing, no class change, but still the player message
  5. well, the warp script is working just fine but when i try to click on the class change tile (im using the script with onclick) it gives me the player message, but my class does no change, I've tried botht of the scripts you gave me, any help please
  6. im a begginer scripter here, and have some questions that i would some help on #1: how would i script a warp to another map, i simply would like to know what kind of subscript i would use in the script to accomplish this, (with all of my questions, the idea for this is so i can get practice righting some of the scripts myself) i know there is a warp button, button, but the idea is to have a scripted click so it will warp you to a new map and change your class, which brings us to my second question #2 how would i script a class change, that way i can include it in the same script as question #1, and have multiple class changes, for instance class 1 will change to 4, 2 changes to 5, etc. all on the same tile and finally one more question, this one however, does not relate to question #1 or #2 at all #3 how would i edit the eclipse script to change the players/friendly npcs, avatars from 64x32 to 64x64, again what i need this for, is so my avatars which are 64x32 when moving forward and back, become 32x64 when moving either left or right, if you look at my avatar on the forums you will get an idea why i need this THANKS FOR ANY ANSWERS YOU CAN GIVE
  7. I've got the source files, but i cannot find where to change anything like my avatar size, i'v got the level change though
  8. I was wondering if it was possible to make enemies capable of using ranged weapons, if it is possible, please post how. :renzo:
  9. oh, so thats what that was, actually, i already downloaded it just in case i needed it when i got the rest of the software XD
  10. I've been looking through my Eclipse files… and cannot find Source, or Source edit of any kind, if someone could please specify on where i can find this, it would be much appreciated
  11. is it possible to increase the sprite (that you play as) to at least a 64x64 or greater, my game requires a 64x32 when moving forward or back, and a 32x64 when moving left or right was wondering, is it possible to change the name of a level (my game is based off of star trek) for instance change level: 1 to level: ensign or something close to it final question, whenever i attack, and hit, i get a message box that pops up and i have to click ok, this is a huge problem when it comes to my laser weapons, since they shoot increadibly fast, is there anyway to turn this off, or do i have the completly wrong idea of what it is? if so what is it, and what can i do about it? I'd appreciate any help, a link to a toturial explaining any of these would be sufficient enough, please give me any help you can.
  12. says i have version 9 but it still wont work
  13. error initializing Directdraw! make sure you have directX 7 or higher installed and a compatible graphics device. ERR: -2005532577, Desc. Automation error Please post something to fix this or explain whats wrong
×
×
  • Create New...