Jump to content

jamesandrew

Members
  • Posts

    58
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling
  • Location
    Comodo
  • Interests
    asking questions

Recent Profile Visitors

656 profile views

jamesandrew's Achievements

Metaling

Metaling (6/15)

  • Collaborator
  • Reacting Well
  • First Post
  • Conversation Starter
  • One Month Later

Recent Badges

3

Reputation

  1. Sorry for reviving this old thread, but I would like to know as well. The idea is to prevent people from griefing by casting a warp portal (skill) exactly at the spawn point when you enter/exit the warp portal (npc)
  2. Sorry for resurrecting an old thread but I'm having same issue with my custom supportive skills. They require '/ns' to cast on players, yet they can be cast on mobs without using '/ns' I'm using 20220406, any thoughts on this? skill.cpp case NV_CLEARS: clif_skill_nodamage(src,bl,skill_id,skill_lv,1); status_change_end(bl, SC_CURSE); break; skill_db - Id: 785 Name: NV_CLEARS Description: Clears MaxLevel: 1 Type: Weapon TargetType: Support DamageFlags: NoDamage: true Flags: IsQuest: true Range: 1 Hit: Single HitCount: 1 CastCancel: true Cooldown: 5000 Requires: SpCost: 20
  3. I haven't figured out how to change lex aeterna hit count But it has to be right here? battle.cpp if (tsc->getSCE(SC_AETERNA) && skill_id != PF_SOULBURN) { if (src->type != BL_MER || !skill_id) damage *= 2; // Lex Aeterna only doubles damage of regular attacks from mercenaries #ifndef RENEWAL if( skill_id != ASC_BREAKER || !(flag&BF_WEAPON) ) #endif status_change_end(bl, SC_AETERNA); //Shouldn't end until Breaker's non-weapon part connects. } I don't know how to change it, so I'd appreciate it if someone else could lend a hand in finding a solution.
  4. My costume is only showing aura above the head...
  5. I need help with an NPC script that resets the SN Death Counter in return for 10 Red Pots.
  6. I blocked a player in the Adventure Agency, and now I can't figure out how to unblock them. Tried remaking the group and checking the database, but no luck. It's affecting all their characters on the same account, they're all blocked. Any quick fixes or tips? -edit solved, both accounts have to relog
  7. I followed this guide for guild storage, but I'm getting 600 slots for a level 1 guild storage. Any ideas on what I might be missing?
  8. I need help changing the default rathena custom warper. I want to add a 1.000 zeny cost for level 50 and above but keep it free for levels below 50. https://github.com/rathena/rathena/blob/8740574ae349e516c5d3914bfaf13db13539327e/npc/custom/warper.txt#L19
  9. Yes. That's for item attachment tax (default 2500 each) What I'm looking is changing the tax for sending zeny (default 2%). It's hardcoded and I can't find it on nemo
  10. Sorry for bumping this old thread. Did you solved it? I can't find diff for mail zeny fee
  11. Working with Sader as our scripter has been excellent. Sader consistently delivers results quickly and precisely, going above expectations by offering creative ideas. Communication is easy, and pricing strikes the right balance between cost and quality. I highly satisfied and looking forward to future projects.
  12. Not the npc. I mean vending skill from merchant class
  13. Is it possible to equip hateffect for NPC? It would be cool if a NPC has aura!
×
×
  • Create New...