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

evilbunnie

Members
  • Posts

    1486
  • Joined

  • Last visited

    Never

Everything posted by evilbunnie

  1. The file simply does not exist; nor can be accessed. Extract CS:DE to somewhere else and try again.
  2. You don't need to install MSDN. It's just documentation.
  3. evilbunnie

    For Robin

    I really don't think our opinion matters. You should go for what you enjoy and feel comfortable with. I feel as if you should make your own engine with C++. You'd get a feel for the mechanics of engine making, you'll learn more things, more than you would with a pre-made engine. Once you've gotten better, you can restart using WINAPI and OpenGL, which is MUCH better than Allegro.
  4. Downloading it on youtube is even /more/ idiotic than downloading it from a link on google. [censored by American law] it next time.
  5. I hope Robin's proud of me.
  6. Holy ducking shit. I love you guys. HOW MUCH IS MY MOTHER PAYING YOU GUYS?
  7. CONGRATULATIONS EVERYONE!
  8. What the fuck guys. He's giving ONE HUNDRED items for $5\. I think anyone deserves that no matter what skill level they have.
  9. @Rusher: > >! ![](http://www.rusher.nl/rusher/sofunny.gif) I like nipples. DO I WIN????!?!
  10. @DopeyBiach: > Cheers again Wabbit, now I get: > > "Compile Error:" > "Only comments may appear after End Sub, End Function or End Property" > > Here: > ``` > Public PetMapCache(1 To MAX_MAPS) As PetCache > > Public Type PetCache > Pet(1 To MAX_MAP_NPCS) As Long > UpperBound As Long > End Type > ``` > Ugh sorry for being such a pain, I really should've learnt more VB before I starting piling my porblems onto other people, am learning though, slowly. Oh lord. You've really fucked everything up, post the WHOLE module that this is in.
  11. Define it in order, like this. ``` Public PetMapCache(1 To MAX_MAPS) As PetCache Public Type PetCache Pet(1 To MAX_MAP_NPCS) As Long UpperBound As Long End Type Sub PetDisband(ByVal index As Long, ByVal MapNum As Long) Dim i As Long, j As Long If TempPlayer(index).TempPetSlot < 1 Then Exit Sub 'Cache the Pets for players logging on [Remove Number from array] 'THIS IS KINDA SLOW (EVEN WITHOUT TESTING, LOL), MAY HAVE TO CONVERT TO LINKED LIST FOR SPEED For i = 1 To PetMapCache(MapNum).UpperBound If PetMapCache(MapNum).Pet(i) = TempPlayer(index).TempPetSlot Then If PetMapCache(MapNum).UpperBound > 1 Then For j = PetMapCache(MapNum).UpperBound To i Step -1 PetMapCache(MapNum).Pet(j - 1) = PetMapCache(MapNum).Pet(j) Next Else PetMapCache(MapNum).Pet(1) = 0 End If PetMapCache(MapNum).UpperBound = PetMapCache(MapNum).UpperBound - 1 Exit For End If Next Call ClearSingleMapNpc(TempPlayer(index).TempPetSlot, MapNum) Map(GetPlayerMap(index)).NPC(TempPlayer(index).TempPetSlot) = 0 TempPlayer(index).TempPetSlot = 0 're-warp the players on the map For i = 1 To Player_HighIndex If IsPlaying(i) Then If GetPlayerMap(i) = GetPlayerMap(index) Then Call PlayerWarp(i, GetPlayerMap(i), GetPlayerX(i), GetPlayerY(i)) SendPlayerData index End If End If Next End Sub ```
  12. Can you give us the whole sub? I don't see what you've done wrong, if you really have insert the above structure and definition.
  13. evilbunnie

    Dim In VB

    @Robin: > Why in God's name would you explain what a variable is? Wanted to let out all my emotions, after that 24 hours of straight torture you put me through.
  14. Sharecash? Really? Can't you just be nice and not require us to fill out a survey?
  15. evilbunnie

    Dim In VB

    Basically, dim tells the system to reserve space for a specific data type to be used later on in the program. So once dimmed it would hold a specific data type. So, integer would hold whole numbers, long is really just int32, meaning it's an integer that can hold more numbers than the former. Byte holds whole numbers up to 255, used when you don't need to use as much memory as an integer would, in exchange for the inability to store numbers more than 255\. An integer or long is actually made up of bytes. A string is just an array of characters, each character being a byte large, so I would use them carefully as doing intensive operations with strings is very memory consuming. This is a string, "Hello, this is a string". so using dim as the case, to use them you would do. ``` dim tmpStr as string tmpStr = "Everything within the quotes is part of the string" ``` This is just a brief, so as Robin said I'd probably go and google them some more to understand better.
  16. @Azure: > It was originally a joke. He did it to humor me. THE SECRET'S OUT! EVERYONE JUMP!
  17. @Touche: > Just added this, and now im getting an error with ModDXShow.bas > > ``` > Private m_objBasicAudio As IBasicAudio > ``` > User-defined type not defined. Any ideas? This is for EO2.0 only.
  18. @Robin: > Ahaha. +1 to you. Don't you find it hilarious when someone learns something and then suddenly talks down to others about it? > > PM me some time and we can go through his old posts together and look at what _he_ thought would be appropriate to release on here when he first started. ;] I didn't release them in the show off board, they weren't notepads. I never said that he can't post useless tutorials that resets the engine through a command(my first ever tutorial), in the source board. Do it bro, dignity still here. edit: Back from my ban, sorry Master Robin, I will never be bad on this forums again :(
  19. @Connor: > I love the hypocrisy in the majority of these replies. > At least I am attempting to make my own programs. Most of you duckers are using a 'Pre-made' as Wabbit mentioned, game engine, with 'Pre-made' controls, and a 'Pre-made' server. Yet your critizing me for using an API. It wasn't all drag and drop, there is coding work, it's not just a form. Oh, and Wabbit, just because you can program in VB6, don't consider yourself an all knowing programming expert. I know server sided web languages such as PHP and my development portfolio is far more impressive than yours will ever be, so shut the duck up and stop critizing someone for attempting something new and then asking for feedback. The way I see it, you're a Robin wanna be, with Robins attitude, but you lack Robins skill. > > I think I've made by point. > kthnxbai trolls. The funny thing is bro, I make around $1.5k every two weeks from being a programming freelancer. At the moment I'm working on project with a custom engine in C++ with OpenGL with Azure and Toranos. I love it how you say you use PHP, which is in fact a SCRIPTING LANGUAGE. The jokes on you bro. If you can't just easily jump into a .NET language and make something bigger than a textbox and a file loader with your "impressive" portfolio, you're obviously making a ducking fool of yourself, .NET was made to make everything "easier" with it's giant library of pre-made API's. Ignorance. Lack Robin's skill? Oh you're the most worthy of that judgement. So I'm not aloud to point out that it's stupid to post your first ever program on a show-off board, because I have the same opinion as Robin when it comes to new-comers posting their first program? Grow up. He's not the only person in the world with a cynical ducking attitude. Your point isn't proven at all, your whole argument is based on a personal attack at me, when you clearly have no ducking clue what I know, or do. tl;dr get ducked
  20. Showing off your first ever program is good? No, get the fuck out Crest. We don't want our Show off board riddled with nothing to show off. Hey look I made my first program! Oh man we must as well just make a board like "introduction" board, so everyone can show off their first program!
  21. @Crest: > very funny fuu T_T but I'm pretty sure a 12 year old can't even understand .net let alone design a program with it -_- When I was 12 I was doing that. In fact I was ten when I started. You're just thinking of your own past.
  22. No offence, but this isn't exactly show off material at all. Everyone does a notepad text editor on their first go. Why in hell do you think that it's /good enough/ to show off? No, it's not. There's also no scroll bar making it HORRIBLE to use. What makes this different from Windows Text Editor besides the badly placed GUI and the slow transparent window when moving? Make something that's decent and worth showing off that isn't your FIRST EVER PROGRAM! Also this is not exactly programming, it's just adding in pre-made controls to a pre-made form and then using a pre-made api to load text into a textbox. Sorry it's the truth
  23. Fuck. I died when you walk into that dark room and get reeped by those three green guys.
×
×
  • Create New...