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

Klanz_online

Members
  • Posts

    228
  • Joined

  • Last visited

    Never

Everything posted by Klanz_online

  1. could someone give me a list of all the /commands for 2.7?
  2. is there a way to make it so that people have to ask to do pvp and is it possible to do a pk map?
  3. ok so here is the dealio i open server run, open client login,choose char, and then i press ok and it wont open the client o.o any help? no error or anything , i have no scrolling cuz that dosnt work so any help on loading or scrolling?
  4. Can u make it so if someone talks to a sertain npc they can trade items rather than stepping on a tile?
  5. i get a problem everytime i open up 2.7 it says active X cannot create object any help?
  6. any way npc's could have hp bars above their head?
  7. ok here are some questions: * does anyone know how to fix this- http://www.touchofdeathforums.com/smf/index.php?topic=27573.0 * know any good sites for sound effects for magic? * anyone know any good sites for monsters? Thank You!
  8. I want a auto updater for my game. needed badly. :sad: i believe others will enjoey to! :huh:
  9. ok so i have the client with my ip and the port right all i have to do is upload it and open my server?
  10. is it possible to upload my game to a website and have my friends help make the game and play with me at the same time? if so can u redirect me to a forum/ topic that helps me do it like a tut?
  11. How come every time i change my items i get a RTE
  12. I couldnt log in for almost a day ! i almost died cuz i got a bad error on my Eclipse so i had to delete the folder and unzip again.Atleast i didnt get crap done at all . Anyone else get the log in error/ couldnt connect to forums at all? :neutral:
  13. How do i make * Sprites items tiles spells gui ? :lol:
  14. where would i put this code? ``` Begin VB.Form frmExpEdit BorderStyle = 4 'Fixed ToolWindow Caption = "Skill Exp Editor" ClientHeight = 3435 ClientLeft = 45 ClientTop = 315 ClientWidth = 2190 LinkTopic = "Form1" MaxButton = 0 'False MinButton = 0 'False ScaleHeight = 3435 ScaleWidth = 2190 ShowInTaskbar = 0 'False Begin VB.CommandButton Command71 Caption = "Hide" Height = 255 Left = 480 TabIndex = 4 Top = 3000 Width = 1215 End Begin VB.CommandButton ChangeExp Caption = "Change" Height = 255 Left = 1320 TabIndex = 3 Top = 2520 Width = 735 End Begin VB.TextBox Exp Height = 285 Left = 120 TabIndex = 2 Text = "Text1" Top = 2520 Width = 1095 End Begin VB.ListBox ExpList Height = 2010 Left = 240 TabIndex = 1 Top = 360 Width = 1695 End Begin VB.Label SkillName2 Alignment = 2 'Center Caption = "SkillName" Height = 255 Left = 360 TabIndex = 0 Top = 120 Width = 1335 End End Attribute VB_Name = "frmExpEdit" Attribute VB_GlobalNameSpace = False Attribute VB_Creatable = False Attribute VB_PredeclaredId = True Attribute VB_Exposed = False Private Sub ChangeExp_Click() Dim I As Long Dim num As Long Call PutVar(App.Path & "\skill\" & SkillName2.caption & ".ini", "EXP", CStr(ExpList.ListIndex + 1), Exp.text) Call ReloadSkills num = ExpList.ListIndex ExpList.Clear For I = 1 To skill(frmSkillsEdit.LstSkills.ListIndex + 1).MaxLevel ExpList.AddItem skill(frmSkillsEdit.LstSkills.ListIndex + 1).Experience(I) Next I ExpList.ListIndex = num End Sub Private Sub Command71_Click() frmExpEdit.Visible = False ExpList.Clear End Sub Private Sub Exp_Change() If IsNumeric(Exp.text) = False Then Exp.text = "1" End If If CInt(Exp.text)
  15. is there a way o could show in the gui item changing? like if i equipt a sword it will show on the character.
  16. Hi guys I'm joey. what the game i am currently making needs most is some pixel artists and a scripter. I'm a pretty good mapper cause I been using this for two years and now just decided to make a game. here is my company's website http://shatas.co.cc/ .[not quite finished] I'll post more info later. Also there is only two helping. UPDATE: the game is going to be the first that i have made and only have 1 other person helping me i need a pixel artist to make sprites the artist doesn't have to be highly talented.The artist will not be payed until the game us released and an even flow of money is coming in,same goes for the scripter.The scripter needs to know most common scripts and a slightly good knowledge of scripting.
  17. i know i do /editspells but when i make one it doesnt show up for a spell on that character :puke:
×
×
  • Create New...