Jump to content

Aksl

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by Aksl

  1. Job master of rAthena do third Job Just need to enable it set .ThirdClass,1; // Enable third classes? (1: yes / 0: no)
  2. Maybe you can use the quest system ?
  3. Maybe you could use a npc : Look this script command
  4. I tried it already but not working because i can put 10 trap MAX. Normaly at the 11th, the first was deleted
  5. Hi, it's posible to edit the max trap posible with ankle snare please ? thanks in advance;
  6. If you add extended vending system, don't forget to update the auto-reconnect autotrade. Because actually, the system support only zeny.
  7. Hi, i have a simple debug in the console when i'm using this command : Just a debug, no reason, nothing .. Someone could help me please ? Thanks
  8. Aksl

    Item Prize

    ID,AegisName,Name,Type,Buy,Sell,
  9. 1. 1hr open is good.. but after 1minute the npc is hiding -> Add end; no ?
  10. map,x,y,pos script NameNPC skin,{ if ( countitem(30000) ) { mes "Hey Brave adventurer, Seems that you have the requirements to enter the sacred cave."; mes "Would you like to go there ?"; next; if ( select("Yes:No") == 1 ) { close2; warp "new_1-1",0,0; end; } else { mes "Bye !"; close; } } else { mes "You don't have the requirements."; close; } }
  11. Someone can re-upload the images please ,
  12. bonus bAllStats,3; bonus2 bSubRace,RC_DemiHuman,10; bonus2 bAddRace,RC_DemiHuman,10; skill "TK_SEVENWIND",6;
  13. Do you have column 'unban_time' in `char` table ?
  14. Hm, just ignore .. instance_check_party
  15. http://rathena.org/board/topic/58222-ghosts-scripts-latest-ghosts-pvp-system-v13/ Ghost's Scripts [Ghost's PvP System v1.3]
  16. Like antibot ? Dont understand your request !
  17. do you have a link please ? I search but i didnt find .. Thanks . it's good !
  18. Hi, How to add what is framed in red in the image ? (http://hpics.li/ee305ad) Is the exe ? client ? server ? Thanks.
  19. Hello, I have a problem with the skill DONT FORGET ME. When i use this skill in a dungeon or in a city, the effect is applied to all the players all around. It should apply only to the enemy nevertheless! Have you a solution please ? Thanks in advance up please
  20. Aksl

    Trading NPC

    Look my first post.
×
×
  • Create New...