Jump to content

Clare

Members
  • Content Count

    52
  • Joined

  • Last visited

2 Followers

About Clare

  • Rank
    Advanced Member
  • Birthday May 2

Contact Methods

Profile Information

  • Gender
    Male
  • Location:
    Brazil
  • Emulator
    Hercules

Recent Profile Visitors

2926 profile views
  1. I tried to add this plugin but I got this error, what I do to make it work? I'm using Centos 6 party.c:13:27: error: common/malloc.h: No such file or directory party.c:30:1: warning: "safestrncpy" redefined In file included from party.c:11: ../common/strlib.h:47:1: warning: this is the location of the previous definition party.c: In function 'party_create_mine': party.c:137: error: 'struct strlib_interface' has no member named 'safestrncpy' party.c: In function 'buildin_party_create': party.c:342: error: 'struct strlib_interface' has no member named 'safestrncpy' party.c: In function 'plugin_init': party.c:596: warning: implicit declaration of function 'GET_SYMBOL' party.c:596: warning: nested extern declaration of 'GET_SYMBOL' party.c:596: warning: assignment makes pointer from integer without a cast party.c:597: warning: assignment makes pointer from integer without a cast party.c:598: warning: assignment makes pointer from integer without a cast party.c:599: warning: assignment makes pointer from integer without a cast party.c:600: warning: assignment makes pointer from integer without a cast party.c:601: warning: assignment makes pointer from integer without a cast party.c:602: warning: assignment makes pointer from integer without a cast party.c:603: warning: assignment makes pointer from integer without a cast party.c:604: warning: assignment makes pointer from integer without a cast party.c:621: warning: assignment from incompatible pointer type party.c:622: warning: assignment from incompatible pointer type make[1]: *** [../../plugins/party.so] Error 1 make[1]: Leaving directory `/home/ragnarok/hercules/src/plugins' make: *** [plugins] Error 2
  2. Hi, i need help to make a change in the Super Novice Spirit. In the IRO wiki Say: Headgears and Weapons made equip-able by this skill will remain equipped: If the link remains active while traveling between maps. Even after the link wears off until the target moves to any map or log out. Headgears and Weapons made equip-able by this skill will also remain equip-able even if broken. Ok, its perfect work, but I want to change it, are possible made if the link disapear and the target moves to any map or log out, the equipaments still equiped, until unequiped for the player or strip/broken. Thanks to all who can help me.
  3. Using the Navigation system I searched for the Spore monster and the result was this Sprites of npcs are appearing instead of sprites of monsters I'm using these Lua files for pre-re: https://github.com/ROClientSide/Translation Anyone know how to solve this?
  4. My src is clean, I just changed the max level and things like that, the basics. The two modifications I've posted do not work, they keep reflecting, I believe that need create something more complex or change somewhere else, but I do not know how to do that.
  5. Hello @Easycore, yes I want to stop the reflection of these skills by items and Reflect Shield If I use the official configuration (the first option) the skills are reflected, so I decided to try to remove: "&& skill_id != WS_CARTTERMINATION && skill_id != GS_DESPERADO" but the skills are still reflected in the same way, I compile after the modifications...
  6. how to make these skills stop being reflected by items and other skills? I try change in battle.c this: if( sc->data[SC_REFLECTSHIELD] && skill_id != WS_CARTTERMINATION && skill_id != GS_DESPERADO && !(d_bl && !(wd->flag&BF_SKILL)) // It should not be a basic attack if the target is under devotion && !(d_bl && sce_d && !check_distance_bl(target, d_bl, sce_d->val3)) // It should not be out of range if the target is under devotion ) { for this: if( sc->data[SC_REFLECTSHIELD] && !(d_bl && !(wd->flag&BF_SKILL)) // It should not be a basic attack if the target is under devotion && !(d_bl && sce_d && !check_distance_bl(target, d_bl, sce_d->val3)) // It should not be out of range if the target is under devotion ) { but not work, could someone help me? I apologize for my English, I'm using a translator.
  7. Thank you very much Garr
  8. Thank Garr I will tell my players and send the new guide if all goes well come back here to tell. But I have a question, if my server is pre-renewal he should not use the old version of the quest of Thanatos?
  9. Hi, i have a problema with Thana Quest My players performed the quest as this guide: http://write.ratemyserver.net/ragnoark-online-quest-guides/thanatos-tower-quest-guide/ and in this part of guild: "On the 5th floor you have to find the third machine, which will give you the Blue Key. Here you’ll need at least 3 members of your party to open it. You have to get closer to the machine and speak to it. Here you’ll obtain the third key." The npc "Machine Device" does not appear, like in the print: Does anyone know how can I fix this problem?
  10. @Angelmelody Thank you very much, now works perfectly! <3
  11. Edit thanks I will try again and come back to tell if it worked ^^
  12. Hi @@Winterfox I think you don't understand what I want ... I just want sell some items in the NPC, like rental items, for a time using the rental items, but this items can't have slot for cards, without changing the original items, I want to give the option to players 1- buy the permanent item with slot 2- rent the item for a specified time without the slot for cards and to do this need to create rental items, but the items not can have their slots for cards. In other words, I want to remove the card slots of rental items in the same way that there not are card slots for costume items created by the "costume system" changing the script command rentitem or something in the source.
  13. Hi, Someone can help me to make a change in rental items? I want they cannot have equipped cards. Remove the slot cards from this items. I searched an answer for this on forum, but didn't find anything that could help me, I believe it is necessary to make a change in the source. Thanks to anyone who can help me to make this change.
  14. thank you very much, worked perfectly!!! I Love you *------*
×
×
  • Create New...

Important Information

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