Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 10/31/20 in all areas

  1. View File Inject - Allows running dynamic scripts in running time 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; } Submitter Zell Submitted 10/31/2020 Category Source Modifications Video Content Author Zell  
    3 points
  2. Version 1.0.0

    98 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
    2 points
  3. I tested this grf only has 35 cloth color no additional body style on 3rd job (arch bishop) or doram(Job_Summoner) few days ago I saw a topic on script release that has additional job sprite like 4th job and jro sprite ... I downloaded that before it was taken down, but I couldn't get it to work either retry again ..... I just unpack this grf using grf editor .... first thing I noticed is ... yes changing the bodystyle needs to reset cloth color to 0 2nd thing is ... bodystyle number 2 only has 1 cloth color which value at 0, anything above it will client crash ok after talked with Zell, he answered a lot 1. is human race and doram race separate hairstyle and haircolor ? yes 2. is the additional bodystyle based on basejob ? eg: rune knight, rune knight T and baby rune knight share same bodystyle number ... no knight and lord knight is separate rune knight, rune knight T and baby rune knight DOES share the same ... .... gravity logic 3. if having addition bodystyle, means also need to add palettes too right ? because if it doesn't, means my script needs each bodystyle has custom cloth range yes however you should fix that yourself by adding additional palette to your custom bodystyle number
    1 point
  4. View File Emperium Breaker Ladder + Points + Shop The title says it all.. This would record a player's emp break count GM can easily reset the table This method is more optimized because the data is properly indexed on a table. Added emp breaker point shop - Account bounded.. Enjoy! Installation instructions : Submitter Mabuhay Submitted 01/18/2020 Category Utilities Video Content Author Mabuhay
    1 point
  5. @nickhun07Try with this? CREATE TABLE IF NOT EXISTS `z_custom_news` (`id` int(11) NOT NULL AUTO_INCREMENT,`News` text NOT NULL,`Resume` text NOT NULL,`More` text NOT NULL,PRIMARY KEY (`id`))
    1 point
×
×
  • Create New...