Jump to content

Slur

Members
  • Posts

    115
  • Joined

  • Last visited

Everything posted by Slur

  1. theres no available for 2023, except if you purchase it from 4144
  2. then learn how to apply the queryl_sql guide here, you need to learn and understand how to apply it on your npc
  3. well you did a wrong patch to your client thats why you get crash the client, just double check your patching
  4. its working just change the item id that you have in your server
  5. you will encounter some small default fonts its depends on your langtype in your clientinfo.xml, double check your settings
  6. you can use a yaml converter in your server files its already included, just search how to use it
  7. i didnt encounter that, im using 20220406 client too and its smooth without error after patch using nemo,
  8. well try to soul link your character hmmmm
  9. just always clickthe recommended patch before you added some other patch so you can see why is it blank icon in your taskbar
  10. just make it a script for disguise, check the other threads and you can find how it works
  11. Slur

    L/R>pub on npc

    just add the getmapuser in showscript to display a current user
  12. you can find by using a search bar
  13. just download the latest nemo to make it work, its working for me from 2020 above client
  14. 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....
  15. 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
  16. just add your geitemid in your menu script and put the item id number....
  17. just check and read the comment at the upper, then try to understand the format and wheres the drop rates....
  18. just make a menu or add a bindatcmd using gm... you can apply it
  19. if(BaseLevel < 99){ bindatcmd("item",strnpcinfo(3)+"::OnAtcommand"); }end; im not a good at script but try if its working..
  20. i think you are running double server, just kill the other apps using kill pid
  21. just try and try to make it works
  22. just edit and put your schedule using OnClock...
×
×
  • Create New...