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

DepTa

Members
  • Posts

    132
  • Joined

  • Last visited

    Never

Everything posted by DepTa

  1. how to adding a button on the picAdmin frmMain ? and where i can add ? ![](http://i50.tinypic.com/4kw7yg.jpg) can you explain or teach with picture ? im so confuse -_-
  2. DepTa

    Title icon (picture)

    i have change a icon size a large and small, but doesnt effect for my client
  3. DepTa

    Title icon (picture)

    why my title icon change ?, i have a change into .ico and didn't change ![](http://i45.tinypic.com/w7yngn.jpg)
  4. where i can edit increases exp per level ? and add class is like his description of his abilities ?
  5. lol work for me > All Client-Side > modGlobals > At bottom add > Code: [Select] > Public chaton as boolean > Search > Code: [Select] > Public Sub SetFocusOnChat() > Replace the whole sub with these two subs > Code: [Select] > Public Sub SetFocusOnChat() > > If chaton = False Then > SetFocusOnGame > Exit Sub > End If > > On Error Resume Next 'prevent RTE5, no way to handle error > frmMain.txtMyChat.Visible = True > frmMain.txtMyChat.SetFocus > End Sub > Public Sub SetFocusOnGame() > > If chaton = True Then > SetFocusOnChat > Exit Sub > End If > > On Error Resume Next 'prevent RTE5, no way to handle error > frmMain.txtMyChat.Visible = False > frmMain.picScreen.SetFocus > End Sub > Now find > Code: [Select] > If LenB(ChatText) = 0 Then Exit Sub > And replace with this > Code: [Select] > If LenB(ChatText) = 0 Then > If KeyAscii = vbKeyReturn Then > Chaton = Not Chaton > SetFocusOnGame > End If > Exit Sub > End If > If Chaton = False Then Exit Sub > Now find > Code: [Select] > ' Handle when the player presses the return key > If KeyAscii = vbKeyReturn Then > and directly under them add > Code: [Select] > Chaton = False > SetFocusOnGame > Now goto frmMain and make txtMyChat invisible > Now you can chat with Enter :D just put the script was able to work on it? and for what his next?
  6. gak bisa lah dari dalam nya aja udah beda wkokwo, yang eo 3.0 mengarah ke graphic be arti ya script2 nya juga gantii
  7. btw i found this in modcanstants Public Const MAX_PLAYERS As Long = 70,Public Const MAX_LEVELS As Long = 100 thanks less the class is like his description of his Abilities like above and increases exp per level :) thanks
  8. Can you give a bit of code there? (increases exp per level, max user level, online users max) because there are so many code-_- and for (the class is like his description of his Abilities) I mean adding a description of each class ex : ![](http://i49.tinypic.com/wlds1s.jpg)
  9. A. where can I edit the ( whether a vb6 ?? ) -online user Max, -Max user level, -it increases exp per level, -each class is like his description of his abilities, -and other ??
  10. okay dude before your comment i edit title [SOLVED] because i have understand :) thanks
  11. probably in part what the script was not working?
  12. what if I use EO 3.0 but combine it with an example script here eo_2_0_0, http://www.touchofdeathforums.com/smf2/index.php/topic,75901.0.html does not work?
  13. I really do not understand "( maybe if you kindly, you can teach me to use images I'm very newbie: (
  14. > Right click - Send to back until you will see picregister and then make textbox and labels Can you give a tutorial with pictures? I do not know where the location of his or her edit it :(
  15. how to create like this ? ![](http://i46.tinypic.com/24ph3t5.jpg) This got me ![](http://i47.tinypic.com/25g79yr.jpg) and how to create like above ??
  16. DepTa

    [EO] Minimap 1.3

    ![](http://i50.tinypic.com/2zdymqb.jpg)
  17. what do you mean ? ![](http://i46.tinypic.com/333vmvn.jpg) ?? i just follow instruction [EO] Alatar's Quest System v1.2 and when i 'make project' suddenly the icon image a change
  18. [EO] Alatar's Quest System v1.2 why at the time of complete installation instructions Server side and client side and after that I was compiling or 'make project' client change icon and can not enter this a image ![](http://i46.tinypic.com/2w7g4zd.jpg)
×
×
  • Create New...