Search results

  1. Litro

    Renewal Converter

    is there anyone know how to convert renewal thingy to pre-renewal ??
  2. Litro

    Pet Evolution Script, Configurable Chance Config

    prontera,156,178,5 script ldfhsdfkljs 100,{ if ( getpetinfo(PET_CLASS) ) { mes "please return your pet into egg state to continue"; close; } getinventorylist; for ( .@i = 0; .@i < @inventorylist_count; .@i++ ) { if ( @inventorylist_card1[.@i] == -256 ) { query_sql "select intimate...
  3. Litro

    Couple Day Counter

    well its my first time scripting, actually this script is taken from here and there, im total noob please be gentle with me and tell me or guide me where im wrong or how i can maximize my scripting capability anyway here my script please check this out - script asdasdawe -1,{OnPCLoginEvent: if...
  4. Litro

    Help Me Make A Ladder

    before i was asking how to make a timer for how long a partner spend they time in the game, here my script im a noob in script please be gentle with me, point me where im wrong    - script asdasdawe -1,{OnPCLoginEvent: query_sql "SELECT `name` FROM `char` WHERE `char_id`="+getpartnerid()+"...
  5. Litro

    MAC Addres Patch

    Hy Guys There is some one that still have patch for MAC Addres ?? it seems attachment from original Post was dropped, i cant download it any one who have its please share its... thanks
  6. Litro

    Status Change : Chance and Duration

    yet someone can help me, i was wodering how to do this right, please take a look on code below, can some on please explain to me what this code do ? case SC_FREEZE: sc_def = st->mdef*100; sc_def2 = st->luk*10 + SCDEF_LVL_DIFF(bl, src, 99, 10); tick_def = 0; //No duration...
Back
Top