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

NextEraGaming

Members
  • Posts

    89
  • Joined

  • Last visited

    Never

Everything posted by NextEraGaming

  1. The way I was going to do it would be completely ~~server-sided~~, with no involvement with the server. But my concern was the FPS dipping if I had to many or some crap like that. I'll figure something out, thanks. client-sided* :cheesy:
  2. Alright, I just figured out how to add videos into CS:DE and wanted to know if its a good idea to do so? Seeing as its not designed to do such things and all, wouldn't it be stress on the server if 100 different people had an .AVI video playing in the GUI? Or would that just be a client side type thing…?
  3. Damn. Thanks for the fast response.
  4. Was wondering if it would be at all possible to use particle effects from programs such as After Effects and ParticleIllusion without it looking all screwy.
  5. i get an RTE 9 at ``` If Npc(npcNum).Spell(i) > 0 Then ``` Help would be appreciated.
  6. I was wondering if theres some sort of program you know of that i can use to merge multiple bitmaps into one animation file. Sort of like a batch image converter.
  7. Well I'm trying to set it up so others can play, but my ports only forward with my public address and therefore none can connect through the forwarded ports.
  8. Why is my Server using my private IP? Is there a way i can change it?
  9. Ah there was my problem, the health. thanks.
  10. The NPC's behavior is set to "Friendly" and it has a conversation assigned to it but when i try to interact with picChat doesn't show up.
  11. Hm. For some reason when I compile my source server-side I get argument not optional error at the line of code that calls the SpeechWindow sub. ``` If Npc(npcNum).Behaviour = NPC_BEHAVIOUR_FRIENDLY Then If Npc(npcNum).Convo = False Then >>>Call SpeechWindow(Attacker, Trim$(Npc(npcNum).AttackSay), npcNum) Else InitChat Attacker, mapNum, mapNpcNum End If ```
  12. Fixed it yesterday…the size of picScreen was off by one pixel in width.
  13. Where in hel might i find the DirectX 8 SDK for VB6? Searched for about an hour and came up with nothing.
  14. Yes. I tried 640x608 and this happened. 1024x608 worked fine for some odd reason
  15. >! ![](http://i56.tinypic.com/24qo9i8.png) Any tips?
  16. I wanted to know if theres a way to preview a picturebox's image while editing it.
  17. If picScreen is rendering multiple visuals at a constant rate then would it be plausible to think that its pretty much impossible to place anything transparent over it? I ask this because i would like to know if its possible at all before i waste time rewriting a crapton of code just to run into a brick wall.
  18. NextEraGaming

    EO error

    If everyone else can get in with no problem and you can't then its obviously something to do with your computer bro. Sorry i can't be of more help.
  19. Was wondering if VB6 would allow me to use an image with transparency and show the transparency onscreen. EDIT: nvm found something – http://www.vbforums.com/showthread.php?t=636390
  20. Hmmm i see your points. Thanks for the feedback.
  21. >! ![](http://i52.tinypic.com/6ofk2v.jpg) I know its pretty dull but what im asking is is the overall layout good? Depending on feedback i intend to use this as a base and work up from it.
×
×
  • Create New...