Jump to content

LatSo

Members
  • Posts

    296
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    PH

Recent Profile Visitors

2768 profile views

LatSo's Achievements

Poring

Poring (1/15)

2

Reputation

4

Community Answers

  1. I believe this needs a source modification, actually I saw something like this before. I'll find it in a bit. EDIT: This is what i found, although I think it's paid src mod. http://rathena.org/board/topic/78767-card-effect-stack-limit/
  2. Is now back active.

  3. what castle is activated in your server?
  4. is this script already working and you just need a modification? I doubt this is working.
  5. - script Newppl -1,{ OnPCLoginEvent: if ( !newbie ) { end; } announce "Let us welcome "+strcharinfo(0)+" to our server!",0; set newbie,1; end; }
  6. check it in your test server. im not on my pc, cant test it on my own.
  7. is there any error shown in the map server?
  8. brasilis,232,322,5 script Novice Ladder 897,{ query_sql "SELECT `char`.`name`,CAST(`value` AS UNSIGNED) " + "FROM global_reg_value " + "LEFT JOIN `char` ON global_reg_value.char_id=`char`.char_id " + "WHERE global_reg_value.`str`='pknov' " + "ORDER BY CAST(`value` AS UNSIGNED) DESC LIMIT 8",.@aid$,.@var; mes "[Novice Ladder]"; for (set .@i,0; .@i<getarraysize(.@aid$); set .@i,.@i+1) { mes (.@i+1) +". ^0000FF"+ .@aid$[.@i] +"^000000 ["+ .@var[.@i] +"]"; } close; OnPCKillEvent: if ( BaseClass == Job_Novice ) { set pknov,pknov+1; end; } end; } test it first.
  9. this script really looks familiar anyways, just pvpon the map.
  10. yah thats almost impossible to happen. think of this scenario, 5 players join Dice. then 2 players remains, more than 50% chance that there is no winner.
  11. its almost impossible to have 1 winner only, because there is 4 choices.
  12. so the remaining player will be the winners? or the script will run again until 1 player is remaining?
  13. flee rate gain by luk, you need to change it in src
  14. what is the GM level per account level?
  15. I think this will need a source modification.
×
×
  • Create New...