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

SholT

Members
  • Posts

    32
  • Joined

  • Last visited

    Never

Everything posted by SholT

  1. http://www.touchofdeathforums.com/smf/index.php/topic,72825.0.html
  2. SholT

    Three questions

    Hi. categories in chat "Global", "Party", "Guild" etc. as it is in CS A spell that changes the spirit on for some time Respawn depending on what guild you are has anyone of you a tutorial on it?
  3. @Soul: > I think Yami's does that. > > OP: you could rip the code from Yami's updater (you might have to change some things, the .ini's used to tell what to download is different.) i try, doesn't work :/
  4. In autoupdater by Robin? No :/
  5. While downloading, I would like to load up the bar (picprogress)
  6. I have autoupdater by Robin and i changed him to launcher and i need download bar :)
  7. SholT

    More characters

    Hi. How to increase the number of characters from one to three?
  8. Hi, has anyone of you have a script for download bar in Launcher ?
  9. @Peter120: > You sure If Player(index).Access < 1 Then ? For your available :) Here are the accesses: 0\. Player 1\. Monitor 2\. Mapper 3\. Developer 4\. Creator
  10. SholT

    [EO] Private message

    Hi. I can't press enter when I want to send a private message. Somebody can help me :)?
  11. Hi. This is my first tutorial, so please bear with us. Tutorial is written by me. This is a tutorial through which we can do to get the server to be available only for admins. Let's go :) **Only Server-Side** Add CheckBox in "Control", Name: chkGMOnly, Caption: Only GM's. Now we add a script **modHandleData**, find: ``` If IsMultiAccounts(Name) Then Call AlertMsg(index, "Multiple account logins is not authorized.") Exit Sub End If ```and add below: ``` If frmServer.chkGMOnly.Value = 1 Then If Player(index).Access < 1 Then Call AlertMsg(index, "Only the server admins.") Exit Sub End If End If ``` Script work 100%, tested by me :) I greet! **Forbid copying tutorial without my knowledge**
  12. Hi. It is possible that the Fail-Safe restarted the server every three hours?
  13. ``` If(Player(index).Access > 1) Then ' derp Else "Admins only!" 'CLOSE GAME AWE YEA End If ``` Where should I paste?
  14. How can I do to get a login window appears on the front page of the client? Thanks.
  15. @Robin: > Change the default value of the control. i can't do :( somebody do it? ``` Private Sub scrlExpRate_Change() Dim EXPRATE As Long lblExpRate.Caption = "Exp Rate: " & frmServer.scrlExpRate.Value EXPRATE = frmServer.scrlExpRate.Value If frmServer.scrlExpRate.Value > 1 Then Call GlobalMsg("Poziom doświadczenia: " & frmServer.scrlExpRate.Value & "x", Yellow) Else If frmServer.scrlExpRate.Value = 0 Then Call GlobalMsg("Poziom doświadczenia: Normalny", White) End If End If End Sub ```
  16. SholT

    [EO] Access

    How i can set up it ?
  17. SholT

    [EO] Access

    Have a question, you can do the same in the EO as for example in EE, with the access 1 belongs to the mapper, 2 to someone there […] 4 Administrator, 5 Owner? Thanks
  18. SholT

    [EO] Zooming map

    Hi. I have problem , when I zooming map, changing the resolution map and reduced character. I would like to map to work on the same principle as in EE, I can do it?
  19. SholT

    [EO] GM/DEV Tags

    This script be work on EE 2.7?
  20. How i can make GM and MOD tags in EE?
×
×
  • Create New...