Jump to content

icabit

Members
  • Posts

    353
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by icabit

  1. Have you encounter any glitch that can be exploit? Like can be spammed to avoid getting hit? Ty your encountering that cause when u use @aura its like using @refresh if ever i implement it in game i wont let the players use it ill make an npc(like aura stylist) or a different concept for it xD (like achievement system[dunno where to get 1 but ill make my own soon] + aurasystem[this one] + extrabonuses system[lilith])
  2. pls talk in english ~_~ this is not filipino section anyway pls post some screenshot of your map server error i think we can solve the issue easily in that way and you should have posted this topic here http://rathena.org/board/forum/24-installation-support/
  3. http://rathena.org/board/files/file/2738-icabits-item-builder/ check the video guide attached to it hope it helps note in the video im using cskroption not iteminfo. my client is also reading data folder 1st before grf my method is a shortcut though better learn the basics from the post of mootie then if you wanna add custom items by bulk in mins then you can use my builder
  4. thank you also for providing us this it works perfectly! and since it reads an item script there is no need to specify per class bonus since you can do it via item script well i its my lucky debug though xD after i tested everything i found out that map crash only happens in +20 lvl 4 weapon so i guessed something is lacking so i tried putting +1 in status.h then compiled luckily it worked
  5. to answer your question its a no. i wanted to put custom aura in the client(which i can download from almost anywhere xD) i will trigger them via script using @effect xD i need it for my custom armor. cause im planning to make an effect while your wearing it :> since i plan on making tiers for my armor sets. like fighters armor, warriors armor, captains armor, hero's armor my sample is right bellow but i doesn't say anything about the tier but lets say that is the item for hero's armor you may try it its cool(note the effect doesn't show when you turn off effect in the game- i think you already know this though xD) item_db2 31100,customsample,customsample,5,5,0,10,,10,,1,0xFFFFFFFF,7,2,4,,1,1,10,{},{ callfunc "auragg"; },{ callfunc "auragg1"; } create a function script function script auragg {// triggers when equipping your item set aura,1; freeloop(1); while (aura==1) {//reason for looping this due to players who can't see them while they load to the map. you can test it via dual log while the other one is using the item with effect. then use another character to view him @refresh or load to that map and check that character with the aura. his aura disappears if you remove the loop cause some effects just last for a second or so. specialeffect2 125;// see effect_list for this sleep2 1000; } freeloop(0); } function script auragg1 {// triggers when unequipping your item set aura,0; // this will turn off the current effect you are looping }
  6. answers 1. a. use instance system b. mapflag restrictions or ondiepcevent c. your question/request doesn't make sense cause of b you said in b "cant use skill ressu" so why do we to put delay on resu? when you can't use them ~_~ 2. a b c = you can do them via script overall you just need to script
  7. http://rathena.org/wiki/Instancing so i guess its possible
  8. probably your missing some files that crash probably caused by a sprite error double check if you have the files in your grf/data folder
  9. works great! even with @go
  10. try this http://rathena.org/board/topic/77234-ghosts-pvp-system-icabit-modificationlooking-for-bugs/
  11. refer to this topic might help you out http://rathena.org/board/topic/58805-setcell-cell-notwalkable/ http://rathena.org/wiki/Setcell
  12. { if(getrefine()>=10) { bonus2 bSkillAtk,"KN_BOWLINGBASH",10; } else { bonus2 bSkillAtk,"KN_BOWLINGBASH",5; }; },{},{}
  13. works well +1 and im really sorry for what have happened. . . i dunno if its only happening to me the rest is good except for this i get mapcrash with +20 lvl 4 weapon fixed:
  14. Thou this is solved. I just have questions. Isn't it it set .@setquantity is uselesS? because at getitem you have set it to 1? also. How to add percentage for each? ya i forgot about that one replace it with getitem .@item[rand(getarraysize(.@item))],.@quantity; replace your npc with this This work. What if I each item has different quantity? I'll just remove .@quantity and replace it right? yes you just need to manually put them
  15. percect dodge capped now fixed
  16. you don't get what i mean from the title itself says "add special effect sprites"not script @_@ i mean i got a custom effect sprite i wanna implement it in game
  17. just like as the topic says xD by default the def increase i get is +2 i wanted to make it to +1
  18. i wondering how can i do this the one being showed in @effect
  19. OnHour21: mapwarp "src_map", "dst_map", x, y;
  20. remove it from your grf or data folder or data.ini(will vary on how you installed/put them) i guess your the one who applied it so you should know how to remove them
  21. - script fghk -1,{ OnPCKillEvent: dispbottom "You killed "+ rid2name(killedrid) ; end; OnPCDIeEvent: dispbottom "You have been killed by "+ rid2name(killerrid) ; end; }
×
×
  • Create New...