Jump to content

daim

Members
  • Posts

    36
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Recent Profile Visitors

2989 profile views

daim's Achievements

Drops

Drops (2/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. There no src in that rathenacn release. Anyway is there any other alternatives sir? If it for sell which git version can be use?
  2. daim

    Script mod

    Thanks will test it once I back Hi, Its not working. I just show Time Remaining: no value after that.
  3. daim

    Script mod

    Hi there, Could someone help me mod this script? 1. I would like to add function where there command like @reward, and it will display time remaining to get points or reward. //= 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: addtimer .timer,"hourlypoints::OnPointGet"; end; OnPointGet: while(checkvending() >= 1 || checkchatting() == 1) { sleep2 .delay; if(.@mes$=="") dispbottom set(.@mes$,"The hourly points event haulted because you were vending, chatting, or idle."); } set #CASHPOINTS, #CASHPOINTS + .point_amt; dispbottom "You received "+.point_amt+" Kafrapoints by staying ingame for 1 hour"; dispbottom "Current Balance = "+#CASHPOINTS+" Kafrapoints"; set @consecutive_hour, @consecutive_hour + 1; //Check for 3 hours consecutive if(@consecutive_hour == 3) { set @consecutive_hour,0; set #CASHPOINTS, #CASHPOINTS + .cpoint_amt; dispbottom "You receive "+.cpoint_amt+" Kafrapoints in playing for 12 consecutive hours"; dispbottom "Current Balance = "+#CASHPOINTS+" Kafrapoints"; } addtimer .timer,"hourlypoints::OnPointGet"; end; OnInit: set .timer, 1000*15*15; //Timer in milliseconds. set .cpoint_amt, 15; //Points gained for consecutive time online. set .point_amt, 5; //Normal points gained. set .delay, 1000; //Delay for idle re-check check. set .dlimit, 60*30; //Stop points if afk greater then in seconds (30mins). } Thank you in advance.
  4. Hi there, How to compile this? Or is there any compiled version for windows? thanks tried compile with debian i getting this error In file included from src/ic/rbt_name_range.h:5:0, from src/ic/rbt_name_range.c:1: src/ic/rbt_range.h:4:21: fatal error: rbt.h: No such file or directory compilation terminated. make: *** [src/rbt_name_range.o] Error 1
  5. Hi chris, On your Quest System script i getting this error. Missing 1 right curly on line 779.
  6. Hi there, As per topic, im using kinda old client dated 31082010ragexe. How can i enable crashlog.log if the client crash out? Seem my client now only display error dialogs not the crash.log. thanks
  7. anyone know how can i buy gepard shield?
  8. anyone know where i can buy gepard shield?
  9. Hi there, Im using this client for my new project. Unfortunetly i having few problems. 1. Some button not translated (ie guild disband button showing glibberish text. 2. Item info not translated. (i already put iteminfo.lub inside my grf but still it showing glibberish text on item description) please help. Thanks
  10. hi all.. Could anyone here tell me how to fix the button and text on title box as in the circle pitcure below? Im using 18-4-2012 client thanks in advance.
  11. keep up good work sir. You're genius guy seriously!
  12. daim

    WOE SE problems

    sloved. just only mapflag.. lol..
  13. Hi, Does anyone know why we cant kill the emp after the castle occupied? thanks
  14. Hi, Im thinking to remove lastjob, jobchangelvel from global reg value to optimize my database load. Do you guys think its go to do so? thanks
×
×
  • Create New...