Jump to content

angreusz

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Brazil

Recent Profile Visitors

1390 profile views

angreusz's Achievements

Poring

Poring (1/15)

  • Dedicated
  • Reacting Well
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hi guys, I'm using @Rizta's random option enchanter script and I can't seem to find a way to make it apply all slots of options at once. As it is, you need to interact with the NPC 5 times to fully enchant the item. I want to know what kind of modification I need to make so the NPC applies all 5 random options at once. Help pls Nvm, managed to do it but idk if it's the correct way. Those are the changes I made: Can someone confirm if it is the correct way to do it?
  2. Hello guys, I'm trying to make the script for the item below but I can't seem to make it gain hp on kill when defeating mobs with ranged attacks. bHpGainValue only works for melee... *sigh* 19163,Catharina_Von_Brad_60th,Catharina Von Brad 60th,4,20,,0,,1,,1,0xFFFFFFFF,63,2,256,,0,1,1527,{bonus bHPGainValue,500; bonus bSPGainValue,50; bonus bMagicHPGainValue,500; bonus bMagicSPGainValue,50;},{},{}
  3. Procure, em src\map\pc.c, por: case SP_NO_GEMSTONE: if(sd->state.lr_flag != 2 && sd->special_state.no_gemstone != 2) sd->special_state.no_gemstone = 1; break; e mude por case SP_NO_GEMSTONE: if(sd->state.lr_flag != 2 && sd->special_state.no_gemstone != 2) sd->special_state.no_gemstone = 2; break; depois recompile o emulador.
  4. Hello guys, well, I can't find a way to make costume items scripts work, I've tried both ways: 18921,C_Tarnished_Lamp,Costume Tarnished Lamp,5,20,10,20,,0,,0,0xFFFFFFFF,63,2,1024,,0,0,897,{ bonus bLuk,10; },{},{} or 18921,C_Tarnished_Lamp,Costume Tarnished Lamp,5,20,10,20,,0,,0,0xFFFFFFFF,63,2,1024,,0,0,897,{},{ bonus bLuk,10; },{} When I equip the item, the bonus won't work... Someone knows how to make it work? Thanks in advance.
×
×
  • Create New...