Jump to content

Gordis

Members
  • Content Count

    10
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Upvote
    Gordis reacted to raPalooza~ in ModScript Professions ~ Fishing   
    Fish Fish Fishing

    Well,
    Lately i went back on Scripting and testing ideas around ragnarok, and decided to develop a series of professions, but as i'ma well known lazy ass so i'll be releasing the "raw" script as soon as possible as it is probably full of bugs and memory problems.

    Starting with Fishing! here is a sneak peak of the progress so far. ;D





    -I'm also using .tga shadows, and custom damage font.


    Right now it works as follow:
    - First runs a loop with percentage of breaking it so the fish bites de bait.
    - Then a "mini-game" starts, where you need to choose the right random placed option, an bait animation ocours, and that minigame start over, guider by a random number rand(2,4) in the video.
    -Fish/Item Catched! Loot Animation, start over.

    TODO:
    -Random placement on water cells (also control on how much you can "fish" from one node, till it unspawn or warp away)
    -General Configuration for easy using (If item needed, how many minigames tries, loot selection(i hear that there are good functions scripts that base drop % in arrays.)
    -And so on.



    Hope you guys enjoy it.

    Want to hear some thoughts on other profession! and feed back about that one as Well!
    (already thinking about a lumberjack minigame where you will need to time the hit)
  2. Upvote
    Gordis got a reaction from Easycore in Optimize target status   
    I think it would be:
     if (tstatus->vit % 5 == 0)
  3. Upvote
    Gordis got a reaction from Easycore in Optimize target status   
    Why don't you use the modulus operator(%)?
    So if a number modulus 5 equals 0, then it's a mutiple of five.
    For example:  if (25%5 == 0) -> True
                            if(26%5 ==0) -> False
    25 / 5 = 5 it is an exact division, whereas 26/5 = 5  and we get 1 as a rest.
  4. Upvote
    Gordis got a reaction from Tio Akima in eff skill   
    The first one is EL_COOLER and the second one is EL_CHILLY_AIR.
  5. Upvote
    Gordis reacted to Judas in Npc ID range   
    most newer clients add no value, unless you like to have the latest and greatest and like to test stuff out =)
     
    I'd go with 2013-03-20 since that's where new skills are supported and it's pretty stable
  6. Upvote
    Gordis reacted to Xgear in Npc ID range   
    Those clients don't support >999 NPC_ID. You'd have to go with a newer client, probabbly >2013 as Judas mentioned. 
    I tried up to 2012-07 with no luck. 
  7. Upvote
    Gordis reacted to Judas in Npc ID range   
    I believe ou have to use the newer 2013 clients to use those range
×
×
  • Create New...

Important Information

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