Jump to content

Zell

Members
  • Posts

    412
  • Joined

  • Last visited

  • Days Won

    28

Community Answers

  1. Zell's post in Cancel Button with script was marked as the answer   
    mes "Hit 'Cancel' Buton"; switch(prompt("Bla bla", "blu blu", "Cancel")) { case 1: mes "Blabla"; close; case 2: mes "BluBlu"; close; case 255: mes "Cancel button clicked!"; case 3: mes "Cancel"; close; }
     
    *select("<option>"{,"<option>",...})   *prompt("<option>"{,"<option>",...})       This function is a handy replacement for 'menu' for some specific cases where   you don't want a complex label structure - like, for example, asking simple yes-   no questions. It will return the number of menu option picked, starting with 1.   Like 'menu', it will also set the variable @menu to contain the option the user   picked.       if (select("Yes:No" ) == 1)   mes "You said yes, I know.";       And like 'menu', the selected option is consistent with grouped options   and empty options.       'prompt' works almost the same as select, except that when a character clicks   the Cancel button, this function will return 255 instead.
  2. Zell's post in Custom map water problem was marked as the answer   
    The fault came from browedit.
    For the walkable gat you need to use this gat



    And for water you should use the green one with walkable text
  3. Zell's post in Q> Txt to Sql (Tool) was marked as the answer   
    Or https://rathena.org/board/files/file/3269-server-database-editor/
  4. Zell's post in How take cashpoint from sms was marked as the answer   
    https://rathena.org/board/topic/90885-sistema-de-donaciones-sms/#entry237407
  5. Zell's post in Requesting an NPC that gives item to all players in a map. was marked as the answer   
    addrid(1);
    getitem 505,1;
  6. Zell's post in Need Help with BGM was marked as the answer   
    I usually use atube catcher, go on convert videos, select "mp3 medium quality", drag the song on the box and click on convert it
  7. Zell's post in @command only up to certain level was marked as the answer   
    Make bindatcmd script's and check level
  8. Zell's post in Asking About Effect was marked as the answer   
    http://rathena.org/wiki/Mapflag
     
    Already have snow,sakura and fog mapflags
×
×
  • Create New...