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

kuroda

Members
  • Posts

    38
  • Joined

  • Last visited

    Never

Everything posted by kuroda

  1. okay, i have a new mic, so the next song (if im in the next stage) it will be with better quality :D
  2. A little less conversation, a little more action, please ;)
  3. come on guys, i CANT win. upload your videoooos
  4. haha sorry i'll upload another one when i get a good microphone im using the wrost and my english is shit…. BUT! im the only stupid who uploaded the song?
  5. :star: so i uploaded to youtube with even less quality. so please dont laugh, im not a prosinger just a shower one xD :star: i'll get a new microphone for the next one :cool: [http://www.youtube.com/watch?v=c3wwesydTAg](http://www.youtube.com/watch?v=c3wwesydTAg)
  6. so ninja can send to the other judges the link xD
  7. i send my song to ninja on a private msg :P but i recorded the song in my worst pc xD haha with the worst quality ever
  8. kuroda

    Run in my server

    Finally i found where is the problem. i have the problem in the scrip of 3frames animation, maybe i cant use both, run and the 3frame animation, so i think that ill keep the animation script and ill delete the running. its really really ugly the 2 frame animation :S
  9. kuroda

    Run in my server

    no i didnt change it and i tryed to download it again but the error continue happening :@
  10. kuroda

    Run in my server

    the real problem is not the spaming, is that even with 0% of stamina i can continue running forever :(
  11. kuroda

    Run in my server

    with any character, admins, or normal players, the only thing that happens its that the message spams and the character never get tired :\
  12. kuroda

    Run in my server

    hey, i have a problem, i dont know if this is the correct place to put my problem because there like 100k of sections :huh: when in my "Data.ini" of the server i change SPRunning to 1 i can run forever, only a message tell me that "you feel exhausted from running." but my char can keep running if i want :S if anyone can helpme i'll be so happy :D
  13. hey addme to the list!
  14. pirate pwns, fantasy is overrated xD
  15. i want to participate, i'll record my video tomorrow :)
  16. omg supertnx dude!! but i corrected some errors of the code :D ``` '.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.' Sub ScriptedTile(index) '.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:. Case 0 If GetPlayerLevel(index) 6 Then Call PlayerMsg(index, "welcome to the level 6+ area", 4) End If End If End Sub '.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:. Sub ReturnPlayer(Index) 'warps player back to previous square '.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:.:!:. Dim Xadd Dim Yadd Xadd = 0 Yadd = 0 Select Case GetPlayerDir(Index) Case 0 ' up Yadd = 1 Case 1 ' down Yadd = -1 Case 2 ' left Xadd = 1 case 3 ' right Xadd = -1 End select Call PlayerWarp(Index, GetPlayerMap(Index), Int(GetPlayerX(Index) + Xadd), Int(GetPlayerY(Index) + Yadd)) End sub ```the symbols , -1,1, were oposite :P and i adde
  17. i tryed another scripts and works but not for lvl block… :(
  18. so nop, the script didnt work :sad:
  19. yeah, i try it but nothing im getting mad :angry:
  20. i think i have a problem with the server or client, when i put the code on my main.txt the server dont load it. i use the "Script" atribute and script nº0 to load that but nothing happens :S
  21. i use this script but i dont know how doesnt work :S Sub ScriptedTile(index) case 0 GetPlayerLevel(index) If PlayerLevel(index) > 6 then Call BlockPlayer(index) Call PlayerMsg(index, "[Attention]Your not the right level to enter this area", 7) Else If PlayerLevel(index) < 6 then call playermsg(index, "welcome to the level 6+ area", 4) end if end if end sub
  22. i was looking too but theres nothing outside :/ i wanted too for my game.
  23. hello i just want to know if theres any way to make like a "pikachu" of pokemon yellow, a npc who follows you. and if it helps you to attak it will be perfect too haha. tnx guys
  24. kuroda

    Sprite animation

    thanks for help! :cheesy:
×
×
  • Create New...