Jump to content

Naruto

Members
  • Content Count

    174
  • Joined

  • Last visited

  • Days Won

    10

Posts posted by Naruto


  1. 7 hours ago, ThyroDree said:

    How can I make Charge Attack, Body Relocation,Back Sliding, Flying Side Kick, High Jump, Shadow Jump fail when they are trapped in Spider Web and Ankle Snare?

     

    I tried on body relocation by adding this lines, The anklesnare skill fail when body reloacating works but the spider web skill fail wont work. I can still body reloc.

    // Block skill usage while you have SC_SPIDERWEB AND ANKLESNARE status if(sc && (sc->data[SC_SPIDERWEB] || sc->data[SC_ANKLESNARE])) break;

    
    	// Block skill usage while you have SC_SPIDERWEB AND ANKLESNARE status
    		if(sc && (sc->data[SC_SPIDERWEB] || sc->data[SC_ANKLESNARE]))
    				break;

    Also How can i make the Spider Web works like Ankle snare trap by placing on floors not casting on player.

     

    need to place it at the top of the skill

     

    and return 0;

     


  2. 43 minutes ago, Tio Akima said:

    oh ... got it ... yes, that's probably it. You still have the strength to carry many things, but there is no space in the inventory .... it makes sense. ty

    you can change that too 


  3. no and you are still limited to the ID in the guides like you can only make BOWs that stick in the BOW hunter slot... when its within certain IDS

     

    one of my friends just uses hats for animations instead following my guide to changing equipment slot he just flipped it all aroud and now has endless amount of bows and katars while maintaining the same equipment interface

     

     


  4. I will make you practically anything as long as its not as big as the ragnarok church with full ragnarok and brow edit support from me included

     

    Models will be generally around 5$ each , re- textures are less expensive 

     

     

    I can edit Traps, Land skills(with some compatibility issues but much care..) and build you anything with the ROSTR animator

     

    This stuff varies to worthless to 5$ in rostrviewer set up 

     

     

    I will also take orders for bulk src and database modifications , for example if you want me to make you a bunch of star wars skills, ill do it and set it up for you perfectly and you can add the icons to the place markers i included... tons of support from me 

     

    This stuff varies a bit but a little package of lets say ( force heal, lightning, pull, push, consfuse, speed and a few more things ) = 5$

     

    Want me to make some super fancy bowling ball script ? = 5$ 

     

     

     

     

    After purchase you will receive full support from me through my Discord 

     

     

     

     


  5. 49 minutes ago, Tio Akima said:

    ok Ridley, thanks, i will divide them into smaller parts. I think this will be the only solution. Thanks.

     

    sorry, but you have no idea what was asked in the post. it doesn't make any sense to "merge" or "weld" my models of 60k polygon.

    hugs

    🤧


  6. 5 hours ago, Tio Akima said:

    I didn't understand your answer

    glue all the models together using the weld or merge option in your 3d modeler

     

    then wrap them all on the same texture

     

    thats 1 polygon 


  7. 11 hours ago, Alexander0203 said:

    so u mena this client is u cannot add alot of custom items ,thats what u mean ?

    Older clients can support only up to 65535 item id or even 32767.

     

    have you ever play maplestory?

     

    max meso is 1.6 bil or 126mil which is the max integer or whatever... its like the same thing 

     

     

    you have to dif your cient to support the view ids 


  8. the name that appears in the top left corner with your HP is changed through client hexxing

     

    but idr totally if that particular change also changes some of the crucial files in your grf ( which means you have to change them ALL ) pretty sure its just the INF file... practically useless but responsible for some checks in the char selection and is EASILY skippable but not recommened 

     

    itll still work fine though just gotta be careful


  9. 14 hours ago, Tio Akima said:

     

    No, I don't want to use job sprites ...
    I want to know if can make items like costume (the sprite of a custom item replaces the body sprite) ...

     

    but.... nothing related to the classes. :)

     

    Yeah thats easy pokerag does it one their custom bodies

     

    its just a matter of this.... 

    giphy.gif

     

    dunno why iro never made shoulder pad spikes and stuff, I guess making costumes for 1 specific job is tough when everyone kinda has a different body shape like how the dancer has her hand on her hips and stuff 


  10. 123.png

    if you cant find what you want on the wiki homepage, this is what i normally do 

     

    70% of it is good but alot of it contains outdated info that only used rarely - - - but if you follow every single step the outdated ones are either non existent and you can ignore it or itll do nothing 

     

    but fyi you need to update the client folder for visual effects, and the server folder for data 

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.