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

Steve

Members
  • Posts

    8
  • Joined

  • Last visited

    Never

Steve's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hey marsh should i be a Veteran? I have been here fora long time.Well just to tell you im around again and answering questions.
  2. Will you host my server when the full version of my game comes out?
  3. Marsh was just about to get the beta up for me and others who are betaing,when he wnet to run it, it would not work,So now its gonna take longer to let you all know it needs a little more work and he neess to find the problem.But still dont nag Marsh about this or he will just forget it and you will have to find somthing else to use.Marsh hopefully you can get it done in time.For all of the beta testers this is just to inform you your gonna have to wait a little while longer.And NO! marsh is not taking anymore beta testers at least i think.Just dont ask to be one he will let you know.
  4. In the next version instead of putting it so you can display flash videos you can display from the scripted tile .JPEG or .GIF or Animated files made with Animation Shop 3.I want to make quest but I cant without having it so that can be displayed and I don’t have a flash video maker. The only option I have left is to post it at my website which I don’t wannn go threw the trouble of it but I really need to know if you can make this dream a reality. Thanks :D
  5. Well you have got to make it so I dony have to send my ipaddress with every client.You should make it have a server list or somthing like that or were it tells you if the server is offline it also tells you the ip address if there is one also because its a hassle.Eclipse is awsome dont get me wrong but you need to do somthing about this ip buniesses please its driving me crazy.Thanks Your friend, Steve :D :( I will make that my sig thanks whoever lol i forgot who said that.
  6. Does the attack key really need to be crtl can it be somthing else i mean if you guys find it confterable stick with it im just saying you should be able to set the keys for anyone you want.Like a custom key feature for admins to set.and you should make it so you can attack with a click of the mouse. Would be cool. your friend, Steve
  7. I think it would be nice if all of the equip slots where used and when you equip somthing it gots to the equip screen.and to remove it you should right click on the slot in the menu to put it back in you inventory.Thanks for eclipse and i can't wait for next relese!Looks great. your friend, steve :D
  8. Okay i am having problems finishing my cooking script if you dont already know from the title. I have gotten my script to take the raw fish and give you a cooked one. Just as i wanted.But anfter you run out of cooked fish you get free cooked ones for nothing.I wandered if someone would not mine looking at mine and help me finish it.Thanks whoever does. Here is the command i added. ``` Sub GoCooking(index, item, maxlevel, name) Dim f Dim level level = maxlevel + 1 If GetPlayerLevel(index) < maxlevel then f = Int(Rnd * Int(level - GetPlayerLevel(index))) If f = 1 Then Call PlayerMsg(index, GetPlayerName(index) & " has cooked a " & name, 5) Call ReplaceOneInvItem(index, 0, item) Else Call PlayerMsg(index, GetPlayerName(index) & " level is to low to cook.", 5) End If Else Call PlayerMsg(index, GetPlayerName(index) & " has cooked a " & name, 5) Call ReplaceOneInvItem(index, 0, item) End If End Sub ``` Simple to make. Here is where i need help with i can't seem to make it say you dont have a pike to cook. ``` Case 6 Dim weapong weapong = GetPlayerWeaponSlot(index) If weapong = 0 Then Call PlayerMsg(index, "You dont have a cooking glove on.", 5) ElseIf GetPlayerInvItemNum(index, weapong) = 50 Then Call TakeItem(index, 45) Call GoCooking(index, 51, 15, "Pike") Else Call PlayerMsg(index, "You don't have any pike to cook.", 5) End If End Select End Sub ``` Hope someone can help me here i would really be thankful. Your friend, Steve DO NOT USE THIS SCRIPT IT IS NOT FINISHED :D
×
×
  • Create New...