Jump to content

BeWan

Members
  • Posts

    398
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by BeWan

  1. View File Ring Sprite In response to this post : Submitter BeWan Submitted 12/26/2019 Category Rings Content Author Cebalrai  
  2. 190 downloads

    In response to this post :
    Free
  3. all the items you request. ? data.rar
  4. Version 3.0

    881 downloads

    Freebies NPC with gepard function (UniqueID) In response to this post :
    Free
  5. here prontera,150,150,4 script Freebies NPC 123,{ . @ unique _id $ = get_unique_id (); if (getd ("$ ID_" + . @ unique _id $)> 0 || #FreebiesReward> 0) { month "[Freebies NPC]"; mes "You have already claimed your Freebies."; close; } month "[Freebies NPC]"; mes "Here's your Freebies. Have a nice day!"; setd "$ ID_" + . @ unique _id $, 1; #FreebiesReward = 1; $ freebies_count - = 1; for ( . @ i = 0 ;. @ i <getarraysize (.items);. @ i + = 2) getitem .items [ . @ i ] ,. items [ . @ i +1]; if ($ freebies_count == 0) $ reward_status = 1; end; OnInit: setarray .items, 501,10,502,10; end; }
  6. its super easy to change job class names lol. no need to client hexing example image below.
  7. https://rathena.org/board/files/category/8-wings/
  8. are you sure this is yours? you forgot to edit the footer. ???
  9. View File Loading Screen Free basic loading screen of job classes. Submitter BeWan Submitted 12/23/2019 Category Loading Screens Video Content Author BeWan  
  10. maybe this is your problem npcshopdelitem "votepoints_shop",512;
  11. Version 1.0.0

    186 downloads

    Free basic loading screen of job classes.
    Free
  12. you can change it directly on mob db / pre-re or re / mob.db ID,Sprite_Name,kROName,iROName,LV,HP,SP, " EXP " , " JEXP "
  13. are you guys still looking for this? i can make one if you want
  14. i told you to check this. it can fix your problem check your db/pre-re or re-/job_basehpsp.txt or job_db1
  15. check your db/pre-re or re-/job_basehpsp.txt or job_db1
  16. i dont know if translate page is correct. if you want to activate the npc npc/scripts_custom.conf -set your npc here npc: npc/path of your file
  17. BeWan

    FluxCP

    do you have monster table on your db?
  18. this is gepard function for getting unique id " get_unique_id(); " to avoid getting spam. this function is to avoid spam even if you use proxy.
  19. he is just asking for get_unique_id (); Haha - script Reward NPC -,{ .@unique_id$ = get_unique_id(); if(getd("$ID_" + .@unique_id$) > 0 || #NPCREWARD > 0){ mes "[ Reward NPC ]"; mes "You have already claimed your reward."; close; } mes "[ Reward NPC ]"; mes "Here's your reward. Have a nice day!"; setd "$ID_" + .@unique_id$,1; #NPCREWARD = 1; $reward_count -= 1; for(.@i = 0; .@i < getarraysize(.rewards); .@i += 2) getitem .rewards[.@i],.rewards[.@i+1]; if($reward_count == 0) $reward_status = 1; end; OnInit: setarray .rewards,501,10,502,10; end; } here
  20. create htaccess file and put this inside php_flag output_buffering on or you can use <script>window.location="https://rathena.org/";</script>
×
×
  • Create New...