Jump to content

Deity

Members
  • Posts

    93
  • Joined

  • Last visited

Everything posted by Deity

  1. Deity

    Crytalization

    hello anyone, i just want to remove the effect of diamond dust or ninja cast spell which disables the user to use any item
  2. Deity

    Crytalization

    how to remove the no item on this ailment?
  3. Deity

    no item

    hi rA how do i remove the no item on diamond dust and saturday night fever?
  4. Deity

    Cash Shop

    is there any bug on cash shop right now? i mean is it ok to use it?
  5. i have some questions regarding this script how does the reward system works? sample , guild 1 got the woe2 castle yesterday , today guild 1 didn't get any castle in woe1 will they get a reward or not?
  6. Deity

    Clone problem

    how to make the clone copy the original's stats @clone /slaveclone /evil clone do not copy my stats i have 195 attack speed but the attack speed of the clone is really low
  7. hi! how to return the pre-renewal effect of ice pick without affecting the other attack rating formula? i want the effect of ice pick/thanatos card to be the same in renewal which depends on harddef and softdef
  8. Deity

    Skill require

    i did that, even changed the skill into a quest skill but it didn't work once player have extra skill points they will be able to increase its level anytime
  9. Deity

    Skill require

    how do i add a custom skill requirement on a certain skill? ex. to get level2 comet they need to finish a quest
  10. hi guys im working on some skill changes in our server we want to make this happen, but we don't any idea how the example is here the max level of comet is 5 but before learning level2 they should finish a certain quest, how to do this? even if they have extra skill points they will not be able to increase its level
  11. Deity

    Cooldown

    skill cooldown, hi i know there's a lot of thread regarding this but im making my own anyway, how to fix this? i tried removing the cooldown of some skills re\skill_cast_db ex. endure original 8,0,0,0,10000:13000:16000:19000:22000:25000:28000:31000:34000:37000,10000,10000,-1 modified 8,0,0,0,10000:13000:16000:19000:22000:25000:28000:31000:34000:37000,10000,0,-1
  12. hi im not pretty sure what's wrong but why my skills dont save (alt+s) its gone everytime i reconnect
  13. you're really amazing olrox thanks a lot for your awesome maps! anyone have the mini map for each season?
  14. hi rA how to increase the max guild pos? i tried changing the value of MAX_GUILDPOSITION but it didn't work
  15. instance respawn point similar to battlegrounds respawn point *waitingroom2bg("<map name>",<x>,<y>,"<On Quit Event>","<On Death Event>"{,"<NPC Name>"}); <map name>,<x>,<y> refer to where the "respawn" base is, where the player group will respawn when they die.
  16. hi rA how do i fix the negative (-) value in previous menu? //===== rAthena Script ======================================= //= Stylist //===== By: ================================================== //= Euphy //===== Current Version: ===================================== //= 1.1 //===== Compatible With: ===================================== //= rAthena SVN //===== Description: ========================================= //= Changes your hair style, hair color, and cloth color. //===== Additional Comments: ================================= //= 1.0 Initial script. //= 1.1 Switched to 'getbattleflag', credits to Saithis. [Euphy] //============================================================ prontera,170,180,1 script Stylist#custom_stylist 122,{ setarray .@Styles[1],getbattleflag("max_cloth_color"),getbattleflag("max_hair_style"),getbattleflag("max_hair_color"); setarray .@Look[1],7,1,6; set .@s, select(" ~ Cloth color: ~ Hairstyle: ~ Hair color"); set .@Revert, getlook(.@Look[.@s]); set .@Style,1; while(1) { setlook .@Look[.@s], .@Style; message strcharinfo(0),"This is style #"+.@Style+"."; set .@menu$, " ~ Next (^0055FF"+((.@Style!=.@Styles[.@s])?.@Style+1:1)+"^000000): ~ Previous (^0055FF"+((.@Style!=1)?.@Style-1:.@Styles[.@s])+"^000000): ~ Jump to...: ~ Revert to original (^0055FF"+.@Revert+"^000000)"; switch(select(.@menu$)) { case 1: set .@Style, ((.@Style!=.@Styles[.@s])?.@Style+1:1); break; case 2: set .@Style, ((.@Style!=1)?.@Style-1:.@Styles[.@s]); break; case 3: message strcharinfo(0),"Choose a style between 1 - "+.@Styles[.@s]+"."; input .@Style,0,.@Styles[.@s]; if (!.@Style) set .@Style, rand(1,.@Styles[.@s]); break; case 4: set .@Style, .@Revert; setlook .@Look[.@s], .@Revert; break; } } }
  17. how to make this work on emperium?
  18. hi Ai4rei you're really amazing, can you remove the PolicyNoSessionPassword forever please?
  19. hi is there a fast way to remove all unidentified lines in iteminfo or is there any existing lua that dont have unidentified items?
  20. hi is there a way to remove all cards in specific item and put it back to their inventory?
  21. already fixed, thank you!
×
×
  • Create New...