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

Antisora

Members
  • Posts

    267
  • Joined

  • Last visited

    Never

Everything posted by Antisora

  1. Whenever i try to play "The last stand: Union city", It says i am denying access to my local storage. It says i can fix by opening the settings, but whenever i open up the settings option, i only get 3 options on the window: ![](http://www.freemmorpgmaker.com/files/imagehost/pics/74700897cf537dadf2cfa9ea5443d4aa.PNG) Does anyone know how to fix this? Specs/Stats/General info Mozilla firefox 7.0.1 512 MB Ram
  2. @kiiddo: > Dear Robert, I'm surprised Robin didn't beat your ass.
  3. I love it. I just absolutley love it. If you have any more tilesets, i would LOVE to see them. EDIT: Any sprites? if you manage to make sprites…I would be happy. But in this same style as this tileset
  4. Antisora

    Midi

    You dont have a download link…. Theres no help from you looking for it... Wrong section, much?
  5. I never use it, and it is just taking up space on my computer
  6. @Soul: > IIRC, it should be this: > > ``` > ' Player message > If Left$(ChatText, 2) = "! " Then ' Notice: "! " is two characters (exclamation, space) > ChatText = Mid$(ChatText, 2, Len(ChatText) - 2) ' Hence change "Len(ChatText) - 1" to "Len(ChatText - 2)" (quotes for clarity). > > ``` Thanks, it works :D
  7. @Ryujin: > Show at this Thread: http://www.touchofdeathforums.com/smf/index.php/topic,68998.0.html > > You can change the /p to a ! command but you must change: > > This: > ' Player message > If Left$(ChatText, 3) = "/p " Then > ChatText = Mid$(ChatText, 4, Len(ChatText) - 3) > > To this: > ' Player message > If Left$(ChatText, 1) = "! " Then > ChatText = Mid$(ChatText, 2, Len(ChatText) - 1) > > @Topic: > I think this Fix for the "-" Command is not right because when you change the MyText to ChatText and wrote with - inGame a Message its cutted 1 letter. > > Example: > You write -hello > This comes out: > Accountname ello > > We can fix this? The ! whisper fix does not work.
  8. ~~For some reason, it does not work for me :/~~ >! Private Sub cmdQuestBack_KeyUp(KeyCode As Integer, Shift As Integer) Select Case KeyCode Case vbKeyPageUp QuickHeal End Select ~~Thats the only _Keyup i found, is there another one? ~~I also found this key up ~~>! Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer) Dim i As Long >! ' If debug mode, handle error then exit out If Options.Debug = 1 Then On Error GoTo errorhandler >! Select Case KeyCode Case vbKeyInsert If Player(MyIndex).Access > 0 Then picAdmin.Visible = Not picAdmin.Visible End If 'ALATAR 'This key shows the questlog Case vbKeyEnd UpdateQuestLog If picQuestLog.Visible Then ShowQuestLogPage 1 picQuestLog.Visible = False Else picQuestLog.Visible = True End If '/ALATAR Case vbKeyDelete 'MsgBox Player(MyIndex).PlayerQuest(1).Status PlayerHandleQuest 1, 2 End Select ' hotbar For i = 1 To MAX_HOTBAR If KeyCode = 111 + i Then SendHotbarUse i End If Next ' Spinning If KeyCode = 36 Then Call Spin End If >! ' Error handler Exit Sub errorhandler: HandleError "Form_KeyUp", "frmMain", Err.Number, Err.Description, Err.Source, Err.HelpContext Err.Clear Exit Sub End Sub ~~Do i use that one?~~ EDIT: Wow, am i an idiot XD Fixed it myself~~~~~~
  9. I recently added Captain Wabbits Chat drawn to screen to my game. So i was wondering how to remove the regular chat box, so there is not two of them. Link to tutorial >! http://www.touchofdeathforums.com/smf/index.php/topic,70469.0.html Image showing what i want gone >! ![](http://www.freemmorpgmaker.com/files/imagehost/pics/4452b7032a312dcb2c989c44d2aa93b3.PNG)
  10. @7: > Stroke, that's the word…couldn't remember the word. ;p > > I'm guessing you replaced it with a shadow purely for FPS reasons? If so, it did occur to me, but I personally prefer being able to read the drawn text over slightly higher FPS...buuuut, just my opinion. > > You can't've followed Lightning's tutorial properly, this is simply a copy+paste...go back to it, carefully read it, and so on. Wait, is it a seperate feature to have the text off to the side, instead of in the box?
  11. It doesn't work for me. And yes, I did lightnings tutorial.
  12. use what EO has provided as a format. Don't double post, there is a edit button.
  13. Attempt 1 was WAY better.
  14. Thanks for being an asshole. Of course i already looked there. Anyone else?
  15. Im looking for some 8-bit sprites for my game. Does anyone have/know where I can find any?
  16. Antisora

    Spites

    Its been in my signature since he has said it.
  17. @leondragonheart: > but your tutorials dont help i needed to know when i copied and pasted a sprite is when i tried to use that sprite it didnt work so you guys r useless Kid. Your clearly an idiot. Robin BUILT the engine. If he was useless, your sorry little ass probably wouldnt be here. Did you name the sprite after a number and is it BMP format. Also, learn to use periods cause i can barley understand a word you say.
×
×
  • Create New...