Jump to content

LatSo

Members
  • Posts

    296
  • Joined

  • Last visited

Everything posted by LatSo

  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.
  16. check mo kung pati ang sprite name parehas. tapos check mo din ang luafiles mo.
  17. som1 already asked for this. try search button
  18. oh my i forgot that addrid is now implemented shhh. thanks!
  19. is that necessary? it's just a plain ladder.
  20. Anyone has an idea on how to do this? First of all, I have top 6 Ranking of players having #toughppl variable I wanted to have a script that will announce ( bc_self ) on the specific players only of this ladder. ( Of course this is a live ladder, so from time to time player A may not be on the ladder any more and is replaced by player B ) Announce will happen for example every 1 hour. please help! anyone?
  21. Sorry for the bad topic title. anyways, what script is that when a player clicks cancel button then this script will execute? I mean for example, if you will input a menu in the npc there will always be a cancel button. My request is that, if a player clicks that button this script will execute. I hope this explains my request. thank you!
×
×
  • Create New...