Jump to content

JoyRo

Members
  • Content Count

    120
  • Joined

  • Last visited

Everything posted by JoyRo

  1. Hello, Is there any 1 that is having the script for this sertain npc? http://irowiki.org/wiki/Mora_Enchants Artifact Panhandler The Artifact Panhandler is located at the bottom right of the lake (mora 119,75). Unwanted Arch Bishop and Warlock gears can be exchanged here to 2 mora coins each.
  2. I tryd this quest but the weekly isent working i get everytime a new timer quest when i complete. but i can take the quest 10 times
  3. I spoke to him a fiew days ago. He told me he was busy and would fix the sprites asap.
  4. There is no bug its just 30 seconds befor the event ends. You should change. sleep 30000; // last 30 Seconds To sleep 900000; // last 15 Minutes This wil make the event last 15 minutes instead of 30 seconds.
  5. JoyRo

    Clan System

    Think they wil release it in fiew weeks. As far i recieved info.
  6. Can you send us a screenshot of the error.
  7. JoyRo

    Heal Npc

    Is there any one that can make a healer that is free for level 1-75 but paid for level 75+
  8. Hey Mumbles, Nice script thanks!
  9. Thank you i solved the problem topic closed.
  10. Feel free to login when i am online ill show you around my instances
  11. Hey Nova, Thank you for letting me know. I gonne ask my web Developer to change the content. Becoz indeed it looks like eachother. Sorry for this. I let you know when he changed it. The instances we do have those.. why shouldent we have them?
  12. Hello, I am using Flux CP latest from Hercules. But somehow when i try to use some option like adding items to the item shop i get these error's. Sorry, no form session found (hack attempt ?) Any 1 can help me with this problem? Kind Regards Henry
  13. JoyRo

    Show Mapusers

    Nice thank you for the help.
  14. JoyRo

    Show Mapusers

    Hello, i have a script that shows you how many players are online at a certain map. But i am getting a script_rid2sd fatal error player not attached. Can any 1 help me. Also when i click the npc it warps me to the area. //========= Event Area======== prontera,167,169,3 script Event Area 2_BULLETIN_BOARD,{ OnInit: OnTimer1000: delwaitingroom; waitingroom getmapusers("prontera")+" player"+( getmapusers("prontera") > 1 ? "s":"") +" in Event Area", 0; OnTouch: warp "prontera",99,121; end; }
  15. How can i add a item and give it like 0.5% drop chance
  16. Any 1 has this finished for Hercules?
  17. Yea 14.2 i think its the last i am Adding all the 14.3 manualy atm. got most of it already
  18. Thanks fixed. Is there any 1 with the daily quests there?
  19. My npc's are using the spell meteor storm but the mobs are not teleported away. Any idea why? OnTouchNPC: if (getd(".def" + strnpcinfo(2))) end; setd ".def" + strnpcinfo(2), 1; specialeffect EF_BEGINSPELL; setarray .@message$, "Dont you dare!", "No chance!"; if (countstr(strnpcinfo(2), "fbM")) .@message$[2] = "You is an enemy?"; showscript .@message$[rand(3)], getnpcid(0); sleep 2000; specialeffect EF_METEORSTORM; sleep 1500; unitwarp 0, "this", -1, -1; setd ".def" + strnpcinfo(2), 0; end;
  20. JoyRo

    Gramps Quest

    Is there any 1 with a working Gramps Quest? Please share it or PM if you sell it.
  21. was changing the wrong file there are like 2-3 diferent msgstring
×
×
  • Create New...

Important Information

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