Advertisement
dc36ea5dbcbd54b0c571

UnLimit Limit Ladder sample 2

Apr 7th, 2011
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. prontera,150,180,4 script Goddameit-Ladder 990,{
  2. switch(select("Do","Watch",getgmlevel()==99?"Clean":""))
  3. {
  4. case 1:
  5. switch(select("Cash","Kafra"))
  6. {
  7. case 1:
  8. callfunc "LadderWork","Cash",10,"#CASHPOINTS";
  9. close;
  10. case 2:
  11. callfunc "LadderWork","Kafra",10,"#KAFRAPOINTS";
  12. close;
  13. }
  14. case 2:
  15. switch(select("Cash","Kafra"))
  16. {
  17. case 1:
  18. callfunc "LadderWatch","Cash",10,0;
  19. close;
  20. case 2:
  21. callfunc "LadderWatch","Kafra",10,0;
  22. close;
  23. }
  24. case 3:
  25. switch(select("Cash","Kafra"))
  26. {
  27. case 1:
  28. callfunc "LadderWatch","Cash",0,1;
  29. close;
  30. case 1:
  31. callfunc "LadderWatch","Kafra",0,1;
  32. close;
  33. }
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement