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

achap89

Members
  • Posts

    384
  • Joined

  • Last visited

    Never

Everything posted by achap89

  1. There is not much done, i am looking for someone who wants to help me make a game. Maybe someone who can map and/or program. I am still learning programming with vb6 but can do a little. There is no information about the game because I have not thought it up yet i am wanting someone who is creative and can help me design, think, and build this game from the ground up. I will be paying for the server, website etc.. Features I have currently made. Using EO 2.0 Player right click menu. (Still a WIP but it works.) Features to be made/ implemented Chests Guilds Memberships ??? (Get access to special weapons, may just be VIPs we will decide) Record who has all edited the map and probably what they have done to it. I may pay my team, idk yet. We will see first thing is first I need to pay off my bills lol. They will be paid in two weeks. Payments Mappers - $6.00 per 10 maps (These must be assigned to you by me. And me only otherwise they are considered a donation.) Programmers - Depends on how complicated what you make is. Balance Engineer- hm Idk, probably $8.00 for every 5 levels balanced. Depends how difficult leveling will be. I assume you know what you will be doing. If not, you balance the game, experience, weapons, gold. Everything needs balanced so as to provide the player with the ultimate RPG experience.
  2. Ok now, when I use PlayerSearch(CurX, CurY) it still gets npcs in that, what is a way make see if its a player or npc?
  3. If you read the title you will know what i am asking, thank you.
  4. ``` Dim itemnum Dim itempic Dim MaxFrames MaxFrames = (DDSD_Item(itempic).lWidth / 2) / 32 itemnum = GetPlayerEquipment(MyIndex, weapon) If itemnum > 0 Then itempic = Item(itemnum).Pic Picture1.Picture = LoadPicture("data files\graphics\items\" & MaxFrames & ".bmp") Else Exit Sub End If ``` I know I need to use what Sub BltEquipment() But im new to coding and cant figure out how to use it if someone would walk me through it Plz add me on msn [email protected]
  5. (-_-), i thought you were done with eclipse? If you didnt want to help, just say so. Be a man and learn to speak up.
  6. I have looked at it… Once again I am a new coder I have no idea what any of it is about. So can you please help me.
  7. achap89

    CS:DE PDs!

    http://lmgtfy.com/?q=paperdoll+items+for+crystalshire
  8. @Rainbow: > CS:DE For Dummies doesn't require programming to alter the GUI's size or layout, I believe. You are correct. @Meisterstuck: > So here's the story, I was working in EO and I made what I thought was a nice GUI. Was pretty proud of it, but then I got a glimpse of Crystalshire and..oh my god. It was the same feeling I got when I first discovered Bob Dylan. I mean, yeah it was great and all, but as a musician he made me never wanna touch an instrument again because I knew I could never be as good. > > But I digress. It was from this point on I knew I needed transparency, and without it, the project wouldn't be worth doing. After learning about the performance hindering in EO I thought I was screwed. But then I found some amazing news, CS:DE! Couldn't believe that, if done right, I could have a GUI as great as what I've seen. I quickly learned that editing the GUI in CS:DE was far beyond what I was capable of. I can't do it by myself, which kinda sucks, but that's what this sections for anyway. > > So, to anyone that can help me with a GUI in CS:DE, get it contact with me and we'll go over some preferences/ideas I've got. I'm looking to pay somewhere around $50, preferably a bit under, _but_ depending on how good I feel it is, I'll go a little higher. And if we agree that you'll make me one, and I don't end up liking it, I can compensate maybe $10/$15 for your troubles. > Thanks for reading, hope to hear from one of you soon!:] and what is it that you are wanting exactly? Changing a gui around is easy. So if that is all you want then send me a message. I can help you on that.
  9. achap89

    My Menu Gui

    Ok, guys my lord there is no reason for you all to knock him. You are correct it sucks. How about giving him some pointers, he may not be good right now, but if people pull together and help him. He will get better. Now as for your opinion, whoever the hell made this. It sucks, but add some color and maybe add a theme and it would look much better. I wish you luck.
  10. can u help me XD I can get it to show an image but i cant get it to go to the second part of the image and not show it all. in the highlighted portion I get (DDSD_Item(itempic).lWidth / 2) / 32 is the error
  11. Trying to show equiped items in a special menu.
  12. Ok well can you help me because I am new to coding XD I do have a type now it is a long. Private Sub Picture1_Click() Dim itemnum As Long Dim itempic As Long Dim MaxFrames itempic = Item(itemnum).Pic MaxFrames = (DDSD_Item(itempic).lWidth / 2) / 32 itemnum = GetPlayerEquipment(MyIndex, weapon) If itemnum > 0 Then Picture1.Picture = LoadPicture("data files\graphics\items\" & MaxFrames & ".bmp") Else Exit Sub End If End Sub That was the whole code. also its in the frmmain sorry for the double post. [Please do not double post.]
  13. nope neither… I just changed it to >= 0 and my max item images is not part seeing as its only item number 3 of 255
  14. Because it still gives me a subscript out of range without it.
  15. ``` Dim itemnum Dim itempic Dim MaxFrames As Byte Dim DDSD_Item As DDSURFACEDESC2 MaxFrames = (DDSD_Item(itempic).lWidth / 2) / 32 itemnum = GetPlayerEquipment(MyIndex, weapon) If itemnum > 0 Then itempic = Item(itemnum).Pic Picture1.Picture = LoadPicture("data files\graphics\items\" & MaxFrames & ".bmp") Else Exit Sub End If ```give me "compile error expexted array" and highlights the DDSD_Item
  16. Im trying to get a part of a picture. ``` Dim itemnum Dim itempic Dim MaxFrames MaxFrames = (DDSD_Item(itempic).lWidth / 2) / 32 itemnum = GetPlayerEquipment(MyIndex, weapon) If itemnum > 0 Then itempic = Item(itemnum).Pic Picture1.Picture = LoadPicture("data files\graphics\items\" & MaxFrames & ".bmp") Else Exit Sub End If ``` It highlights ``` MaxFrames = (DDSD_Item(itempic).lWidth / 2) / 32 ``` What am i doing wrong?
  17. Why not use it onload? Wouldn't that be so much more efficient?
  18. That would be fine, but I am new to visual basic. I have no clue what to do on creating a whole new variable. Or even how to save it with the players data.
  19. Already tried. setting all the setplayerpk stuff to add 1 but nothing.
  20. Ok as the title states I need help with pk points instead of 1 and zero I want them to increase by one everytime a player kills another player can anyone help me plz
  21. looking into the pics let me know if you figure it out'
  22. Before you say oh dont do that! well I am going to, but only to get a username, password, and if the player is a vip or not. Now can someone help me with this? I am using EO 2.0 I just need to know how to connect to the database.
×
×
  • Create New...