Jump to content

BeWan

Members
  • Posts

    381
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by BeWan

  1. getitembound 1202,1,Bound_Account; getitembound 1202,1,Bound_Guild; getitembound 1202,1,Bound_Party; getitembound 1202,1,Bound_Char;
  2. 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; }
  3. this is per account already or you want every account can claim even same ip/unique id?
  4. go to : conf / battle / player.conf // Will display rate information (EXP, Drop, and Death penalty message)? (Note 1) vip_disp_rate: yes
  5. all you have to do is paste it in SQL queries.
  6. use clean server grf. and try to put palette grf
  7. job_db1.txt // Structure of Database://JobID,Weight,HPFactor,HPMultiplicator,SPFactor,Unarmed,Dagger,1HSword,2HSword,1HSpear,2HSpear,1HAxe,2HA
  8. data/texture/effect check this path. maybe you have custom aura file in your grf.
  9. post the error message.
  10. do it on loadmap. so if the characters enter in specific map " BG registration map " you have a script that will validate if there's a dual.
  11. if you have gepard you can use get unique id if(limit > 2) kick or warp maintown
  12. getmapxy .map_self$, .x_self, .y_self, 0; replace 0; to this BL_PC; for item map much better to use this
  13. if this feature is enable you need to fill some items in the table. db_roulette
  14. you need to use css for calender or calendar plugins or html <input type="date" id="bday" name="bday">
  15. this is the error message: Duplicate column name 'use_existing' check your cp tables
  16. [email protected]$ = strcharinfo(3); if ( getmapflag( [email protected]$,mf_pvp ) ) || getmapflag( [email protected]$,mf_gvg ) { dispbottom [email protected]_command$+" failed in PVP/GVG maps"; end; }
  17. style = " margin-left: 500px !important; " if you dont have knowledge in css, check this website https://www.w3schools.com/w3css/
  18. you need to put wav file for gloria skill
  19. go to: conf / battle / skill.conf // Should traps (hunter traps + quagmire) change their target to "all" inside gvg/pvp grounds? (Note 3) // Default on official servers: 1 (for players) gvg_traps_target_all: 1
  20. i told you to direct it to the file of the logo.. header.php or etc..
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.