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

kuroda

Members
  • Posts

    38
  • Joined

  • Last visited

    Never

Posts posted by kuroda

  1. :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)
  2. 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
  3. 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
  4. me gusta mucho como esta quedando, lo unico que os podria decir es que no se si es muy combeniente el tener las letras tan claras con un fondo blanco, lo digo porque yo cuando llevo horas haciendo mapas me duelen los ojos del blanco y me imagino mas ahora si esta todo tan claro, en mi opinion las letras tendrian que ser mas oscuras o negras :P
  5. a medias, hice uno pero me lo cambiaron completamente, el nuevo no funciono asique tube que cambiarle muchas cosas para que quede como esta. Digamos es que un script nacido en el foro xD haha. supongo que proximamente pondre mas asi intentamos hacer crecer a esta comunidad hispana :D
  6. **Restrinccion por nivel**
    Este código es para bloquear una determinada zona a usuarios de menor nivel que X.
    **¿Cómo instalarlo?**
    Copiar y pegar dentro del main.txt en la seccion ScriptedTile.

    Sub ScriptedTile(Index, Script)
    Select Case Script
      Case 0
      If GetPlayerLevel(index) <= 4 Then
      Call PlayerMsg(index, "Esta zona esta restrinjida para tu nivel, necesitas ser al menos de nivel 5 para cruzar.", 4)
      Call ReturnPlayer(Index)
      Else
          If GetPlayerLevel(index) >= 5 Then
            Call PlayerMsg(index, "¡Bienvenido a la zona de nivel 5!", 4)
      End If
    End If

    Si el case es 0 tienes que seleccionar "scripted tile 0" puedes cambiar esto por el numero que quieras.
    Elige el nivel que quieras para la restrinccion.
    Aqui puedes elegir el mensaje que quieras.
  7. es una buena idea hacer un MMORPG porque tendras muchos usuarios muy rapidamente, pero por otro lado te recomiendo que mires y busques de los otros 100 mmorpgs de zelda el porque fracasaron y no siguen online para que no cometas esos errores. mucha suerte con el trabajo! y espero pronto poder correr por las tierras de tu server! :D
  8. intente hacer funcionar el script pero no se como hacerlo, tengo que ponerlo tambien en las armas o algo asi? lo puse al final del main.txt, luego cree el damage.ini pero no ocurre nada :S
  9. el atributo de "door" en el mapeditor es para que cuando te acerques el sprite desaparezca, es util para poner por ejemplo puertas automaticas de un supermercado que cuando te acercas dejan ver solo el sprite del ground y ahi es donde pones el grafico con la puerta abierta. lo siento me explique super mal pero espero que lo ayais entendido xD
×
×
  • Create New...