Jump to content

Quest, Shops, Functions & Algorithms Releases

Scripts that rewards players for hunting monsters and/or gathering items, shops, or simply want to show simple functions and algorithms of scripting.
Example: Headgear exchanger, Quest scripts, Mall NPC, Weapon dealer, Decimal Point System, Sorting Algorithm

70 topics in this forum

    • 2 replies
    • 1664 views
  1. Weekend Quests NPC

    • 0 replies
    • 1657 views
    • 1 reply
    • 1649 views
  2. Date and Time functions

    • 0 replies
    • 1612 views
  3. Anti-Priest

    • 0 replies
    • 1589 views
  4. Veteran Quest

    • 1 reply
    • 1575 views
  5. Hydra Mob effect

    • 1 reply
    • 1463 views
  6. Alice's Nightmare Instance(Pre-Re)

    • 0 replies
    • 1393 views
    • 2 replies
    • 1358 views
    • 0 replies
    • 1317 views
    • 0 replies
    • 1312 views
  7. [Function] Ordinal Suffix

    • 0 replies
    • 1232 views
  8. Strange Surgeon

    • 0 replies
    • 1214 views
  9. Santa Claus

    • 0 replies
    • 1137 views
    • 0 replies
    • 1077 views
  10. Area timer functions

    • 0 replies
    • 1048 views
    • 1 reply
    • 995 views
    • 0 replies
    • 902 views
    • 0 replies
    • 850 views
    • 0 replies
    • 471 views
  • Featured Topics

  • Latest Commits

  • Topics

  • Posts

    • Anyone can help adapt this NPC in hercules please 🥺  prontera.gat,58,103,5    script    Nurse    807,{ set @nomedonpc$,"Nurce"; soundeffect "joy.wav",0;     homvaporize();     progressbar("blue",1);     delitem 690,countitem(690);     mes "["+@nomedonpc$+"]";     mes "Olá ^00BFFF"+strcharinfo(0)+"^000000.";     mes "Healed All";     heal2();     atcommand "@repairall";     query_sql "UPDATE `homunculus` SET `hp` = `max_hp` WHERE `char_id`='"+getcharid(0)+"'";     query_sql "UPDATE `homunculus` SET `sp` = `max_sp` WHERE `char_id`='"+getcharid(0)+"'"; set surf, 0; set ride, 0; atcommand "@speed 150"; atcommand "@undisguise"; atcommand "@spiritball 1"; skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10; sc_start 154, 90000, 5; // Double Casting Duração: 500 sec sc_start 115, 100000, 5; // Assumptio Duração: 100 sec skilleffect 465,0; sc_start SC_KAITE,360000,7; skilleffect 464,0; sc_start SC_KAUPE,360000,3; skilleffect 463,0; sc_start SC_KAAHI,360000,7; skilleffect 462,0; sc_start SC_KAIZEL,360000,7;     close;     end; }
    • If you can post the script maybe someone can help
    • You also have "free" options:   LibreTranslate - Github (I have used it, its surprisingly quick but lacks on understanding - deepl for instance understand a lot better the context) but is free Free G translate - github (I haven't personally used it - however people seem very happy with it)   Also, as of today, you have options available like LLaMa3-70B or LLaMa3-8B (which is very cost-effective and easy to run).   You could develop a plugin that set's a multi-lingual chatroom, you could structure the translation service using a series of microservices. This way, you can isolate the translation tasks from the main game processes, ensuring heavy translation loads dont impact performance, each microservice would handle a part of the translation process independenly, making the system highly scalable imo. instead of using traditional HTTP requests, which can slow down interactions, use WebSockets. a more stable connection between the player client and your translation server. you can also cache the most commonly used translations to retrieve them instantly reducing the need to process the same thing over and over again, you can easily handle interpretation for the variations with NLP (NLTK - is very good). After a while you'd have enough data to scale your system more efficiently 
    • Hello.. Im a newbie in editing grfs and everything. just want to ask some help for starters like me for editing "like for example, changing the image of the @lgp image" Much appreciated.... Thanks..
    • Hi...can you teach me how to use this script to combite multilayer sprites? I have a problem when trying to run this script as shown below:   Thanks for your help. Cheers
  • Download Statistics

    • Files
      456
    • Comments
      155
    • Reviews
      240

    Latest File
    By Hyroshima

    5    0

×
×
  • Create New...

Important Information

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