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

Toxikr3

Members
  • Posts

    98
  • Joined

  • Last visited

    Never

Everything posted by Toxikr3

  1. Is this only good for people who can program well in VB6? -Toxikr3
  2. Toxikr3

    Talking Npc?

    For making NPCs talk, you can try this script. http://www.touchofdeathforums.com/smf/index.php/topic,15654.0.html -Toxikr3
  3. Hey thanks! It works!! For the number however, I don't quite get it? Do I simply put the (int/long)variable where the string is supposed to go? -Toxikr3
  4. I tried everything :S I did Byval - as string and as long, tried Tirm, and Val, and just Parse :S:S:S:S:S Something is very wrong ^_^ -Toxikr3
  5. That doesn't work either :S Its something really minor that I am missing -_- -Toxikr3
  6. Hi, thanks for the help but I am getting a Type Mismatch error on the server. I copied the first code to the bottom of frmServer and I copied the second code and placed it after the last case, after Case "npcattack" in modHandleData. I am calling it from OnArrowHit like so: Call ShowOnLabel(Index, 5) What am I doing wrong? -Toxikr3
  7. Hi guys, I have a new question :D I would like to be able to call a sub like so from the main: ShowOnLabel(Index, valueOfItemInInventory) And I would like a label in source edit to show the valueOfItemInInventory. The second value could be any value really, I simply want to call it from main, and show the value on a new label in a source edit. Thanks, -Toxikr3
  8. Bring. Up. My. Post. Is this very hard to do…? Any help is appreciated, please and thank you. -Toxikr3
  9. Wow those look totally awesome! I would definitely use them! -Toxikr3
  10. So can this open .vbp? -Toxikr3
  11. Thanks, and I just found that, thought it was interesting :D -Toxikr3
  12. It would be really awesome if there was a template for all those! ^_^ -Toxikr3
  13. wow! Thanks! I am definitely going to use the food from this :D Eat your vegetables! -Toxikr3
  14. Hm… nice idea :P Will take into consideration! Thanks! -Toxikr3
  15. Sorry but I get the same problem with server.vbp I run it, with nothing changed, and it gives me a timed event error and loads up the server, but gives the timed event error every second or so. Its not a problem for me right now, since I won't be needing to source edit the server but it could be a problem later on. Do you know what might be wrong? -Toxikr3
  16. Hi guys! I have finally decided to start a game with Eclipse Stable, and I am working on it in my little free time :D I do not have the whole game figured out yet, so I'd like some advice/tips from you guys. This game will be sort of like a single player type game, where you go through different levels. This game will be "beatable", so once you go through the different levels you finish the game pretty much. My storyline developed yet since I am working on the engine itself, just adding stuff to it etc. I would simply like some feedback on the next few lines :D Please bare in mind, this is simply right out of my mind. So not very organized ^_^ You will start in a city, and slowly hear about the zombies. When you get to the next city you will see more zombies and in the next city even more etc. You can only go in a different city if you have finished the "main quests" in that city. You can go back to a city, but not forward if you haven't finished the quests. This will limit the players, so the world is not truly open. There will be different classes, with different abilities in terms of weapon/armor usage. The weapons will be limited to one class. Some classes I am thinking of: Medic type class - This class will have great hp, decent defense, and decent power. Is limited to SMG type weapon, pistols and knives. Special ability(preliminary) - They have medic packs which can heal other players including themselves. Assault type class- This class will have great power, decent defense, and decent hp. Is limited to assault rifle type weapons, pistols and knives. Special ability(preliminary) - They have adrenaline injections to increase power for a period of time. Heavy type class - This class will have massive power, low defense decent hp. Is limited to rocket launcher type weapons, pistols, and knives. Also thinking of quests that will require a team to finish… just thinking. That is all for now. Please give any advice you can to help me. Thanks in advance. -Toxikr3
  17. No, I mean source :D Ok so I'll try to explain again ^_^ In Eclipse.vbp, it checks when a player attacks. If the player has a bow, it calls something. I want to remove that something, and make it call a sub from the script main. So I want to remove the auto arrow shoot when person attacks with arrow. So when person attacks with bow, no arrow is shot, but instead my sub is called. I hope that explains it a bit better. -Toxikr3
  18. Are the links posted at the bottom updated? Also thanks for taking the time to explain a bit more! -Toxikr3
  19. OMFG. HOW?! That looks great! I keep wondering where people get the tiles/sprites from :s The screenshot looks VERY good! -Toxikr3
  20. Here you are: http://www.touchofdeathforums.com/smf/index.php/topic,27088.0.html It was in Script Index thread, in Script database. -Toxikr3
  21. :D Thats not what I meant :P I mean in the source, when you press ctrl, there is a code it calls if the person has a bow. That code shoots an arrow. I want to remove that code, and call OnArrowShoot instead. So in source, in place of shooting arrow I will call a sub. This way I can control when the player can shoot. Thanks for trying :D -Toxikr3
  22. Alright, much appreciated. -Toxikr3
×
×
  • Create New...