Jump to content

Elsa Mist

Members
  • Posts

    387
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Elsa Mist

  1. you are at the right place skill_require.db.txt. // Structure of Database: // SkillID,HPCost,MaxHPTrigger,SPCost,HPRateCost,SPRateCost,ZenyCost,RequiredWeapons,RequiredAmmoTypes,RequiredAmmoAmount,RequiredState,RequiredStatuses,SpiritSphereCost,RequiredItemID1,RequiredItemAmount1,RequiredItemID2,RequiredItemAmount2,RequiredItemID3,RequiredItemAmount3,RequiredItemID4,RequiredItemAmount4,RequiredItemID5,RequiredItemAmount5,RequiredItemID6,RequiredItemAmount6,RequiredItemID7,RequiredItemAmount7,RequiredItemID8,RequiredItemAmount8,RequiredItemID9,RequiredItemAmount9,RequiredItemID10,RequiredItemAmount10,RequiredEquipment //
  2. http://www.eathena.ws/board/index.php?s=d20aa50ec788f663cffcea6af1a00074&showtopic=248153&view=findpost&p=1353915
  3. Actually, if Orange00 trying to change the email password or etc. Why dont Conflict just talk to Orange00? Just block the email access, dont block on Harmonize panel. Orange00 cant do anything if he dosent get the email access as we know Sirius will never get back on Harmony and its has been years. Somehow, he need to ask Conflict for the packages.Thats the logic what i read from the first post. Yes, ima kinda shock... Conflict was nice with me since the first time we know each others. Just a suggestion, i hope Orange00 and Conflict can make this issues solve as fast as they can. I am sure, rA community dosent want this kind of issue. Which is involve rA satff. People will judge with a bad assumption. Its for rA community for god sake. Sorry for my english...
  4. try update your git... its working on me.
  5. really dont understand. up to u
  6. Implementation begins in T minus 1 Years 3 Months 5 Hours rA dosent have, but google have. Million LOL from me!
  7. I have experience on this. If u dont have a script skills u will be collapse in one sec. LOL I think, u can use WOE SE scripts as a base. Because they have a barricade.
  8. Sure u can. But if u have a source mod, it might be difficult. rA and hE to many different. But you can ask someone that can help u with this. If u dont have any source mod, well that is easy, just modified your SQL table.
  9. Find this line in your skill.c case MO_EXTREMITYFIST: // if(sc && sc->data[SC_EXTREMITYFIST]) //To disable Asura during the 5 min skill block uncomment this... // return false; if( sc && (sc->data[SC_BLADESTOP] || sc->data[SC_CURSEDCIRCLE_ATKER]) ) break; if( sc && sc->data[SC_COMBO] ) { switch(sc->data[SC_COMBO]->val1) { case MO_COMBOFINISH: case CH_TIGERFIST: case CH_CHAINCRUSH: break; default: return false; } } remove //
  10. There is several scripts i guess. One of it is Supporter Player - Let u hired SinX or Priest. But this script was to old, cant use anymore with current git. This scripts available at old eA forum. Made by Annieruru Option 2 - Use Mercenary System
  11. When i click the npc mapserver say (incorrect use of close command) thank your for the help! this lines .@nb = query_sql( "select name, woe_points from guild order by woe_points desc limit 3", .@guild_name$, .@points ); for ( .@i = 0; .@i < .@nb; .@i++ ) { if ( !.@points[.@i] ) break; mes ( .@i +1 )+". "+ .@guild_name$[.@i] +" -> "+ .@points[.@i]; } close; <======== replace with .@nb = query_sql( "select name, woe_points from guild order by woe_points desc limit 3", .@guild_name$, .@points ); for ( .@i = 0; .@i < .@nb; .@i++ ) { if ( !.@points[.@i] ) break; mes ( .@i +1 )+". "+ .@guild_name$[.@i] +" -> "+ .@points[.@i]; } end;
  12. up for what? lol the answer is here Are you using pre-re? Coz im using pre re and I fixed this by adding this 22777,Gift_Buff_Set,Gift Buff Set,2,10,,100,,,,,,,,,,,,,{ getgroupitem(IG_Gift_Buff_Set); },{},{} in my item_db.txt
  13. .Are you using lua or xray? You will be need item view ID to make it appear when you wear the item. Make sure the item view ID same like item ID at item_db.txt
  14. https://rathena.org/board/topic/66839-mining-game-miner-world-15-2013-06-15/ thanks for the help. sorry this is not the script what i want... i am searching for a mining script for the wall. I believe that script similar with eAmod mining scripts. You cant get it free here. Unless you hired a scripter to do it for you.
  15. https://rathena.org/board/topic/66839-mining-game-miner-world-15-2013-06-15/
  16. You will need to rework everything back. It might be because of some technical issue when you installing the server. Make it fresh again.
  17. Elsa Mist

    Quest

    If it not clickable, there will be an error. see your console to make sure the error.
  18. Maybe the custom will show effect only when you walk? try view it with spr view. If you want to make it equip as a robe, you will have to add it with different way. You cant add it just like a normal custom.
×
×
  • Create New...