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

Craselin

Members
  • Posts

    480
  • Joined

  • Last visited

    Never

Posts posted by Craselin

  1. 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
  2. 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
  3. @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)
  4. 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
  5. @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
×
×
  • Create New...