Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/30/19 in all areas

  1. Hello community, How can I set the maximum damage reflected by Reflect Shield and Reject Sword? I want to set the maximum damage to equal to the caster's HP. Thanks!
    1 point
  2. Hello community, how are you doing ?! Can someone help me? I try to shoot arrows, the arrows are equipped, but the message "you must equip arrows" appears Either with bow, or violin, with Hunter or Clown is not working. thanks in advance!
    1 point
  3. I think your looking for these setcell "arena",135,135,165,165,cell_walkable,0; setcell "arena",140,140,160,160,cell_walkable,1; The 'flag' can be 0 or 1 (0:clear flag, 1:set flag). idk how its set up exactly but you can set up a line of them just experiment a bit Then this for your message: *mapannounce "<map name>","<text>",<flag>{,<fontColor>{,<fontType>{,<fontSize>{,<fontAlign>{,<fontY>}}}}}}; and i think you want these too : *hideonnpc "<NPC object name>"; *hideoffnpc "<NPC object name>"; NPC names are unique you get errors for duplicates Id put it together for you but its simple enough for a novice
    1 point
  4. add this : OnStart: if ( .start ) end; .round = 0; // add this on bombring.txt
    1 point
  5. Version 1.0.0

    647 downloads

    with this you can add a "like" variable that hooked to the unique id that Gepard provide ofc the script wont work without Gepard Shield Faster Explanation: all you need to know if you already know how to script: TO SET EXAMPLE: Account Variable in rAthena EX: #VAR = 10; Character Variable in rAthena EX: VAR = 10; Gepard Variable ? > with this functions EX: gepard_int_set("VAR",10); AFTER THE ABOVE THE RESULT WOULD BE> TO GET EXAMPLE: Account Variable in rAthena EX: mes "" + #VAR;// = 10 Character Variable in rAthena EX: mes "" + VAR;// = 10 Gepard Variable ? > with this functions EX: mes "" + gepard_int_get("VAR");// = 10 Download the test NPCs for more Explanation: Script Header: //===== rAthena Script ======================================= //= set and get for gepard //===== By: ================================================== //= Sader1992 //https://rathena.org/board/profile/30766-sader1992/ //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= rAthena Project //= https://github.com/sader1992/sader_scripts //===== Description: ========================================= <<<<<<< READ ME! //= YOU MUST RUN THE SQL SCRIPT IN YOUR MAIN SQL FIRST!!!!! //= you should add this to the end of your 'rathena/npc/other/Global_Functions.txt' //= gepard_int_get(<"key">,{<index>{,<"unique id">}}); //= gepard_string_get(<"key">,{<index>{,<"unique id">}}); //= gepard_int_set(<"key">,<value>{,<index>{,<"unique id">}}); //= gepard_string_set(<"key">,<"value">{,<index>{,<"unique id">}}); //============================================================ /* //ADD THIS TO YOUR SQL! CREATE TABLE IF NOT EXISTS `gepard_reg_num` ( `unique_id` int(11) unsigned NOT NULL default '0', `key` varchar(32) binary NOT NULL default '', `index` int(11) unsigned NOT NULL default '0', `value` int(11) NOT NULL default '0', PRIMARY KEY (`unique_id`,`key`,`index`), KEY `unique_id` (`unique_id`) ) ENGINE=MyISAM; CREATE TABLE IF NOT EXISTS `gepard_reg_str` ( `unique_id` int(11) unsigned NOT NULL default '0', `key` varchar(32) binary NOT NULL default '', `index` int(11) unsigned NOT NULL default '0', `value` varchar(254) NOT NULL default '0', PRIMARY KEY (`unique_id`,`key`,`index`), KEY `unique_id` (`unique_id`) ) ENGINE=MyISAM; */
    Free
    1 point
  6. Try this guys. I just had this problem like 5 minutes ago and searched... Just tried it on a novice but should be okay. Just place it inside the lua file. Although it seems like it's messed up.. So we may need still need to get a fix for this. I am using the 2018-06-20e client. Update: Seems it got fixed when I did skillall and then changed bodystyle @_@
    1 point
  7. View File 2018 ICONS FOR FLUXCP THIS PACK CONTAINS THE HERCULES 2012 PACK AND THE ITEMS THAT FAIL UP TO THE DATE OF: 2018-03-25. IN ACCORDANCE WITH KRO. MORE INFO READ THE .TXT FILE INSIDE THE ZIP. /////////////////////////////////////////////////////////////////////////////////// ESSE PACK CONTÉM O PACK DE 2012 DO HERCULES E OS ITENS QUE FALTAM ATÉ A DATA DE : 2018-03-25. DE ACORDO COM O KRO. MAIS INFORMAÇÕES LEIA O ARQUIVO .TXT DENTRO DO ZIP. Submitter wlauton Submitted 07/11/2018 Category General Website Templates Video Content Author Award3d, Latheesan's Extractor  
    1 point
  8. Version 1.0.0

    410 downloads

    THIS PACK CONTAINS THE HERCULES 2012 PACK AND THE ITEMS THAT FAIL UP TO THE DATE OF: 2018-03-25. IN ACCORDANCE WITH KRO. MORE INFO READ THE .TXT FILE INSIDE THE ZIP. /////////////////////////////////////////////////////////////////////////////////// ESSE PACK CONTÉM O PACK DE 2012 DO HERCULES E OS ITENS QUE FALTAM ATÉ A DATA DE : 2018-03-25. DE ACORDO COM O KRO. MAIS INFORMAÇÕES LEIA O ARQUIVO .TXT DENTRO DO ZIP.
    Free
    1 point
×
×
  • Create New...