Jump to content

Naruto

Members
  • Posts

    416
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Naruto

  1. ah well, theirs a few i havnt looked through... but havnt seen many character creation stuff beyond stats and stuff yet.. probably hiding somewhere
  2. have you tried char.c? i thought i saw it but you might need to go through them all cause it wasnt clear in the h
  3. add that grf to the top of the list of your data ini
  4. try asking Stolao#5462 on discord hes using the same set up
  5. 30001,Rune_Knight_Armor,Rune Knight Armor,5,0,,2800,,55,,1,0xFFFFFFFE,2,2,16,,1,1,0,{},{ changebase RUNEKNIGHTJOBIDHERE; },{ changebase Class; } try searching ?
  6. Naruto

    GS_DISARM

    case GS_DISARM: if( skill_strip_equip(src, bl, skill_id, skill_lv) ) clif_skill_nodamage(src,bl,skill_id,skill_lv,1); else clif_skill_nodamage(src,bl,skill_id,skill_lv,0); break;
  7. just make an item combo when you have a second one equipped or something
  8. Im not fixing anything for you because those swords arent supposed to be a problem, anyone who can actually get into that dungeon the real way must have a pc that can handle the bolts not to mention those are some of the hardest non mvp monsters
  9. just make it into a variable and set it to 1 for your account once you do it and return false if 1 set #tutorial_air1,0; or maybe its @ not # for account, pretty sure pound is character just place that at the bottom of the job change then at the top do this if (#tutorial_air1 == 0) { mes "sorry you already use the promo red potion"; end; }
  10. dont you need to be part of a guild who controls that castle to enter the dungeon ?
  11. cant you just use if itemcount for the red potion and check for novice yourself ? open the script commands doc if (countitem(501) => 1 && Class == JOB_NOVICE ) { removeitem 501 change job end; } etc etc
  12. Its like that because they couldnt figure out how to remove the intimacy loss on death LOL
  13. that red potion is pretty suspicious
  14. just find it in your clif.c , return 0 and add the message function
  15. dont you have to reload map cache on rathena or something ? try reloading its cache and relaunching your server
  16. I would like to be able to use an item , that use viewpoint script command, to mark all of an npc, including its duplicates on the current map can this be done ? thank you unless i gotta make a bunch of arrays and functions then ill figure it out nvm i can use questinfo If anyone curious as to what i was trying to do was to make an item trigger the showevent functionrino item Script: <" callfunc "Fairyorb"; "> npc function script Fairyorb { doevent("Soldier::OnFairyorb"); end; } macanu,187,145,2 script Soldier 4_SOLDIER01,{ OnFairyorb: showevent 1,1; }
  17. If i cant beat you in 1 hit it was just luck
  18. This isnt official, This is an open source Ragnarok emulator made by a group of Ragnarok enthusiasts
  19. Cant you stand on a safety wall and not got hit by asura strike ? Pretty sure thats what I did and no one ever asurad me again
×
×
  • Create New...