Jump to content

Patskie

Members
  • Posts

    1702
  • Joined

  • Last visited

  • Days Won

    18

Everything posted by Patskie

  1. 668,Handsei,Red Envelope,2,0,,20,,,,,0xFFFFFFFF,63,2,,,,,,{ set #CASHPOINTS,#CASHPOINTS+rand(1000,10000); dispbottom "You now have " +#CASHPOINTS+ " cash points"; },{},{}
  2. If you are using late rA version ( r17386+ ). The following commands are removed : instance_attachmap instance_attach instance_set_timeout instance_init instance_detachmap has_instance therefore your script would cause an error. Maybe you can give the error message on your console?
  3. Show error from console. Possible error is tabulation of header.
  4. Perhaps this http://rathena.org/board/topic/78975-autopots/?
  5. Make sure na iset mo yung nameserver ng domain mo sa webhost na binili mo. Grant user privileges
  6. getgmlevel() > 80 // 81 82 83 84...... getgmlevel() >= 80 // 80 81 82 83 84..... getgmlevel() < 80 // 79 78 77 76 75..... getgmlevel() <= 80 // 80 79 78 77 76....
  7. Should be : ( getgmlevel() > 80 ) otherwise even normal players will be restricted also. + sc_end SC_SPIRIT; warp "pvp_y_1-2",0,0;
  8. - unittalk getcharid(3),"Yeeaaah !! Vencimos a todos los Mobs!!!"; - unitemote getcharid(3),e_heh; - specialeffect2 709; - for( set .@a,0; .@a < getarraysize( .Reward ); set .@a,.@a + 2 ){ - getitem .Reward[.@a],.Reward[.@a+1], $@partymemberaid[.@i]; Then : + for ( .@b = 0; .@b < $@partymembercount; .@b++ ) + if ( attachrid( $@partymemberaid[.@b] ) ) + for( set .@a,0; .@a < getarraysize( .Reward ); set .@a,.@a + 2 ) { + getitem .Reward[.@a],.Reward[.@a+1], $@partymemberaid[.@b]; + unittalk getcharid(3),"Yeeaaah !! Vencimos a todos los Mobs!!!"; + unitemote getcharid(3),e_heh; + specialeffect2 709; + }
  9. Assuming that is the only way for players to go to the waiting room. You can use : getmapusers("<map name>")
  10. Too many things to do. So little time. Thesis defense on 21st! Let's go! :)

  11. prontera,150,150,0 script Timer 100,{ OnInit: while (1) { delwaitingroom; waitingroom ""+gettimestr("%H:%M:%S", 10)+"",0; sleep 1000; } end; }
  12. Try @Emistry script : http://upaste.me/11103895b6e2617
  13. Try this one : [paste=6d2yag18te7k] @nanakiwurtz your script will be triggered even the woe is not initiated.
  14. prontera,152,192,0 script Sample 100,{ warp "quiz_02",340,77; end; }
  15. Change warp .@menu_maps$[.@a], .@mapx[.@a], .@mapy[.@a]; to : warp strtolower(.@menu_maps$[.@a]), .@mapx[.@a], .@mapy[.@a];
  16. Check the database structure db/pre-re/item_db.txt or db/re/item_db.txt
  17. Split topic : http://rathena.org/board/topic/90734-annieruru-custom-bg/
  18. Patskie

    freebies

    [paste=367gpro4h24l]
  19. Use CASHPOINTS instead of #CASHPOINTS
  20. Patskie

    freebies

    They can get the freebies many times as long as their base level is < 230?
  21. Try : [paste=1krpxfhafvil]
  22. if ( getpartyleader( getcharid(1), 2 ) != getcharid(0) ) end;// not the party leader
  23. Like this ? http://upaste.me/index.php?act=paste&id=8328891306dab5a
×
×
  • Create New...