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

Killa_

Members
  • Posts

    46
  • Joined

  • Last visited

    Never

Everything posted by Killa_

  1. Nah ive made a topic with a question on how to make the same system..Thanks for the answer :D
  2. Is there a pro gamers who plays lan/any tournaments on tf2? http://steamcommunity.com/id/Killa_/
  3. Killa_

    Code question

    I cant get it work,idk what index should i use here.How to get index of player who types /command? And i get error if i try to make GotCake As Boolean server-sided
  4. Killa_

    Code question

    Ah,sure!Big thanks,why i didnt thought about that!
  5. Solved,thanks to Justn:Need to delete all .dat files in npc folder.
  6. quest system,npc spells,multiple drops and i think thats all.
  7. Sometimes i am setting some values then exit editor,open back and its blank again.Whats the solution for this?I have this issue with npcs now.I set npc to attack on sigh with range 10 and it dont saves it.Idk,maybe that was caused by mods?
  8. Killa_

    Code question

    In ModInput ``` Case "/ineedsomecakes" Call GiveInvItem(player_index, [item id], [item value]) Call AddText("You have got some cakes!", HelpColor) ```But how to make it usable once?
  9. Killa_

    Code question

    I want to make something like /unlock item and now i want 2 ways: everyone else can use it,but only once. Second way:first 10 players who activated the command gets an item.
  10. Killa_

    Code question

    How to make a single-use command?So if the player used a command like "/help" once-he cant use it second time?
  11. How can i make that player,who makes guild gets notified that making guild costs x gold and if he types yes or something it will automatically subtract x from his money?
  12. Thats sooooo awesome…..Just epic.Make a time-lapse of any pic pls :D
  13. Killa_

    Few questions

    Big thanks!!I didnt found that in spell editor when i was trying to make that.
  14. Killa_

    Few questions

    Hey all. How can i make something like fire damage or potion that will damage a player every second?Not single by 10,i need something like -1 -1 -1 -1 etc. How can i change formulas like max hit is strenght*2 etc.?
  15. Killa_

    Compile error

    ``` Private Sub picScreen_MouseDown(Button As Integer, Shift As Integer, x As Single, y As Single) ' If debug mode, handle error then exit out If Options.Debug = 1 Then On Error GoTo errorhandler If InMapEditor Then Call MapEditorMouseDown(Button, x, y, False) Else ' left click If Button = vbLeftButton Then ' targetting Call PlayerSearch(CurX, CurY) ' right click ElseIf Button = vbRightButton Then If ShiftDown Then ' admin warp if we're pressing shift and right clicking If GetPlayerAccess(MyIndex) >= 2 Then AdminWarp CurX, CurY End If End If End If Call SetFocusOnChat ' Error handler Exit Sub errorhandler: HandleError "picScreen_MouseDown", "frmMain", Err.Number, Err.Description, Err.Source, Err.HelpContext Err.Clear Exit Sub End Sub ``` Error: Call MapEditorMouseDown Theres no sub or function set. Ive downloaded Eclipse Omega and tryed to install new slots like in tut: http://www.touchofdeathforums.com/smf/index.php/topic,75028.msg804080.html#msg804080 Server compiled without errors,but client isnt. PS sry for my eng.
  16. -____- can someone give me action??Every time i try to make it by action i see warnings -_-
  17. Robin,thanks!Ibe forget about photoshop actions.Ive converted it by a program,but i didnt know how to duplicate images.Thx.
  18. So i have downloaded a few sprites for items.And i get only half of sprite.Theres supposed to be a sprite with 2 pictures like on screen: ![](http://www.robin.freemmorpgmaker.com/guides/2/12.png) but theres only 1 image like that: ![](http://i469.photobucket.com/albums/rr56/zrickyz10/GraphicsIcons.jpg) So what i should to to make it work?
×
×
  • Create New...