Jump to content

Frhysthia

Members
  • Posts

    52
  • Joined

  • Last visited

Everything posted by Frhysthia

  1. Hello. i need a script or a link of all items only needs in RWC 2013/2014 Rules. i cannot find in web all of the items allowed in RWC 2013/2014 Theme. thanks in advance!
  2. Thanks. still waiting for this sprites.
  3. is this a official release ? Check it guys. https://www.facebook.com/ROWiki/posts/740169236057675
  4. Can you add enchant for RWC Weapons like RWC Memory Staff,Knifes.. etc.. thank you!
  5. [Debug]: mapindex_name2id: Map "+$TvTMap$[0" not found in index list! [Warning]: Unexpected type for argument 4. Expected number. [Debug]: Data: variable name='$BlueTeam$' index=0 [Debug]: Function: warpchar [Debug]: Source (NPC): TvTEventStart (invisible/not on a map) [Warning]: Unexpected type for argument 4. Expected number. [Debug]: Data: variable name='$RedTeam$' index=0 [Debug]: Function: warpchar [Debug]: Source (NPC): TvTEventStart (invisible/not on a map) Need some help?
  6. @ t3quila Error in compiling. skill.c: At top level: skill.c:10236: error: expected identifier or '(' before 'if' skill.c:10242: error: expected identifier or '(' before 'if' skill.c:10247: error: expected identifier or '(' before 'if' skill.c:10260: warning: data definition has no type or storage class skill.c:10260: warning: type defaults to 'int' in declaration of 'map_freeblock_unlock' skill.c:10261: error: expected identifier or '(' before 'return' skill.c:10262: error: expected identifier or '(' before '}' token make[1]: *** [obj_sql/skill.o] Error 1
  7. When my Armor is refine to +4 and i will use refine npc, like i will use +9 armor refine deed. it stacks, i use refine deed but my armor is +13 because of the previous refine. what will ill change on not to stack previous refine?
  8. thanks Antares: and lastly if its okay? how to lower the success rate? cuz its like 8/10 i won.. thank you! .@2 = rand(1,100); //Rolls dice for Slot 2 .@3 = rand(1,100); //Rolls dice for Slot 3 Change it to : .@2 = rand(1,50); //Rolls dice for Slot 2 .@3 = rand(1,50); //Rolls dice for Slot 3
  9. someone have script that enchants Archangel wing that can enchant up to 3 times. like iRO. http://irowiki.org/wiki/Fallen_Angel_Wing_Enchants thanks to those will help.
  10. my svn is r17703 and my vacuum extreme wont work on players / monsters. can someone help me with this. thanks.
  11. Use rentitem instead of getitem when giving out items after enchantments. Next problem is how to know current remaining "rent time" of the item when giving them out. dunno what will i edit need some help
  12. my neo items are rentitem for 7 days. but when enchants, rentitem is gone. how to make it to still a rentitem for 7days?
  13. Requesting for Geffen Scroll Script. 12746,Destruction_Scroll,Destruction Scroll,2,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} Use this item to increase your physical damage against Angel, Holy, and Boss monsters by 5% for 30 minutes. This effect persists through death. 12747,Royal_Scroll,Royal Scroll,2,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} Use this item to reduce Boss monsters damage by 5% for 30 minutes. This effect persists through death. 12748,Immune_Scroll,Immune Scroll,2,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} Use this item to reduce Neutral damage by 5% for 30 minutes. This effect persists through death. 12749,Mystic_Scroll,Mystic Scroll,2,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} Use this item to increase your magical damage by 5% and decrease casting time by 5%. This effect persists through death. 12750,Battle_Scroll,Battle Scroll,2,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} Use this item to increase your physical damage by 5% and increase ASPD by 5% for 30 minutes. This effect persists through death. 12751,Armor_Scroll,Armor Scroll,2,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} Use this item to increase your Def by 5 and Flee by 10 for 30 minutes. This effect persists through death. 12752,Prayer_Scroll,Prayer Scroll,2,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} Use this item to increase your MDef by 5 and Perfect Dodge by 10 for 30 minutes. This effect persists through death. 12753,Soul_Scroll,Soul Scroll,2,20,,10,,,,,0xFFFFFFFF,7,2,,,,,,{},{},{} Use this item to increase your MaxHP by 5% and MaxSP by 5% for 30 minutes. This effect persists through death. Thanks.
  14. i tested summon fire , water , lightning, and stone ball, but then. this is example, i use summon lightning ball level 1 5times. ..it does not stock 5 lightning balls, it only stock 1 lightning ball,. but when i use level 5 summon lightning ball 5times., it stocks 5 lightning ball, where can i fix this when i cast level 1 summoning stone 5times it will stack 5 stones? thanks to those will help me in advance BTW, i solve it on my own. skill.c if( !sctype || j >= skill_lv ) { if( sd ) // No free slots to put SC clif_skill_fail(sd,skill_id,USESKILL_FAIL_SUMMON,0); break; to if( !sctype || j >= 5 ) { if( sd ) // No free slots to put SC clif_skill_fail(sd,skill_id,USESKILL_FAIL_SUMMON,0); break;
  15. i tested summon fire , water , lightning, and stone ball, but then. this is example, i use summon lightning ball level 1 5times. ..it does not stock 5 lightning balls, it only stock 1 lightning ball,. but when i use level 5 summon lightning ball 5times., it stocks 5 lightning ball, where can i fix this when i cast level 1 summoning stone 5times it will stack 5 stones? thanks to those will help me in advance Ooops. sorry wrong thread.
  16. Help for crushing strike, hits the target with Critical Attack depends on the critical status. I tried many times but it failed to land any critical attack.
  17. Can someone help me the skill stone curse, before the character get being stoned , in pRO , the character cant use potion. i dont know where to edit.i need some help
  18. Recompiling server? yea i recompiled it a couple of times. and still not working
  19. Can someone make this script? A girlish hairband decorated with little heart wings and laces. Decrease 5% of delay after skill, and 10% of SP consumption by skill. And both effect will be increase 3% by each refine 3Lv. Class : Headgear Defense : 0 Location : Upper Weight : 30 Required Lv : 50 Jobs : All Thanks in advance.
×
×
  • Create New...