Jump to content

rans

Members
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by rans

  1. natural po kc PERCENT bumabase yun script.. parang ganto lng yan sir Kung mataas int(matk) mo yun bmatkrate,%; Eh di mataas din... PERCENT po ang pag base
  2. hi, http://rathena.org/wiki/
  3. hi, try to read this posts http://rathena.org/board/topic/59961-def-going-negative/ http://rathena.org/board/topic/75249-def-over-99-will-become-negetive/
  4. maari ka pong gumamit ng mga search engine http://www.eathena.ws/board/index.php?showtopic=262960
  5. If your looking for Txt server you can use 3ceam Txt Server http://svn.games-service.net/3CeAM-TXT-732[Trunk].rar Provide your own client side.
  6. rans

    Hi!

    Hi, You can use the search engine to search what do you need, or you can start here http://rathena.org/wiki/Main_Page/
  7. Bakit nga pala tinangal ang Txt Server ng rAthena?
  8. client side na ang need mong i configure paps? .. may mga guide d2 sa forum about setting ng client side
  9. hi, try this. ============================================= //===== Hourly Points Script ========================================= //===== By: ========================================================== //= GorthexTiger modified by Nibi //===== Current Version: ============================================= //= 1.0 //===== Compatible With: ============================================= //= Any eAthena Version / rAthena //===== Description: ================================================= //= Get Points every successful hours of gameplay, you cannot get //= the points even if you miss a second or a minute. A player will //= get a very big bonus if they played 12 hours consecutively //= or without logging out of the game. If the player is vending //= the script will then stop. //===== Additional Comments: ========================================= //= You can modify the script to your liking. //= The default points is Kafrapoints change it anyway if you like. //= 1.1 = Check Chatting too //= 1.2 = 5 Minute Idle Check & @at/@autotrade check. //= 1.3 = Corrected the current balance line on 12 Hours Consecutive //==================================================================== - script hourlypoints -1,{ //--Start of the Script OnPCLoginEvent: attachnpctimer ""+strcharinfo(0)+""; initnpctimer; end; OnTimer30000: //Check if Vending (normal or @at) if(checkvending() >= 1 || checkchatting() == 1) { dispbottom "The hourly points event stopped because you were vending / chatting. Please relog if you wish to start again."; stopnpctimer; end; } //Check if Idle getmapxy( .@map$, .@x, .@y, 0 ); if(@map$ == .@map$ && @x == .@x && @y == .@y) { set @afk, @afk + 1; } //If move timer resets else { set @afk, 0; } set @map$, .@map$; set @x, .@x; set @y, .@y; //Idle Check for 15 Minutes if(@afk == 30) { dispbottom "The Points stopped because you were idle for 30 minutes. Please relog if you wish to start again."; stopnpctimer; end; } end; OnTimer60000: set @minute, @minute + 1; //Check for 15 Minute if(@minute == 5){ set @minute,0; set .@point_amt, 1; //Points to get every hour (default: 1) getitem 7179 .@point_amt; dispbottom "You received "+.@point_amt+" Kafrapoints by staying ingame for 5 minutes"; dispbottom "Current Balance = "+#CASHPOINTS+" Kafrapoints"; set @consecutive_hour, @consecutive_hour + 1; } //Check for 12 hours consecutive if(@consecutive_hour == 6) { set @consecutive_hour,0; set .@cpoint_amt, 10; //Points to get for 12 Consecutive hours (default: 50) getitem 7179 .@cpoint_amt; dispbottom "You receive "+.@cpoint_amt+" You receive 30 bonus points by staying ingame Have fun"; dispbottom "Current Balance = "+#CASHPOINTS+" Kafrapoints"; } stopnpctimer; initnpctimer; end; } //--End of the Script ======================
  10. actually di ko ren sure... yun sa pag diff ng client .. wag mo siguro i check yun "enable custom font" tpos check mo yun "Use arial only" bsta parang ganyan ginagawa ko lng eh....
  11. parang tanga nmn tong post na to -.- ganyan nmn tlga kahaba ang space... try mo kaya dagdagan ang Word mo para mawala yun space LOL ... pati yun font mo i arial mo lng kaya
  12. eh ganyan nmn yun font ng ikalawang pic ah? paki explain ng mabuti ang problema mo sir.
  13. prontera,164,173,3 script Freebies 435,{ if(#freebies == 1) goto F_1; if (BaseLevel < 1) goto L_1; mes "[Freebies NPC]"; mes "Hi! "+strcharinfo(0)+""; mes "You will recieve Ragnarok Online Freebies"; mes "Thanks For Joining Here , Wish Too See You in the Future."; next; getitem 501,1; // edit your freebies emotion e_thx; set #freebies,1; close; OnInit: waitingroom "Freebies NPC",0; //<<== Pub Name ... end; L_1: mes "[Freebies NPC]"; mes "You must be level 1 to Enjoy Our Freebies"; emotion e_thx; close; F_1: mes "[Freebies NPC]"; mes "Enjoy Playing -RO !"; emotion e_bzz; close; }
  14. meron po yan error sa npc mo kaya't hndi mo ma click .. tignan mo po sa map-server mo ..
  15. hi, Can i ask about this Paladin Devoted CHampion.. Champion cast asura's strike to assassin cross(with Orc lord card.) There where no reflect damage to Paladin or Champion . but the sinx died.. when the champion(without devo) cast asura to assassin cross(with orc lord card) the champ received a reflect damage ... so reflect damage does not work when you are devoted.. can anyone help me ? thnx... Btw im using 3ceam 732
  16. hi, try not mixing up your ro files with other ro files... edit your harmony_custom.conf
  17. rans

    Help Please!

    cd "path to of your trunk" chmod a+x ./configure ./configure If you're using CentOS 32-bit please use: (./configure --disable-64bit) make clean make sql
  18. rans

    Help Please!

    drag and drop the folder from your desktop to Winscp (Root folder) usually...
  19. may error ka po sa pag compile mo nyan sir or anung last msg bago mag close?
  20. its already added ... you mean custom map?
×
×
  • Create New...