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

cowin000

Members
  • Posts

    151
  • Joined

  • Last visited

    Never

Everything posted by cowin000

  1. There is like 4 options here what do I do. Also if you could send me a screen shot or explain it detaildly. THat would be much appreciated. THANKS :cheesy:
  2. HELP!!! Im using Eclipse Stable and Whenever I want the NPC to drop bones, it will drop gold instead. I honestly dont know what im doing wrong. In the item editor menu "Coins" is the first item then "Bones" Is the second. I dont know how to get the NPC to drop only 1 "Bones" Please help. Oh and dont tell me to switch engines becuase i like the old eclipse better. Thanks in advanced :cheesy:
  3. ROBIN YOUR UDATER ROCKS. I just figured out how to use it. But i want to know how to make my game run right after if finishes downloading the updates. How can I do that. Thanks in advanced :cheesy:
  4. I did and i cant figure out how to use that. Your tutorial dident really hhelp me. =(. Besides i like this one becasue its client to server based.
  5. What you do it go to Start>RUN>CMD. Type in "Ipconfig" With no quotes. find your default gateway address. Type it in in your internet browser. If you get a box that pops up asking for a username and password just put "ADMIN" for the username and "PASSWORD" for the password. Next log in and find something that has to do with portforwarding. Then fill in the required information once you find it. then go to Google and type in "find my ip address" its the first link. Copy the ip it gives you and go to the client of SImpleUpdater v3\. Paste that in as the host. there ya go ;)
  6. Im using SimpleUpdater v3 for my autoupdater. I portforwarded my laptop correctly and my game is online for peopl to play. Howver when they run the game it automatically runs the autoupdater. Its says they have connected to the update server but then it freezez. SimpleUpdater v3.0 (C)2007 DemonicSoftware Connecting to server… Checking for updates... Checking Citadel.exe... Downloading Citadel.exe... What am I doing wrong???
  7. I did portforward everything but my friends still cant connect. If someone could please give me detailed step by step instructions on how to portforward and publish the game that would be amazing.
  8. OK im a complete and utterly noob at networking. I have finished my game but i want to host the server on my laptop. But no one can connect to it and iv tried to portforward 8 times in about an hour and i still cant do it. I want to run my server on a wirless laptop. My router is a NETGEAR WNR1000v2\. PLEASE HELP ME. :embarrassed:
  9. tell me or show me the error message and il help you
  10. cowin000

    Eclipse Stable

    go to : www.touchofdeathproductions.com and there should be a link with all sorts of different tile sets there. Including NPC's
  11. alright well thanks anyway man. I apprecieat your help ;)
  12. alright, well is there anything else i could try. Like convert exe into swf :icon_crap:
  13. DUDE OMG THANK YOU THANK YOU THANK YOU..that elped alot. But i now need to know how to convert my exe into a swf or make my exe into the webpage.
  14. Actuall here you go: Quest System By Unknown_Raven Difficulty: Unknown Since this is one of the best and probably most useful scripts I have made I have decided to finish up the commenting at the bottom. Originally I did have good descriptions but a forum wipe deleted my post and I never got around to redoing the full descriptions. Now you should be able to see the full tutorial and find it easier to use. Paste this at the bottom of your main.txt ' ******************** ' * QUEST SYSTEM 1.1 * ' * By Unknown_Raven * ' ******************** Function GetFlagHeight(index, flagnum) Dim X X = GetVar("FLAGS.ini", GetPlayerName(index), "Flag"&flagnum) GetFlagHeight = X End Function Sub RaiseFlag(index, flagnum, height) Call PutVar("FLAGS.ini", GetPlayerName(index), "Flag"&flagnum, GetVar("FLAGS.ini", GetPlayerName(index), "Flag"&flagnum)+height) End Sub Sub LowerFlag(index, flagnum, height) Call PutVar("FLAGS.ini", GetPlayerName(index), "Flag"&flagnum, GetVar("FLAGS.ini", GetPlayerName(index), "Flag"&flagnum)-height) End Sub Sub SetFlag(index, flagnum, height) Call PutVar("FLAGS.ini", GetPlayerName(index), "Flag"&flagnum, 0) Call PutVar("FLAGS.ini", GetPlayerName(index), "Flag"&flagnum, GetVar("FLAGS.ini", GetPlayerName(index), "Flag"&flagnum)+height) 'Call PutVar("FLAGS.ini", GetPlayerName(index), "Flag"&flagnum, height) End Sub Sub GiveItem(index, item, value) SLOT = 1 Do While SLOT < 24 If GetPlayerInvItemNum(index, SLOT) = 0 Then Call SetPlayerInvItemNum(index, SLOT, item) Call SetPlayerInvItemValue(index, SLOT, GetPlayerInvItemValue(index, SLOT)+value) Call SendInventoryUpdate(index, SLOT) SLOT = 24 End If SLOT = SLOT+1 Loop End Sub Sub TakeItem(index, item) SLOT = 1 Do While SLOT < 24 If GetPlayerInvItemNum(index, SLOT) = item Then Call SetPlayerInvItemNum(index, SLOT, 0) Call SetPlayerInvItemValue(index, SLOT, 0) Call SendInventoryUpdate(index, SLOT) SLOT = 24 End If SLOT = SLOT+1 Loop End Sub Sub TakeCurrency(index, item, value) SLOT = 1 Do While SLOT < 24 If GetPlayerInvItemNum(index, SLOT) = item Then AMOUNT = GetPlayerInvItemValue(index, SLOT) TAKE = Int(AMOUNT-value) If TAKE 0 Then Call SetPlayerInvItemNum(index, SLOT, 0) Call SetPlayerInvItemValue(index, SLOT, 0) Call SetPlayerInvItemNum(index, SLOT, item) Call SetPlayerInvItemValue(index, SLOT, TAKE) Call SendInventoryUpdate(index, SLOT) End If SLOT = 24 End If SLOT = SLOT+1 Loop End Sub Function FindItemSlot(index, item) slot = 1 Do While slot
  15. Ya I have thought of that problem but what if it was made in flash.
  16. search for "Unkown_Raven". He has a VERY VERY simple to use quest script that you can easily implement into your game. ;D
  17. Can anyone tell me how to embed my entire game into a web page ;D WEB GAME BUILDER DOES NOT WORK SO DONT SAY IT. :cheesy:
  18. Alright look you wise ass fucker.bann my account if you have to becuase this is worth saying. Your no different than anyother one of those pricked up shit's that do nothing but gameing,program and jerk off at the screen ,i do this once in a while because its alright once in a while. You coming here and pissing on me becuase i ask a question and denying me an answer is the most selfish thing you can do.. So up your's and blow me bitch ;D….. Ps. feel free to comment.
  19. Iv been looking for 1 year now and i still cant figure this out. Can some one telll me exactly how to make NPC'S talk in a chat box like runescape has. MUCH WILL BE APPRECIATED….... :sad:
  20. No other person can help me and i like this engine better so i need help makeing NPC's talk
  21. Um that tutoril dident really help that much srry….Could you just tell me how to get strated im makeing npc;s talk///Much will be appriciated
  22. Could you at least tell me how to get started…PLEASE :azn:
  23. id be wiling to donate to you
×
×
  • Create New...