Jump to content

piavon

Members
  • Posts

    52
  • Joined

  • Last visited

Everything posted by piavon

  1. thanks for the reply, i think its really hard to protect your creation especially if youre going to sell them
  2. can i ask something is there a way to protect the files that is for sale, in scenario like if a client bought your custom sprites, they can distribute it already because they already have the files,
  3. im using this method, converting rsm to fbx then you can edit and open FBX files using 3ds max software, then at 3ds max you can save it again as FBX then convert FBX to rsm using rsm converter i able to edit some assets at grf with this method
  4. piavon

    STR Files

    i know how to view STR files using ROSTR viewer but is there other way i can open and edit STR files animation, i want to edit some skills special effects like storm gust,
  5. please help me im getting less hp/sp on 3rd jobs only
  6. piavon

    Custom Skill

    thanks dude i think its enlighten me
  7. piavon

    Custom Skill

    still no luck having the same error
  8. piavon

    Custom Skill

    i already follow that guide and still receiving the error skill unknown, im sure its because of the skill id i dont know what skill id to use
  9. PLEASE HELP ME Im trying to add custom skill but the problem is i dont know what skill id i must use, what are the free id's for skill that can be used that will not conflict others
  10. hi mate can i ask something, what id number you used for your skill im having problem about skill id number i dunno what number to use
  11. please help me im trying to add custom skill, im receiving this error Skill_castend_nodamage_id: Unknown skill used:890
  12. for the swap skill check his https://rathena.org/board/profile/477-goddameit/ i will try to post all skill's src after polishing it all,
  13. wodRO Custom skill demo video AlmightyPull, Blink Strike, Edo Tensei(summoning technique), bansho tenin(pulling target), Swap skill are not yet done we still doing some changes to balance the skill we made this video for demo, skill cooldown/aftercast are just for testing thanks to: swap skill reference goddemeit from rathena https://rathena.org/board/profile/477-goddameit/
  14. having the same problem did you fixed yours already?
  15. i want "Acid Terror becomes a splash skill in an area of 4x4 around the target player or mob and does 100%+110%*SkillLV " im done with the 100%+110%*skillV my problem now is how to make it splash skill i tried alot but nothing is working hope someone can help me
  16. heres the script if( sd->sc.count && sd->sc.data[sC_SPIRIT] && sd->sc.data[sC_SPIRIT]->val2 == SL_STAR) { sd->status.skill[85].id = 85; sd->status.skill[85].lv = 10; sd->status.skill[85].flag = SKILL_FLAG_TEMPORARY; sd->status.skill[356].id = 356; sd->status.skill[356].lv = 10; sd->status.skill[356].flag = SKILL_FLAG_TEMPORARY; } the problem is its not working, i got the skill but its not working unless i @reloadskilldb after i relog and soul link its not working again, i need to reloadskilldb again to make it work, how to fix this problem please help me DONE, I fixed this problem all by my self, its way too far from this script, but atleast its works almost the same, a bit complicated to post it here right now but if you want the my script for this just ask me i will share it
  17. Can you please post if u have a solution? Same with this topic https://rathena.org/board/topic/105991-devotion-bug-on-eamod/ Dont post to say "fix it your self" please. my my, trying to get some $$ here either way, i still said to `ask for minimal support` done doing that sir i spent almost 3 days no i almost have all i need except for the star gladiator i have parrying skill while having spirit state but the problem is i cant use it with 2 handed sword or any item same for LOV do you have any idea how to fix this, i search alot and still no answer for my problem
  18. i want taekwon master to use parrying with book, i already have the parrying skill With soul link but i cant use it heres the script i used if( require.weapon && !(pc_check_weapontype(sd,require.weapon) || (skill_id = LK_PARRYING && sc && sc->data[sC_SPIRIT] && sc->data[sC_SPIRIT]->val2 == SL_KNIGHT && sd->status.weapon == W_1HSWORD) || (skill_id = LK_PARRYING && sc && sc->data[sC_SPIRIT] && sc->data[sC_SPIRIT]->val2 == SL_STAR && sd->status.weapon == W_BOOK) ) ){ clif_skill_fail(sd,skill_id,USESKILL_FAIL_THIS_WEAPON,0); i got parrying skill in my misc tab but i cant use it bump
  19. ok sir i will close this topic and open one with more details and hope to see you all again helping me thanks and sorry for my panic act that result to some negative thoughts thanks
  20. sorry if im asking too much im actually trying to fix it all by my self but i already spent 2-3 days alot of solution here is not helping me but i already did the stalker/hw thing im just trying to get more attention about this, i seen alot of people also having a hard time to implement this effect especially with new revision, im not asking for spoon feed sorry, im just trying to drag more attention about this stuff because in new revision those all script are not working anymore, i already fix the stalker/wizard thing the rest still empty, i tried alot of suggestion i google search it but still nothing happen, until now im trying to do it all by my self because no one actually give me a clear answer, they are all giving me a same link that actually not working for this new revision
  21. i want this effects Star Gladiator = level 10 Parrying Lord Knight = 1hand enable to use level 10 Parrying High wizard = HP INCREASE 10% SAGE = HP INCREASE 10% High Priest = Holy Light Damage Increase + 10% REFLECT TO NEUTRAL PROPERTY ATTACKS WhiteSmith = Cart Termination DAMAGE INCREASE Stalker = FULLSTRIP / SINGLE STRIP BYPASS ON FCP PERO MAS MABABA CHANCE NG FULL STRIP Kumpara SINGLE STRIPStar Gladiator = level 10 Parrying Lord Knight = 1hand enable to use level 10 Parrying High wizard = HP INCREASE 10% SAGE = HP INCREASE 10% High Priest = Holy Light Damage Increase + 10% REFLECT TO NEUTRAL PROPERTY ATTACKS WhiteSmith = Cart Termination DAMAGE INCREASE Stalker = SINGLE STRIP BYPASS ON FCP with glist i tried so many suggestion but seem like those scripts are not working anymore with new revision please helpp bump
  22. Help me to set my drop rate i want this All items 100% Common cards 100% MVP cards 20% LHZ and Thanatos 1% help me please im using pre renewal mode bump help please
  23. All your custom npc's the directory is trunk/npc/custom check each of your scripts maybe there's a novending mapflag. by the way what map are you trying to vend? sir sorry for very late reply,, im not actually vending i am just trying to ope my cart using ctrl+w but i cant and its saying vending is prohibited in this map im here at prontera prontera i am not trying to vend im just trying to open my cart
×
×
  • Create New...