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

janpan40

Members
  • Posts

    127
  • Joined

  • Last visited

    Never

Posts posted by janpan40

  1. I liked the code, and ive made one like that myself. also a little better cuz it shows stuff for each rank,
    "player", "member", "veteren", "Mod", "admin", and "owner".

    But im trying to add it next to your name in the chat box.

    nice tut tho.
    :)
  2. and to make a timer control simpley add a timer. and code it to where if it ticks to a certian number, whichever you specify. it will unmute the player, you can also do this for temp-bans.
    ill dig in to it further and may be able to pull you out a code.
    :)
  3. Im haveing a strange problem when i try to save when exiting out after compiling.
    this is what it says "btw this is for the frmMain"

    system error &h80004005 (-2147467259). unspecified error

    i dont understand, ive never got a error like this before, and the only thing ive added is two options buttons.
  4. Know im not working on that project anymore,
    this is a new project im baseing off of that 1 for people who want a webclient, and cannot make 1.
    simpley what im doing is add a ip and portchanger to my EO webclient.
    that way people can simpley run their servers, hand out their ip's and port's, and have other players connect more eaisly. kinda like with runescape private server webclients
  5. I know, thats why i hate math it doesnt make sence logicaly "sorry if i misspelled that".
    but it sometimes works.
    i got the idea from a math problem.

    if a man has 10$ for a icecream but another man is competing for the 15$ higher who will win.
    here was the equation

    man1 > 15 < man2

    I failed that test btw lol
  6. I got tired of higher levels pking lower levels soo i made this code to put a end to it.
    you are welcome to use it as long as you give me credits.

    >! Simple Tutorial To Make A Level Difference Blocker In Pvp!
    >! Server Sided:
    ModCombat:
    >! Find: ' Make sure the victim is high enough level 
    >! Paste This Right Below It that code:
    >! ' Make Sure The Attacker And Victims Levels Arent Too Far Apart
    ' Janpan40's Level Difference Handler
    If GetPlayerLevel(attacker) <> GetPlayerLevel(victim) Then
    If GetPlayerLevel(attacker) > GetPlayerLevel(Victim) + 15 Then
    Call PlayerMsg(attacker, GetPlayerName(victim) & " is too great a level distance from you to fight", BrightRed)
    Exit Function
    End If
    End If
    >! Their You Know Have A Level Difference Function In Pvp, Now If A Player Is 15 Levels Above Another Player
    They Cannot Attack!
    >! you can change the 15 to what ever you want the max difference to be!
    >! make sure you give credits to me if you use

    Remember to give credits to me if you use beacuase i came up with this code.
    Have fun
    :)

    Mod:
    Thanks To Lightnings Suggestion, give him credits as well.
    Mine Works, 100% sure.
    If you have any problems please contact me and ill repost lightning's mod.
  7. i would like to make a image show up beside your name in the chatbox if you are a admin.
    does any1 have a code or tut on how to do this?
    thank you
  8. Thats what i figured, lol i dont know where to start. i guess the stake could be built off of the trade code, and the teleport off of spell, and the rest will be pk. Cant be too hard :0
  9. I would like to get a dueling system for EO.
    Could some1 please give me a link to a tut.
    here are the features i would like to have-
    Stakeing "Bet items over who will win the duel."
    Teleport on duel start to the map of the dueling arena.
    Make the loser lose the staked item.
    Make the winner win the staked item.
    And maybe if possible add a rep system "not needed can probaly code myself."
    Thank You in advance for any one who will help.
    If you would like a better example of what i would like look at this games dueling system.
    [www.runescape.com](http://www.runescape.com)
    and also while im at it i might as well ask this, i would like to make it so when you right click another character it brings up options such as trade, "duel if i can get a tut", and maybe even follow.
    a example of this is also at [www.runescape.com](http://www.runescape.com)
  10. Personaly i think your idea was great. I mean cause if you look at runescape theirs great content but the leveling is just to frustrating somtimes. and if you can keep on adding content it sounds like your mmorpg would be more fun, and less work. So if you can keep content updated on monthly basses, than go with your idea.
    :)
  11. I am makeing a ip and port changer.
    But im haveing trouble geting the code to read right.
    here is my code:

        frmMain.Socket.RemoteHost = frmMenu.Ip.text
        frmMain.Socket.RemotePort = frmMenu.Port.text
    In the login screen i have two textboxes 1 for ip and 1 for port.
    one is named Ip and one is named port.
    but as i said i cannot get the client to read the textboxes input right.
    do i have a code error?
×
×
  • Create New...