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

Sir Topham Hatt

Members
  • Posts

    235
  • Joined

  • Last visited

    Never

Everything posted by Sir Topham Hatt

  1. Not bad, though not much of a purple guy my self. 4/5 ~S.T.H.
  2. Avoiding yes, though he/she asked for it and I gave him/her a link. Also I like mp3's more as to me they sound much cleaner, though the odd thing is that my sound effects that are .midi work fine but the music quit even after the Vista fix, maybe because I am using Windows 7. Happy D-day!(lol just kidding.), S.T.H.
  3. Off topic but I found a free midi to mp3 site here> http://download.cnet.com/Direct-MIDI-to-MP3-Converter/3000-2170_4-10388970.html. Hey I am glad your game is running my friend. No problem, S.T.H.
  4. Though it may be a dumb question, why don't I want to port on 80? Also my dad is worried that people will get into our store and scam people as the store's computer is on our network. Thanks for reading and trying to help, S.T.H.
  5. lol thats odd thing to do as soon as you get a laptop. S.T.H.
  6. I had this happen to me about two months ago, the mp3s worked but the mids didn't so I just made all of the mp3s. Your welcome, S.T.H.
  7. I was thinking about that but he is so busy that he really doesn't have the time for it, I might try to get my friend to host it for me. Thanks anyways, S.T.H.
  8. I have heard that I could upload my sever elsewhere then run it from there without the need to portforward, as I cannot portforward here as my dad says that the portforwarding could let bad people in and mess up our stuff. Thanks, S.T.H.
  9. Sorry Admiral I shall fix it right away! *Hits head on wall* It's a pain to make this thing work yet I need it for the game to work. Thanks, S.T.H.
  10. You do know you can move the files from EE 2.7 to ES 1.2 right? I did it and it worked for me. Your welcome, S.T.H.
  11. You could copy the map, shop, spells, and NPC files then re-install the Eclipse then replace the files. Your welcome, S.T.H.
  12. Yeah I know the !LEVEL! must be replaced and I switched out the indes that did not seem to work very well, maybe I am putting it in the wrong way. Thanks, S.T.H. EDIT: I have tried everything I can think of and still cannot get it to work! I believe I am putting them in the wrong place. Well anyways I am giving up for tonight and I am going to take a break playing some games. I shall try again Tuesdays with a fresh mind. Thanks, S.T.H.
  13. Hmmm, I'll take a look at that now. Thanks, Sir Topham Hatt~
  14. Hello, I am having some problems with a block script I found here and I was wondering if you guys could help me out? I am using ES 1.0 I believe I know it to be ES, anyways here is the code. ``` [sub]Sub BlockPlayer(index) playerdir = GetPlayerDir(index) Select Case playerdir Case 0 Call PlayerWarp(index, GetPlayerMap(index), GetPlayerX(index), GetPlayerY(index)+1) Case 1 Call PlayerWarp(index, GetPlayerMap(index), GetPlayerX(index), GetPlayerY(index)-1) Case 2 Call PlayerWarp(index, GetPlayerMap(index), GetPlayerX(index)+1, GetPlayerY(index)) Case 3 Call PlayerWarp(index, GetPlayerMap(index), GetPlayerX(index)-1, GetPlayerY(index)) End Select End Sub [/sub] ``` Now the other parts ``` [sub]Case 0 If getplayerlevel(indes) < !LEVEL! Then Call blockPlayer(index) End if [/sub] `````` [sub]Sub NeedToBeBlock() If getplayerlevel(indes) < !LEVEL! Then Call blockPlayer(index) End if [/sub] ``` ``` [sub]Case "/Level" If getplayerlevel(indes) < !LEVEL! Then Call blockPlayer(index) End if Exit Sub[/sub] ``` I am having a bit troble on where to place it so if someone could give me a more detail way to do it thanks. BTW I need it to block a level 5,10, and 20 player. The link for the tut http://www.touchofdeathforums.com/smf/index.php?topic=984.0
×
×
  • Create New...