Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/08/19 in all areas

  1. Awesome! Is there any chance to convert rsw 2.2 to rsw 2.1 with rsm1 models so we can load the in old clients?
    2 points
  2. Did you mean 4 rewards? Just change or add this line: getitem 502,1; To getitem 502,1; getitem <ITEM ID>,<QUANTITY>; getitem <ITEM ID>,<QUANTITY>; getitem <ITEM ID>,<QUANTITY>; The <ITEM ID> is the first value of the structure in the each line: https://raw.githubusercontent.com/rathena/rathena/master/db/re/item_db.txt 502 is indeed the Orange Potion.
    1 point
  3. mac ? if you have GePard this should work prontera,0,0,0 script qqqqqq 444,{ if(inarray($UNIQUEIDLIST_REWARDS1$,get_unique_id()) == -1 && inarray($IPLIST_REWARDS1$,getcharip()) == -1 ){ if($REWARDS1 < 50){ //the rewards here! //------------ getitem 502,1; //------------ $UNIQUEIDLIST_REWARDS1$[getarraysize($UNIQUEIDLIST_REWARDS1$)] = get_unique_id(); $IPLIST_REWARDS1$[getarraysize($IPLIST_REWARDS1$)] = getcharip(); $REWARDS1++; mes "you got the reward"; end; } mes "you missed the reward";//50 player already got the reward end; } mes "you already got the reward"; end; }
    1 point
  4. Version 1.0.1

    2104 downloads

    Illusion Moonlight Story.
    Free
    1 point
  5. Oh, I made this script sometime ago. so I havent updated it to the new getmapxy and using my personal pcblockall command. but using that diff should work since the pcblockall base came from that diff.
    1 point
×
×
  • Create New...