Jump to content

daim

Members
  • Posts

    36
  • Joined

  • Last visited

Everything posted by daim

  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
  15. sometime after login, and also using some skills also will freeze/stuck the charecter.. Emistry: same i still got the freeze issue.. is rathena not support 21.07.2010 version? if using 3rd job skill can cause FREEZE to my char.. then have to relog.. anyone know?
  16. Hi, Im using 21-7-2010 client, i running my server with RE features. I have no problem when login and so on.. but sometime my char just like FREEZE, no error in console. have to shut down client and start over. It's because of client not supported 3rd job or server having problem?
  17. Still stucked when talk to comander aggip at "Please be patient, i'll contact you when the time is right". Any clue?
  18. well atcualy im using old version of athena julay 2011 version.. i dont think new setup aply rite?
  19. Hi guys, How to fix this problem: 1. If i ran my client.exe via THOR-PATCHER the default resolution i sleceted for my client changed. Mean if i run using CLIENT only it will be 1280x400, but when i run using THOR-PATCHER (by click start ) it will run my client and change it to other resolution. Any fix for this ya? regards.
  20. because i would like to make npc function.. the info in guild window just for player info.. with this function we can expand it to other event..
  21. Hi, Does anyone know how to do this check: .1. Count how many players with same guild online in certain map. or the situation like this. 1. PLAYER A with guildname ABA 2. PLAYER A click on NPC to warp to prontera. 3. NPC check how many ABA guild member members online in prontera. it's posibble?
  22. yeah Dorean.. sure i complie... with clean..
×
×
  • Create New...