Jump to content

idLaZ

Members
  • Posts

    93
  • Joined

  • Last visited

  • Days Won

    1

idLaZ last won the day on January 25 2022

idLaZ had the most liked content!

2 Followers

About idLaZ

  • Birthday 10/19/1993

Profile Information

  • Gender
    Male
  • Location
    Prontera Main Hall
  • Server
    Astig RO

Contact Methods

Recent Profile Visitors

5084 profile views

idLaZ's Achievements

Santa Poring

Santa Poring (3/15)

  • Dedicated
  • Conversation Starter
  • First Post
  • Collaborator
  • Week One Done

Recent Badges

6

Reputation

2

Community Answers

  1. Hello! is there any hint how @market command will work in latest svn of rathena?
  2. What command do i need to apply the changes?
  3. Hi I am also having the same issue. Any update on this one please.
  4. Try this: yum -y install mariadb-server mariadb systemctl start mariadb.service systemctl enable mariadb.service
  5. Hi @Mabuhay maybe you know why commenting this code didn't heals the emp? ?
  6. Didn't notice this! Thank you so much!
  7. Hi, Here's the scenario: Stalker with Soul Link + GCoat + Wickebine Tres equipped is attacking a player with FCP. Instead that only Armor will be stripped, the helm is included. It must not. That's what I want to happen. It must only the armor and not the helm too.
  8. Hi, you only disabled permanently the strip helm by doing that. I want it to exclude the Strip Helm when you equip the Wickebine Tres
  9. Yes this is still working. However, when you equipped a wickebine tres card, it will also strip the helm. I hope someone fix this. @BeWan are you able to help me/us? ?
  10. Hi @utofaery this modification works. The buffs are still there when you switch shield. But there is also a bug in it. - Paladin is equipped with shield and casts the buffs - Paladin unequipped the shield but the paladin can still use buffs Can you help us to disable the use of buffs when the Paladin doesn't have shield? Thank you!
  11. I think you're using a high end vCard? Run your client as admin and see if it fixes your problem.
  12. Hi All! Can you help me make a script to disable the homunculus inside the castle? Or warp the creator with Homunculus into his/her savepoint? Like Herc's plugin. Thank you.
  13. Hi All, anyone can help me if there is a problem in this code as I can't understand what the code is saying. int d = 0; // By pass FCP when using single strip skills by 15%(requires Glistening Coat). if ( sd && tsc && sd->sc.data[SC_SPIRIT] && sd->sc.data[SC_SPIRIT]->val2 == SL_ROGUE && rand()%100 < 75 && ( skill_id == RG_STRIPWEAPON && tsc->data[SC_CP_WEAPON] || skill_id == RG_STRIPSHIELD && tsc->data[SC_CP_SHIELD] || skill_id == RG_STRIPARMOR && tsc->data[SC_CP_ARMOR] || skill_id == RG_STRIPHELM && tsc->data[SC_CP_HELM] ) ) { int item_id = 7139; // Glistening Coat int ii; ARR_FIND( 0, MAX_INVENTORY, ii, sd->inventory.u.items_inventory[ii].nameid == item_id ); if ( ii < MAX_INVENTORY ) { pc_delitem( sd, ii, 1, 0, 0, LOG_TYPE_CONSUME); switch ( skill_id ) { case RG_STRIPWEAPON: status_change_end( bl, SC_CP_WEAPON, INVALID_TIMER ); sc_start(src,bl,SC_STRIPWEAPON,100,skill_lv,skill_get_time(skill_id,skill_lv)); break; case RG_STRIPSHIELD: status_change_end( bl, SC_CP_SHIELD, INVALID_TIMER ); sc_start(src,bl,SC_STRIPSHIELD,100,skill_lv,skill_get_time(skill_id,skill_lv)); break; case RG_STRIPARMOR: status_change_end( bl, SC_CP_ARMOR, INVALID_TIMER ); sc_start(src,bl,SC_STRIPARMOR,100,skill_lv,skill_get_time(skill_id,skill_lv)); case RG_STRIPHELM: status_change_end( bl, SC_CP_HELM, INVALID_TIMER ); sc_start(src,bl,SC_STRIPHELM,100,skill_lv,skill_get_time(skill_id,skill_lv)); break; } clif_skill_nodamage( src, bl, skill_id, skill_lv, i ); break; } } If you applied this source mod in the latest rA version, does the Stalker (with Soul Link and Glistening Coat) will be able to cast a Strip Helm if he uses a Bow and attack an enemy? Thank you.
  14. Have you read this? https://github.com/rathena/rathena/issues/4085
  15. idLaZ

    Status Icons

    It is a paid work by @Vykimo. You can search the forum.
×
×
  • Create New...