Jump to content

Loke

Members
  • Posts

    170
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by Loke

  1. is the vendor counted? because if yes it will exploit the cash points
  2. /showname is not working @Zack here's the SS http://imageshack.us/photo/my-images/52/tedem.jpg/ Fix using /font tnx to Judas
  3. The character name is on top like flyff lol
  4. lol 160 is this a part of balance patch?
  5. Still the error is not fix after I add the 3 sounds maybe the error is this one set [email protected]$[61],"end"; because there's no soundlist "end"
  6. Try this //-- Kageou/Oboro Quest prontera,157,194,4<tab>script<tab>Ninja Job Changer<tab>588,{ if (Class == Job_Ninja) { if (JobLevel == 70) { if (BaseLevel == 99) { mes "[ ^C8BBBETemporary Job Changer^000000 ]"; mes "Do you want to become Kagerou or Oboro?."; mes "Im the temporary job changer of a Ninja to advance their job."; mes "Kagerou is only for Boy Ninja."; mes "Oboro is only for Girl Ninja."; menu "Kagerou",L_boy,"Oboro",L_girl; close; L_boy: next; jobchange 4211; mes "Have a nice day~."; close; L_girl: next; jobchange 4212; mes "Have a nice day~."; close; } } } }
  7. Anyone know how enable the effect of this skill to all except the user case NC_COLDSLOWER: case NC_ARMSCANNON: case RK_DRAGONBREATH: case WM_LULLABY_DEEPSLEEP: i = skill_get_splash(skillid,skilllv); map_foreachinarea(skill_area_sub,src->m,x-i,y-i,x+i,y+i,BL_CHAR, src,skillid,skilllv,tick,(skillid == WM_LULLABY_DEEPSLEEP)? flag|BCT_ALL|1 : flag|BCT_ENEMY|1,skill_castend_damage_id); break; Problem The user is also affected w/ Lullaby :<
  8. Loke

    Status Icon

    I already add that in status.h but after I click the scroll the icon is not showing
  9. How to put the new status icon for MVP Scroll such as Tao Gunka / Orc Lord / Ghostring etc.
  10. Boxing is already died last night
  11. Because Mandragora and Secrament only for Renewal cast. If you are using instant casting the only effect of mandragora is reduce enemy's INT by 30.. but the casting effect is not affected since your not using renewal cast
  12. Philippine Ragnarok Online Moon Ragnarok Online iDate LOL Pokemon
  13. Well its like every time they kill each other in pvp room theres a time that the pvp will pop up error I have wav folder in data folder inside my grf I think the error is in the 3 wav but there's not in script? set [email protected]$[1],"First Blood"; // | set [email protected]$[2],"Double Kill"; // | set [email protected]$[3],"Triple Kill"; // | set [email protected]$[5],"Mega Kill"; // | set [email protected]$[10],"Ultra Kill"; // | set [email protected]$[15],"Killing Spree"; // | set [email protected]$[20],"Ownage"; // | set [email protected]$[25],"Holy Shit"; // | set [email protected]$[30],"God Like"; // | set [email protected]$[35],"Dominating"; // | set [email protected]$[40],"Unstoppable"; // | set [email protected]$[50],"Monster Kill"; // | set [email protected]$[51],"end"; // | I have Combowhore , Whicked Sick and Rampage here but there's no script for this 3
  14. sometime I got error when in pvp i dont know what's the error.
  15. How to enable this skill to all players except the user.
  16. Go to conf folder then open atcommand_athena.conf Just edit the 1st line Example: // Displays a list of @ commands available to the player. commands: 0,10 0 = Commands to All Account Level using @commands 40 = Account Level 40+ , This one enable the GM to use @commands to player using # example: #commands Name
  17. How to fix this? All hidden npc are showing after I update my client. Anyone have a diff patch to fix this? Thanks in advanced I want to try this 1 but all link are dead http://rathena.org/board/topic/58902-solved-2011-11-22a-client-problems/
  18. Im using the client 05-05-2012 all sets are done but there's 2 problem.. 1. All hidden npc are showing 2. When I click skill I always got dc, map server unsupported packet version... Anyone know how to fixed this problem?
  19. You can use the costume system of rAthena in 3ceam. Its work perfectly just apply the diff. then recompile.
  20. Because my I forgot to update my quest_db ) I'm using 3ceam thats why theres no cooldown because 3ceam quest_db is not update since 3ceam has no nydhogg instance yet. btw thanks for replying topic solved.
  21. How to put the cool down of nydhogg instance quest? Because the quest in rathena has no cooldown so the player can abuse it
×
×
  • Create New...

Important Information

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