Jump to content

PewN

Members
  • Posts

    892
  • Joined

  • Last visited

Everything posted by PewN

  1. im using 2012-04-10.. i already added some custom weapon on my server. using the old method and it's working. no edit on weapontable.lua. just only on super novice weapon...
  2. try to use if(BaseClass == Job_Blacksmith){ script }
  3. it's a look like a doll but i made it on item_db as a dagger bump
  4. can i ask where can i place the guild texture buttons? what directory?
  5. thx capuche. i will try this
  6. Help how to make it 1 Per IP - script faith -1,{ OnPCLoginEvent: if(gettimetick(2) - #faithd < (60 * 60 * 24)){ end; } if(gettime(4) == 6) goto L_7Day; message strcharinfo(0), "You received 5 Loyalty Points"; set #LoyaltyPoints,#LoyaltyPoints+5; set #faithd,gettimetick(2); set #consecutive,#consecutive+1; end; L_7Day: if(gettimetick(2) - #faithd < (60 * 60 * 24)){ end; } if(#consecutive == 7){ set #consecutive,1; set #LoyaltyPoints,#LoyaltyPoints+20; message strcharinfo(0), "Congratulations, You receive 20 Loyalty Points"; set #faithd,gettimetick(2); end; } message strcharinfo(0), "You received 5 Loyalty Points"; set #LoyaltyPoints,#LoyaltyPoints+5; set #faithd,gettimetick(2); set #consecutive,1; end; }
  7. i use a permanent variable but always the same. on your second post . = trololol
  8. any update on this? i create my own instance but when i reloadscript the instance will be destroy. how can i fix this?
  9. How to make Instance not getting affected by @reloadscript? can anyone know? please help me
  10. yes ,{},{ setlook 7,81; set skin,getlook(7); },{ setlook 7,skin; } http://rathena.org/wiki/Setlook
  11. PewN

    Show HP Bar

    can i request Showing HP Bar that have same variable? example set team,1; set team,2; if team == 1 they can see other hp with the same variable Thanks in advance
  12. lol.. / is a for normal player's making guild
  13. can anyone know how can i fix this problem? on old client it's working perfectly but now on 2012 i tried to make a guild using /guild .. i already have emperium but when i try to create a guild with space it say's Invalid command example: /guild Reso urce == invalid command /guild "Reso urce == invalid command /guild "Reso urce" == invalid command.. how can i fix it?
  14. problem solve ,, i change it to skill_id
  15. if( ( sc->data[SC_PNEUMA] && (flag&(BF_MAGIC|BF_LONG)) == BF_LONG && skill_num != RK_DRAGONBREATH ) || sc->data[SC__MANHOLE] ) { d->dmg_lv = ATK_BLOCK; return 0; } what's wrong with this source?
  16. To: It's optional to put 0 as any skill that has not the last value will be filled with 0. i gont an error on skill.c and battle.c can u help me?
  17. How can make RK_Dragonbreath can bypass pneuma? please help
  18. Change to 5 i will try this. thanks
  19. Disable new carts on 2012-04-10? please help. i want to disable this feature or can u give me a sprite of the new carts
  20. @Euphy how can i add a blacklist of mobs like santa poring.
  21. trunk/db/mob_item_ratio.txt rAthena only
×
×
  • Create New...