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

cooldood92

Members
  • Posts

    13
  • Joined

  • Last visited

    Never

cooldood92's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Here is a blank sprite template for anyone too lazy to make their own. Copy/paste the boxes to make it longer. DL Here: http://www.zshare.net/image/107579774a4cd3e4/ Or Attached Note: The top-left pixel is red, make it black for black transparency…I think
  2. Is it possible? If so how hard would it be? If not…:(.
  3. I just want to make it so when you use this item (Item #2) it removes it and adds item #14\. This doesn't work though: ``` call setplayerinvitemvalue(index, getInvItemslot(Index, 2, 1, 0), GetPlayerInvItemValue( Index, getInvItemslot(Index, 2, 1, 0))) Call giveplayeritemtoslot(Index, getInvItemslot(Index, 0, 1, 0), 14, 1, 0) Call SendInventory( Index) ``` What have I done wrong?
  4. I made this script but it won't subtract mp or move the targeted person, hell it probably won't even return an invalid target, what's wrong with this script? ``` ' Force Push if GetPlayerTarget( Index) = 0 then Call PlayerMsg( Index, "Invalid Target", 12) Exit Sub End If if GetPlayerMP( Index) > 29 then Call SetPlayerMP( Index, GetPlayerMP( Index) - 30) Call SendMP( Index) Else Call BattleMsg( index, "Not enough mana!", 12, 0) Exit Sub End If if GetPlayerDir( Index) = 0 then SetPlayerY(GetPlayerTarget( Index), GetPlayerY(GetPlayerTarget( Index)) - 1) End If if GetPlayerDir( Index) = 1 then SetPlayerY(GetPlayerTarget( Index), GetPlayerY(GetPlayerTarget( Index)) + 1) End If if GetPlayerDir( Index) = 2 then SetPlayerX(GetPlayerTarget( Index), GetPlayerX(GetPlayerTarget( Index)) - 1) End If if GetPlayerDir( Index) = 3 then SetPlayerX(GetPlayerTarget( Index), GetPlayerX(GetPlayerTarget( Index)) + 1) End If ``` Edit: None of my scripted spells are working now actually…wtf? Oh they work if I remove force push...
  5. Hey I'm back, I've decided to make a template because I couldn't find one…Well I couldn't find a working one. This template is for 32x64 sprites and it holds 430 items. If you have any issues with it please post and please credit if you use it :). 250 Items [zShare](http://www.zshare.net/image/107576260a35c7fe/) [Image Shack](http://img241.imageshack.us/my.php?image=itemsnk4.png) [Media Fire](http://www.mediafire.com/?mb2anjn21tn) 430 Items (Only use if you have more than 250 items) [zShare](http://www.zshare.net/image/106434735f3adb62/) [Image Shack](http://img504.imageshack.us/my.php?image=itemsfr9.png) [Media Fire](http://www.mediafire.com/?dacub1nc40m) If all these links go down please PM me. BTW the PD layout (Along with Eclipse sprites) works like: UPWalk - UpStand - UpWalk2 - DownWalk - DownStand - DownWalk2 - LeftWalk - LeftStand - LeftWalk2 - RightWalk - RightStand - RightWalk2
  6. cooldood92

    Linux?

    Hey guys I've found this forum…I never made much posts but some of you may remember me ;). I was wondering something, now that I'm on my Linux computer and would like to check out Eclipse again, is it/will it be Linux compatible? I saw that the download file is a .zip, Windows format so it probably contains an EXE. I cannot use Wine because of my shitty GFX card (I will get a new computer in a matter of months though I hope). So...Yah can Eclipse run on Linux? Oh also what version would you guys recommend...I noticed that it was VERY debatable before.
  7. NOTE: This was based off of IceCream Tuesday's design. http://www.freewebs.com/killahundead/Blank%20Sprite%20Sheet.bmp Also it will take a bit to load so I recommend using "Save target as" or for FireFox users drag it into the dowload window. I think there may be somthing wrong with it so I'm downloading it now (I'm on the worng computer) and checking it out. But look at it if it works SWEET if not damn… I think the width is half as long as it should be... It won't take long to fix! But if it is too short and I do that it may toke up too much space and I will have to lower the hight.
  8. When I try to go onto the game (from the client) I type my user+pass and log in I get: Run-time error '401': Can't show non-modal form when modal form is displayed OK
  9. ECLIPSE TEST It sounds kinda wierd like what the scores tell you and post ur scores here if you don't get 100% you ARE SAD. Also you don't need to be 18 or older idk wtf but whatever. [![](http://www.nerdtests.com/mq/images/mq1.php?id=8245&m=bbd662290a59c874de520ee2024df684dccdeac21eca679079)](http://www.nerdtests.com/mq/take.php?id=8245) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ new test so the picture won't be loaded ![](http://www.nerdtests.com/mq/images/mq1.php?id=8245&m=bbd662290a59c874de520ee2024df684dccdeac21eca679079) http://www.nerdtests.com/mq/take.php?id=8245 I got 100%
  10. [![](http://www.nerdtests.com/images/ft/nq.php?val=9504)](http://www.nerdtests.com/ft_nq.php?im) you? http://www.nerdtests.com/ft_nq.php
  11. would I be able to rename Eclipse.exe without messing anything up? Like dose anything depend on it's name being Eclipse.exe? Also dose anybody know a script that I can post on my site that will say my IP adress? Because until I get a paid server I don't think I can keep it up or keep my IP adress from changing. Please reply ASAP.
  12. Ok i have tried the Ip that it says in the eclipse server, the same one is in my internet settings. I set the port the 4003\. Ip chiken gave me a different ip and a different port each time. I don't reall know what to do. When I want sombody else to play my game do I just send them my client folder? I'm using Total Eclipse. I've tried the following: Regular IP (169.254.183.29) Port I Set: 4003 OR IP Chiken IP (67.71.178.20) Port I Set: 4003 I never botherd with the IP chiken and when I use my default gateway I don't get my router so I don't think I need to port forward at all I've also tried my Ip doing this I found other Ip's Ethernet adapter Wireless Network Connection: Connection-specific DNS Suffix . : Autoconfiguration IP Address. . . : 169.254.183.29 Subnet Mask . . . . . . . . . . . : 255.255.0.0 Default Gateway . . . . . . . . . : Ethernet adapter Local Area Connection: Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 192.168.0.1 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . . . : PPP adapter Broadband Connection: Connection-specific DNS Suffix . : IP Address. . . . . . . . . . . . : 67.71.178.20 Subnet Mask . . . . . . . . . . . : 255.255.255.255 Default Gateway . . . . . . . . . : 67.71.178.20 That's some info I found typing ipconfig or whatever in the command line can sombody help please?? all in all I cannot get other people to connect with my server I don't know but maybe it's the guy's computer I don't know I think it's server problems I cannect with: IP: 169.254.183.29 Port: 4003
  13. whenever I try to cast a spell I have never had this problem before I am using Eclipse Evolution and it says in the chat area in red "Could not cast spell!" all I try to do is obviouly try to cast a spell is there anyway to fix this? If so what am I doing wrong?
×
×
  • Create New...