Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/20/22 in Files

  1. Version 1.0.0

    83 downloads

    This script commands allow you to "Inject" scripts inside other scripts. But Zell, why I want this? Well, you can use a script code from a SQL table! Imagine that now you can change scripts code blocks without reloading scripts direct from your database or you can even do like me where I'm building scripts from a API! Sample Script: prontera,150,150,5 Script Inject Test 91,{ .@test = rand(1, 100); mes "Let's test Inject"; mes "I will declare variable .@test as " + .@test + "."; mes "My npc id is " + getnpcid(0), " "; mes "[Inject Code Start]", " "; // This script text coud be loaded from a SQL table! Inject( "mes \"Running NPC is \" + getnpcid(0); " + "mes \"Value of .@test is \" + .@test; " + "next; " + ".@test = rand(200, 500); " + "mes \"Now value of .@test will be \" + .@test;" + "close2; " ); mes "[Inject Code End]", " "; mes "Inject was ok and .@test is now " + .@test; close; }
    Free
    1 point
  2. Version 1.1.0

    312 downloads

    You can find these settings here: OnInit: // Start of config .item_bet = 501; // Item used for bet .map$ = "force_5-1"; // Map name setarray .challenger_coord, 75, 100; // Challenger Map coord <X>, <Y> setarray .challengee_coord, 125, 100; // Challengee Map coord <X>, <Y> .min_bet = 1000; // Minimum Zeny Bet .min_bet_item = 5; // Minimum Item Bet // End of config Incase of updates or fixes, please immediately visit my Github: https://github.com/pajodex/ScriptCollections Feel free to use and modify as you need as long as you follow my Terms of Service. Thank you! By downloading this file, you agree with my Terms of Service: • You are not allowed remove my signature from any of the included files. • You are not allowed sell, resell or in any form for money or rewards using my work. • You are not allowed claim my work as yours. • I have the rights to change all the terms above without prior notice.
    Free
    1 point
×
×
  • Create New...