Jump to content

AceofSpades

Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by AceofSpades

  1. just add the getmapuser in showscript to display a current user
  2. you can find by using a search bar
  3. just download the latest nemo to make it work, its working for me from 2020 above client
  4. theres a bunch of scripts and codes and try to apply it on your scripts.... like how you manage the npc script with requirements.... keep try and failed until you succeed bro....
  5. function script KeyWarp { if(countitem(6266) >= 1 || countitem(6267) >= 1 || countitem(6268) >= 1) menu (countitem(6267) ? ""+getitemname(6267)+"":""),Test1,(countitem(6268) ? ""+getitemname(6268)+"":""),Test2,(countitem(6266) ? ""+getitemname(6266)+"":""),Test3; else showscript "You don't hold any key."; end; Test1: showscript "Warp To Key of Illusion"; end; Test2: showscript "Warp to Key of Gaiety"; end; Test3: showscript "Warp to Key of Deception"; end; } its already release then just apply the code to your script, just understand the codes how to merge it to your script
  6. just add your geitemid in your menu script and put the item id number....
  7. just check and read the comment at the upper, then try to understand the format and wheres the drop rates....
  8. just make a menu or add a bindatcmd using gm... you can apply it
  9. if(BaseLevel < 99){ bindatcmd("item",strnpcinfo(3)+"::OnAtcommand"); }end; im not a good at script but try if its working..
  10. i think you are running double server, just kill the other apps using kill pid
  11. just try and try to make it works
  12. theres alot of way to make it work just search it, you can get a vip status once you use the item with icon ofcourse
  13. the colorful and hd effect is working for 2020 client above, but the dropeffect mode is working in 2018 client
  14. Up for this for 2020 client above for encryption.. thank you ?
  15. try this one, i already @refresh or change map and still working - script Enoch FAKE_NPC,{ OnPCLoginEvent: OnInit: if(BaseLevel == 120){ hateffect 18,true; } end; }
  16. try this - script Enoch FAKE_NPC,{ OnPCLoginEvent: if(BaseLevel == 170) hateffect 1,true; end; }
  17. yang mga ip try to change to localhost or 127.0.0.1 bro
  18. check your conf files bro kung naka setup ba maayos yung files mo
  19. then change OS to debian 10 or 11 bro... or if you have a vps i will help you to set up...
×
×
  • Create New...