Jump to content

BeWan

Members
  • Posts

    398
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by BeWan

  1. 100% working no problem in game/terminal.
  2. i apply this diff yesterday to latest git file and its working 100%. dm me and send your error ill help you.
  3. madali lang ifix yan. dahil yan sa hiding animation need mo ibypass yun pede mo yun magawa sa src / map / clif.cpp
  4. you need to put this on your css and call css file in your html file or put the code in style bracket
  5. if(@minute == 60){ if(getcharid(0) == player char id){ set @minute,0; set .@point_amt, 1; //Points to get every min (default: 10) set #KAFRAPOINTS, #KAFRAPOINTS + .@point_amt; dispbottom "sdasfaff"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Kafrapoints"; set @consecutive_hour, @consecutive_hour + 1; }else{ message } } //Check for 5 hour consecutive if(@consecutive_hour == 5) { if(getcharid(0) == player char id){ set @consecutive_hour,0; set .@cpoint_amt, 100; //Points to get for 5 Consecutive hours (default: 100) set #KAFRAPOINTS, #KAFRAPOINTS + .@cpoint_amt; dispbottom "dsdsdgsgs"; dispbottom "Current Balance = "+#KAFRAPOINTS+" Kafrapoints"; }else{ message } }
  6. ..\_tmpEmblem\..\data\texture\effect\flaggraffiti0.ebm ..\_tmpEmblem\..\data\texture\effect\flaggraffiti0.ebm i think this is the caused of the crash.
  7. @Sergardo you can add any pub you want in the script. ? @gidzdlcrz @Loke wait for the admin to accept the new update.
  8. use this go bind script to solve your problem.
  9. did you diff your client to read msgstringtable.txt?
  10. are you talking about in the notice.html or the news box? you need to put this on your css news box ::-webkit-scrollbar { display: none; }
  11. if you have gepard and want to update trans job class sprite you need to put it in gepard.grf and give it to functor to allow it.
  12. getitembound 1202,1,Bound_Account; getitembound 1202,1,Bound_Guild; getitembound 1202,1,Bound_Party; getitembound 1202,1,Bound_Char;
  13. you need to use different script. cuz as the title says it use gepard function (unique_id) anyway other version of freebies npc. jupe_ele,41,34,5 script Freebies 435,{ if(#freebies1 == 1) goto F_1; if (BaseLevel < 1) goto L_1; mes "[Freebies NPC]"; mes "Hi! "+strcharinfo(0)+""; mes "You will recieve 1 Krane Ragnarok Online Freebies"; mes "Thanks For Joining Here , Wish Too See You in the Future."; next; //ITEM CONFIG getitem 512,1; emotion ET_THX; set #freebies1,1; close; OnInit: waitingroom "Freebies NPC",0; end; L_1: mes "[Freebies NPC]"; mes "You must be level 1 to Enjoy Our Freebies"; emotion ET_THX; close; F_1: mes "[Freebies NPC]"; mes "Enjoy Playing Krane-RO !"; emotion ET_STARE; close; }
  14. this is per account already or you want every account can claim even same ip/unique id?
  15. go to : conf / battle / player.conf // Will display rate information (EXP, Drop, and Death penalty message)? (Note 1) vip_disp_rate: yes
  16. all you have to do is paste it in SQL queries.
  17. use clean server grf. and try to put palette grf
  18. job_db1.txt // Structure of Database://JobID,Weight,HPFactor,HPMultiplicator,SPFactor,Unarmed,Dagger,1HSword,2HSword,1HSpear,2HSpear,1HAxe,2HA
  19. data/texture/effect check this path. maybe you have custom aura file in your grf.
  20. post the error message.
×
×
  • Create New...