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

Craselin

Members
  • Posts

    480
  • Joined

  • Last visited

    Never

Everything posted by Craselin

  1. Nice resource, i will use this. Thanks for sharing
  2. Good idea, but, I also want this messages to say if new updates are out so it would be pointless if i did it like that. And soul, i looked into what you said but i really cant work it out :huh:
  3. lol, browser refresh error thingy, you double posted. Because i will use that for minor things or welcome messages or for telling people events that are on today etc bug the admin message thingy will have loads more information, to much to put into the MOTD
  4. Hello reader (and hopefully, question answerer), I wanted to set up a system in EO 2.0.0 in which there is a small button on the screen which when pressed a new window pops up showing a message/s from the head admin running the server (the text in the window should be edited from a file called "adminmessage.ini" (or .txt depending which is appropriate for this source edit) Unfortunately, I only have a vauge idea how to do this (i think you would make the command button call up the text from the server and display it in a text box on the new window) and I don't know what the codes would be. If someone could please share instructions on how to do this I would be very grateful. Kind regards, Craselin
  5. @RyokuHasu: > I tried it and it worked perfectly, please share your error or discribe how it didnt work… > > O.o and I've modded mine up the Wazu and it still worked.. =P Sorry about that, it works fine, that was a post i made when i was a complete newb and didn't know you had to compile the client after src edits XD. Also, quick question, is there any way to make it so the level is shown next to your name e.g: Character (10)
  6. @Conra: > i think if you add a few things that need checking it starts getting noticeable. Not really, think of it like this. How many lines of code does it take to say, you an item in EO or fight an NPC? The answer: quite a few, yet it still loads pretty fast.
  7. Craselin

    Modern tiles?

    Hey everyone, I was wondering if there are any good tileset makers (as in people, not programs) like inquisitor or just RMXP etc, that make modern city type tiles? Thanks in advance, Kind regards, Craselin
  8. or whatever colour you use for the BG/transparent
  9. Hmmm, i just might do that :) Thanks (and also, your like the 8th person to mention something about me accent to me XD)
  10. @QWERTYUIoP: > An Option Button is simple. > > Get rid of > ``` > If Check1.Value = 0 Then > BloodSwitch = True > Else: BloodSwitch = False > End If > ``` > And make two buttons, in one picture. > > On the On button, simply put > ``` > Private Sub optBOn_Click() > bloodvisi = True > End Sub > ``` > And on the Off, simply put > ``` > Private Sub optBOff_Click() > bloodvisi = False > End Sub > ``` > It's so simple even I got it, and I'm a programming wreck. It actually works. > > EDIT: Although, this doesn't save it. Need to save it to the .ini. Thank you, i will test it and see if i can add a saved option
  11. Only one problem, i've got no idea how!? :/
  12. if you could give a screenshot of the error that would help and also i think you can unban yourself from the server :)
  13. Craselin

    Login Screen

    oops, sorry i didnt see the dates :S. Sorry jooda
  14. I dunno, edgy parents? XD. I've just played some games where people have commented on not wanting blood. And thanks :D
  15. Craselin

    Login Screen

    If you stop double posting mabye they will. >:|
  16. @QWERTYUIoP: > Perfectly written. I wish all the tutorials were in this format. Thank you. Actually i might add a poll to see what more people think
  17. Blood On/Off Button Tutorial by Craselin Hey everyone, before i start the tutorial I want say "MASSIVE" credit to Sweek who pretty much taught me how to do this and without him this tutorial would not exisit. Also please bear in mind this is my first tutorial. **What does this tutorial do?** This tutorial will guide you on create a checkbox in the options menu which allows players to turn blood on or off. **Are there any known bugs?** Yes, sadly there is a pretty big bug which causes blood not to appear on login until unchecking the box then re-checking it. There are no other known bugs. **Is it hard?** Not very hard it all, that is, if you follow the instructions. >! **_ALL EDITS DONE IN CLIENT_** **1\.** Open up client.vbp using visual basic professional or enterprise edition. **2\.** In the project explorer click "Modules" then "modConstants" ![](http://www.freemmorpgmaker.com/files/imagehost/pics/5358ee6f37e3711433a65233dcab8208.bmp) **3\.** At the end of modConstants add this: ``` 'blood on or off Public bloodvisi As Boolean ```then close modConstants **4\.** Once again in the modules section but this time open "modDirectDraw7" ![](http://www.freemmorpgmaker.com/files/imagehost/pics/685dccd4bbe3723c90b1e4d5a2e3f38e.bmp) **5\.** Find this code using Ctrl+F ``` Public Sub BltBlood(ByVal Index As Long) Dim rec As DxVBLib.RECT ```Underneath it add this: ``` If bloodvisi = False Then Exit Sub ```then close modDirectDraw7 **6\.** Under the Forms section open frmMain ![](http://www.freemmorpgmaker.com/files/imagehost/pics/4e217d0472040d82e54edd011be78574.bmp) **7\.** Now for the more graphical part, in the corner you will see a big picture box (refer to picture below) right click it and select send to back, do this again until you see the music and sound options ![](http://www.freemmorpgmaker.com/files/imagehost/pics/c52be8a282c1fa7941f21582827239e9.bmp) **8\.** Now make a small label by clicking on the label button and place it below the other options, then click in the caption section at the side and name it "Blood" make the backstyle "0 - transparent" change the font to "georgia (bold)" and make the font colour "white (highlighted text)" Then you need to make a checkbox next to the blood label, name it "bloodchk", make the backcolour "black (button text)" and change the value to "1 - Checked" ![](http://www.freemmorpgmaker.com/files/imagehost/pics/7e7c1574b8aacd25e045f08c438f3fc7.bmp) **9\.** Double click on the checkbox and a window should pop up, you should see a code like this: ``` Private Sub bloodchk_Click() >! End Sub ```In the middle of that code, in the blank space, type (or copy) this: ``` If Check1.Value = 0 Then BloodSwitch = True Else: BloodSwitch = False End If ```**10\.** Close that window and select File > Make Eclipse Origins.exe. A window should pop up so click ok then yes, now wait until the compile bar at the top is done. Now close VB6 (it will ask if you want to save, click yes) **DONE!** >! Oh and, sorry for the werid flashing at the start, Camstudio is werid like that sometimes.http://www.youtube.com/watch?v=4RoK29wV_VU **GOOD LUCK! And enjoy!** kind regards, Craselin
  18. Using port forwarding, search it in tutorials
  19. I'm not your hobo, real estate agent
  20. Sorry i didn't quite understand that, also i want the code to save the option into config.ini Thanks in advance, Kind regards, Craselin
×
×
  • Create New...