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

semlemsushi

Members
  • Posts

    143
  • Joined

  • Last visited

    Never

Everything posted by semlemsushi

  1. okay lol thanks. im tired too gotta wake upa t 6am tomorrow for school, see yah dude.
  2. Ok I did everything you said and nothings works. I have to change the "Index" to "MyIndex" for ``` If Player(Index).Job = JOB_GUNDEALER Then btnGunDealer.Visible = True ElseIf Player(Index).Job JOB_GUNDEALER Then btnGunDealer.Visible = False End If ```to make it possible to compile. Then, nothing shows up on the label. I also don't understand what you mean by > To set a job with these edits, do: > ``` > Player(MyIndex).Job = # > ``` I'm thinking you have to set their job before they can see the button, but I'm totally lost, and extremely confused on how to do that. I'm going to put up a link for my source code, and It would be cool if you could take quick peek at it, skim through the codes you need to look at and see what I'm adding/not adding/doing wrong, etc. Link for Source Code: [http://www.mediafire.com/?62w6k16taahtwbb](http://www.mediafire.com/?62w6k16taahtwbb) Thanks for bearing with me guys, I know I'm a noob at this shet, and also a pain in the ass but I hope I learn to develop like you guys through the journey of making my game :cheesy:
  3. Fuckk, nothings working no matter what it doesnt matter, the button just stays there no matter what job I am. And you said something about setting the players job…how do I do that.
  4. okay, but im trying to figure out to make it so if ur not a gundealer, you cant see it. i know it will show up if i am gundealer, also if im not. and does the thing like GUNDEALER = 1 when u put the job constants, does 1 mean like [CLASS1] in the .ini file?
  5. Lightnings busy right now so can anyone help me? Im supposed to retrieve the character creation code and the character load code and put it at the end of the file. What file?
  6. @Lightning: > @Ertzel: > > > Yes I understand what u r trying to do, but how do you even set somebody to be a gundealer? > > > > If you dont have the job set, then obv this wont work… > > If _JOB_GUNDEALER As Byte = 0_ and all characters were not deleted then maybe their job has been set to 0: which means they are default Gundealer. set JOB_GUNDEALER to 1 and set a default job to 0 and see if that works. I dont think I know what you're talking about. This is what it looks like in the server's and client's modConstants: ``` 'Job Constants Public Const JOB_GUNDEALER As Byte = 1 Public Const JOB_BODYGUARD As Byte = 2 ```_JOB_GUNDEALER_ isn't set to 0, it's set to 1\. And the character didn't get deleted. Soo am I doing what your saying or what should I do?
  7. Okay sure, hey Robin, im totally forsure bullshitting you. There we go. ;)
  8. It's not, Robins a cool guy. Just hate when he thinks people are bullshitting him even know they're not, and they can't really show him how they're not. But it doesn't matter.
  9. Oh and Miguu, these were what the packets looked like: Cash Shop: 2D 00 E7 0D A4 57 Doofus - 40 00 95 01 00 00 02 01 5E 00 Tory - 40 00 75 01 00 00 8E 04 3E 02 i just needed those packets for a v75 server, but i just got these from a v88 server (LocalMS and MoograMS)
  10. what do you mean by picking a job. maybe he didnt understand what i said, i said that i need a code so that only a gundealer can view a certain button, and i added the Job As Byte and the other thing he said, then put the code in form_load and nongundealers can still see the button =P
  11. Hes not mad hes just…thinking I'm bullshitting him when I'm not and he won't admit it. Just has to keep going.
  12. Are you ignoring what I'm saying? Why are you mad at me, be mad at the person who gave me instructions on his thread at RageZone 2 years ago, maybe he did say get a batch of packets from the GMS server and put them in yours. And quite frankly, I'm pretty sure you don't develop MapleStory Private Servers.
  13. Im not bullshitting you, theres no need for you to get mad, im just trying to tell him what I remember of that because the guy on RageZone forums said that I had to do that. No bullshit here, just you thinking there is bullshit.
  14. well it failed, even if im not a gundealer i can still see the button =P. if you could take a look at this source that would be great, and im using origins if you didnt know
  15. > No you didn't. Yeah I did.
  16. ``` Private Sub Form_Load() picAdmin.Left = 10 picCurrency.Left = txtMyChat.Left picCurrency.Top = txtMyChat.Top Me.width = 10545 End Sub ``` that code is already in teh load sequence, where should i put it in there, anywhere?
  17. when i was making my maplestory private server i had to copy batch packets from GlobalMS and implement them into my server because they were out to date or something
  18. No problem, should I put ``` If Player(Index).Job = JOB_GUNDEALER Then btnGunDealer.Visible = True End If ``` As the button_click, button_load, where should the code go?
  19. okay ill try everything you said lightning, and if it doesnt work then do you think you could personally help me?
  20. ok i left the source open, i gotta wake up at 4am tomorrow so just handle the source, if u need u can download a whole new copy of origins.
  21. nope, the button was also set to visible.false but i just added the code to frmMainGame, and i changed the button status to Visible.true so idk :huh: you wanna come over on teamviewer and check it out because i gtg soon
  22. hmm the compile worked lol, but i set the job gundealer as a byte to 1 and my job id is 1 but i cant still see the button =P
  23. it should because i put > 'Job Constants > Public Const JOB_GUNDEALER As Byte = 1 in modConstants (server and client) and i also put > Job As Byte at the bottom of Private Type PlayerRec (in the client files) and also at the bottom of Private Type PlayerRec (the server files one), so why isn't it working?
  24. Ugh guys I am so close! I do everything correctly but I'm pretty sure I have to change the "(Index)" to "1 or 70" because that's what It said when I hovered my mouse over it. Here is the code in which I have to change the "(Index)": > If Player(Index).Job = JOB_GUNDEALER Then > btnGunDealer.Visible = True > End If So what should I change it to? I tried compiling and the error I got was "Variable not defined." So all I have to do is get this fixed and Ill be set for a while. Thanks for all your help guys!
  25. thanks for this dude im using it for my game for sure! if you want when my game is up and running you can come play because theres a shit load of special features and everyones gonna play as much as i play maplestory jk
×
×
  • Create New...