Jump to content

Heartbreak

Members
  • Posts

    63
  • Joined

  • Last visited

Community Answers

  1. Heartbreak's post in How to set this per account ? was marked as the answer   
    please post an example..
    i tried reading this --> http://rathena.org/wiki/Basic_Scripting#Conditions.2C_Variables.2C_and_Set
    but i don't understand what it means.. or which part should i edit.. =/
    should it be like 

    HuntDelay = #gettimetick(2)+86400; //Once a day only.

    and

    if(#gettimetick(2) < HuntStart) {

    sorry for being noob =/ 
  2. Heartbreak's post in DB Error was marked as the answer   
    fixed.. re-made the server.. ;
  3. Heartbreak's post in warp npc with item was marked as the answer   
    nvm.. figured.. XD

    mine's a longer version XDDDDDD
     
    // -------------------------------------------------- // AblazeRO Market/Casino warper // -------------------------------------------------- ra_temple,120,179,4 script Casino Entrance 939,{ if (countitem(7338) < 1) goto noTicket; mes "Do you have a ticket ?"; next; switch(select("Ofcourse !","Huh ?")) { case 1: goto yesTicket; close; case 2: goto noTicket; close; noTicket: mes "[Casino Guard]"; mes "Sorry, no ticket no entry! "; close; yesTicket: mes "Goodluck !"; delitem 7338,1; warp "ra_temin",170,20; close; } }
×
×
  • Create New...