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

shadowwulf

Members
  • Posts

    2008
  • Joined

  • Last visited

    Never

Everything posted by shadowwulf

  1. ![](http://www.waynecountymisfitscarclub.net/2009MisfitsBestEngine.jpg)
  2. THATS IT! If I see people asking for release dates or telling a dev to hurry, I will issue a warning… I don't get pissed easily so be warned.
  3. Two blondes walk into a bar. You' d think one of them would have seen it.
  4. heh awesome. For crying out loud people! stop asking for the next release. If you can't wait, make one yourself! see if you get anywhere! I bet you wont. With that said. 1.1.0 is good enough to get you started. I am sure that if you need the next release to get anything done, you don't know what you are doing in the first place. Think about what unique systems you will be planning on having. get a head start on them. othewise sit back and STFU!
  5. I dont know if I get it? Are you referencing that you stole vb6? Or that VB6 is stealing about .5 gig from what it says it really is?
  6. In regards to factions: If you know how to source it is fairly easy. Just look at how the other shared data works with NPCs and PCs.
  7. That would kick ass Robin. I have a theory on how to code one later when the basics are set if i need to. Last night i figured out how to do range weapons better… and of course i was at home where my pc is broken... GAR!
  8. /Facepalm ok LoS is for blocked pathways… quickly before this thread goes way off topic... P=Player T=Target X=wall O=ground POXOO OOXOO OOXOO OOXOT That player shouldnt be able to attack that target... but with the current system they can(using spells because EO doesnt have projectiles). So when firing a bow the attack is instant at the target(like you shot over everything or nothing was in the way). Ok lets not go too far with that though. Let's get back to EO and not asking when it will be out.
  9. @Ronaldo: > @Kinjiru: > > > Will you be adding ranged combat anytime soon? Like with bows/guns > > Range is same as magic, just Different graphics and animation and increase of critical That is kind of how i treated it… Made some arrow attack animations for on target. Added a .data4 to items to hold WeaponRange. If WeaponRange is 1 or 2 then the target must be 1 or 2 away in a straight line(normal combat formula). If WeaponRange is greater then 2, then target must be 3-WeaponRange away from you(uses spell casting formula). Looks like it will work out pretty well. Plus this gives 360 shooting. The only issue is 'Line of Sight.' I have been playing with the idea of making spells require a LoS. I just dont know enough about programming to do it... yet.. MWAHAHAHA
  10. Yeah… when it I get my hands on it, the first thing I will do is make it d20 then possibly release an edit... or not... so far it's my only 'leg up' on the competition! rofls
  11. So if people are testing the auto tiles, does that mean we might see a new upload in a couple weeks?
  12. @Kreator: > @[Pie: > > > ICT link=topic=57637.msg692049#msg692049 date=1284333935] > > I've tried the next version :D > > > > Autotiles are pretty rad. > > Same 'ere bro. Cries :cry: Dies a little inside. :evil:
  13. tbh i dont have the time to scan though all of your code. But a Type Mismatch error is when you try and use one variable type as another. example would be you use: Dim X as Integer Then later try and: X="Cat" Anytime i ever get a mismatch it is along those lines. Make sure your vatiables are setup and used properly. If I get a chance tomorrow Ill look at it.
  14. SWS.. i think you missed the point of my post… :p I also heard that it cost more to make a penny than it is worth, and that the copper value of a penny is more than 1 cent... i never found anything to back those up though.
  15. yeah… i just got them today at taco bell.. we thought they were taco tokens or something. XD THey seem smaller... maybe lighter...
  16. Hey now. I do believe in God. I also respect your belief's so please don't call God imaginary… That also has nothing to do with this topic. And further, they have always been trying to remove God from government... -Back on topic Bring back the trolly!
  17. Lincoln Memorial? It looks nothing like a large car! It's a trolly I tell you!
  18. Have you seen the new pennies? Now they have this new back with a sheild and it says "one cent" on it… What moron doesnt know that it's worth one cent? come on! I can't believe they changed something so standard in american heritage. I am currently writting a letter to congress to change it back to the picture of a trolly!
  19. shadowwulf

    (solved)

    yes. there is a whole tutorials section.
  20. please make this a proper bug report and add the results. Robin might know what you mean… but may not have the time to fix it IF it is an actual bug. It is possible this may just be an issue with you...
  21. @Baahu: > I think.. its in server engine.. but.. you know where is it xD.. hehe.. I cant find that.. ;( Search for the function GetPlayerNextLevel
  22. Baahu, the stats and exp formula are deep in the source code. You have to search around to find them and then to edit them it is best you understand how to code in the engine. You may want to start with more simple edits or follow how the original sections are done.
  23. wait it wont let you debug? are you running the server and client by hitting the play button in VB? if you do it that way and it crashes, you are prompted to debug…
×
×
  • Create New...