Jump to content

AceofSpades

Members
  • Posts

    114
  • Joined

  • Last visited

Everything posted by AceofSpades

  1. then learn how to apply the queryl_sql guide here, you need to learn and understand how to apply it on your npc
  2. well you did a wrong patch to your client thats why you get crash the client, just double check your patching
  3. its working just change the item id that you have in your server
  4. you will encounter some small default fonts its depends on your langtype in your clientinfo.xml, double check your settings
  5. you can use a yaml converter in your server files its already included, just search how to use it
  6. i didnt encounter that, im using 20220406 client too and its smooth without error after patch using nemo,
  7. well try to soul link your character hmmmm
  8. just always clickthe recommended patch before you added some other patch so you can see why is it blank icon in your taskbar
  9. just make it a script for disguise, check the other threads and you can find how it works
  10. just add the getmapuser in showscript to display a current user
  11. you can find by using a search bar
  12. just download the latest nemo to make it work, its working for me from 2020 above client
  13. 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....
  14. 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
  15. just add your geitemid in your menu script and put the item id number....
  16. just check and read the comment at the upper, then try to understand the format and wheres the drop rates....
  17. just make a menu or add a bindatcmd using gm... you can apply it
  18. if(BaseLevel < 99){ bindatcmd("item",strnpcinfo(3)+"::OnAtcommand"); }end; im not a good at script but try if its working..
  19. i think you are running double server, just kill the other apps using kill pid
  20. just try and try to make it works
  21. 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
×
×
  • Create New...