Jump to content

myieee

Members
  • Posts

    83
  • Joined

  • Last visited

Everything posted by myieee

  1. @rikimaru yes i want a tcg cost every time they swap (fee)
  2. ok here i have a server which is 2nd job only .. (no third job class) , and i want a job swapper with has a fee ( tcg only ) they can swap their job if they are lvl 255/120 . for example (player 1, Assasin X) he wants to change into a Lord Knight something like that
  3. can someone give me a job swapper npc script (2nd job only) thank you.
  4. well i dont get it im still noob in src thingy
  5. no what i mean is when i use @monster. they will spread in random coordinates so they wont stay in the same coordinate
  6. When i use @monster how my summon will respawn in random coordinates? like in morocc map but they will respawn in different coordinates.
  7. still the same.. it doesnt work
  8. ok i like this mini event and the title says STOP THE CLOCK AT 1000 !! is there someone can edit this script prontera.gat,156,175,5 script Stop the Clock at 1000 902,{ if (getgmlevel() >= 60) { announce "STOP THE CLOCK AT 1000 IS STARTING IN 5 SECONDS!",bc_map; sleep2 5000; announce "0",bc_map; set $@kc,0; set $@kci,0; set $@kcid,rand(100000,999999); while ($@kc < 1100) { set $@kc,$@kc+1; set $@kci,$@kci+1; if ($@kci == 100 || ($@kci == 10 && $@kc > 600) || ($@kci == 1 && $@kc >= 950 && $@kc < 1050)) { announce $@kc,bc_map; set $@kci,0; specialeffect 18; } sleep2 10; } set $@kc,0; } else { if ($@kc > 0 && @kcid != $@kcid) { set @kcid,$@kcid; announce "Blue"+strcharinfo(0) + " GOT " + ($@kc),bc_map; } } } this is the script but i need someone to edit this like if someone get closer in 1000 lets say 998 to 1002 you win ! and gm can set a prize for the winner so he/she will get an automatic reward and also if you stop the clock at exactly 1000 you can get a double prize pls help
  9. myieee

    Question

    can someone teach me how to duplicate an items like in the mid headgears and also how to put a slot on a duplicated items.. coz i saw it in eathena but it confuses me !! i hope someone can teach me coz im really noob in client side. thanks
×
×
  • Create New...