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

Fred

Members
  • Posts

    187
  • Joined

  • Last visited

    Never

Everything posted by Fred

  1. Fred

    PlaySound command

    Nah, there is nothing to change in server source. There is need to make new playsound command in client. I was trying use to it multiple mediaplayer controlls but it loading sounds very slowly. I think there only way is use DX8, but i dunno how.
  2. Setplayerspeed its for set speed statistic like defence, strenght… it not affect speed of walking. If you want to change walking speed you must change it in source.
  3. Fred

    Simple Question

    I prefer RapidShare :)
  4. Ok thank you thats help :)
  5. Why this pasted in "form" dont work: If KeyCode = vbKeyRButton Then Call SendHotScript2 End If ?
  6. Fred

    I Don't get this…

    Ok i can give you a hint. I know its no solution but try this: Exchange GetPlayerMagi(index) to frmMirage.lblMAGI.Caption it work for me, but i know its controverse sloution. example: Call AddText(frmMirage.lblMAGI.Caption, Yellow) But it takes this number from magic number from stat window. I dunno how to do this other way. Maybe more experience coders will be know.
  7. Fred

    I Don't get this…

    Yup, i have this same problem. When i write: Call AddText(GetPlayerLevel(MyIndex), Yellow) Its show always 0, im too wondering why.
  8. Fred

    Button when level o_O

    Hello I have one problem i try to make button when character have level, when is 50 lvl then on frmMirage (when player play) will appear button with something (skill). How to make this? I try to make timer with If GetPlayerLevel(MyIndex) > 50 then picBLABLA.Visible = True… but it not work.
  9. I think its not realy good idea, when one person will be have lag then another person have lag too (example when other player using p2p in this same time), or people have big ping. Besides its way more dangeres than normal client - server system.
  10. Ok i think i get it, but we will see in practice:) Thank you.
  11. I understood now, thank you Bobosk :)
  12. What do parse command? I explore source and i see alot example: something = Val(Parse(2)) And i dont understood this, what that mean?
  13. It can be hacked easly then with no server check…
  14. Is there a way to make a reference link (in php maybe?) what work in that way when someone click on this link (in webbrowser) then it go to special page and add a point in .ini file in game to profile of that user and add this ip to secure anty spam?
  15. Go to fmrMirage (this gui) and press timer button on your left site. After that place tihs button around the screen (no matter where). Click on it and on your right site write interval = 6000 (its 6 seconds) Then klick 2x on this button. You will see text window. Go there and write addtext command. Example Call AddText("test", BrightRed)
  16. @DrNova: > Problem with scripted nc's, they dont activate unless you make them via interaction. They cant just automatically No… you dont understood. Its not scripted npc. You can script if there is normal npc in your range then he can fire. Just you must use timers.
  17. @Zananok: > -Each single NPC has it's own 'regen' time (timed/no regen/infinite) > -Each NPC number has it's own shooting delay > -Each NPC number has it's own 'max distance' > -Each single NPC: (kill gets: + mana) |or| (kill gets: + max_mana) |or| nothing Sure, by scripting you can do even more statistics like evasion or random firepower. But if this must be arrow… let it be.
  18. Yes, i was thinking before to make Star Trek game, but i never even started. First i think its illegal to make "Star Trek" name without permision of Paramount Pictures. And 2nd - i think its very hard because you must make all sprites from zero. So i quit this idea. But Star Trek game on eclipse can be fun and i wish you GOOD LUCK if you wanna started this. I wish NO kirk time! DS9 time o yea, and i wanna play Odo:) i own all. Or wait… hmm... ok.. i play Q.
  19. In Aphelion Online i have NPC that shooting spells, but i dunno if this idea you like. I use something like Robin says, and it work good for me (when you add spellanim its looks good). Just make script when NPCX = GetPlayerX - n (n will be example from 1 to 5) and NPCY, then damage player and use spellanim in that n locations so this will be looking like ship fire to other. That can be looking very nice :)
  20. Amazing, i will check this for sure! Can it be done too with players sprites?
  21. Fred

    Display graphic

    Yes, im use stop [] and play [> buttions in visual basic
×
×
  • Create New...