Jump to content

AceofSpades

Members
  • Posts

    102
  • Joined

  • Last visited

Everything posted by AceofSpades

  1. get the clean data , search and download it
  2. if(BaseLevel == 99 && Zeny < .@Price) { message strcharinfo(0), "Healing costs is " + callfunc("F_InsertComma",.@Price) + " Zeny."; end; Zeny -= .@Price; } if(BaseLevel <= 90){ specialeffect2 EF_HEAL2; percentheal 100,100; }
  3. { bonus2 bSubRace,RC_DemiHuman,90; bonus2 bSubRace,RC_Player_Human,90; },{},{} 90% reduce demihuman damage
  4. then dont use "announce" in script if you want to get a message to your self....
  5. check your database if you have pvprewards table exist
  6. search in nemo patcher RODEX then changr 2500 value to any amount you get the tax
  7. just make a bindatcommand autotrade then include the vip status in script same as like i did in storage for vip and non vip
  8. just comment this part /*if ((!undead_flag && status->race != RC_DEMON) || bl->type == BL_PC) { if (sc->data[SC_STONE] && sc->opt1 == OPT1_STONE) status_change_end(bl, SC_STONE, INVALID_TIMER); if (sc->data[SC_CURSE]) { status_change_end(bl, SC_CURSE, INVALID_TIMER); return 1; // End Curse and do not give stat boost } }*/
  9. try to use client 2018 below and you need to edit in your src to make it works, Goodluck!
  10. Name, cause aegisname is for your sprite file name, and make sure just edit your iteminfo.lua
  11. you can make it on your own, using countitem, gettimetick, dispbottom or its up to you if you make it announce, like what i did in my hero quest script, Goodluck.
  12. theres alot of guide theres just search and search, and ofcourse google always your best friend
  13. theres no available for 2023, except if you purchase it from 4144
  14. then learn how to apply the queryl_sql guide here, you need to learn and understand how to apply it on your npc
  15. well you did a wrong patch to your client thats why you get crash the client, just double check your patching
  16. its working just change the item id that you have in your server
  17. you will encounter some small default fonts its depends on your langtype in your clientinfo.xml, double check your settings
  18. you can use a yaml converter in your server files its already included, just search how to use it
  19. i didnt encounter that, im using 20220406 client too and its smooth without error after patch using nemo,
  20. well try to soul link your character hmmmm
  21. just always clickthe recommended patch before you added some other patch so you can see why is it blank icon in your taskbar
  22. just make it a script for disguise, check the other threads and you can find how it works
×
×
  • Create New...