Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 11/12/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  
    1 point
  2. View File Free skin Thor Patcher 2020 Holidays [CODED] Please - Do not remove credits - I do not authorize the sale of this launcher Content - Thor Patcher [CODED] - PSD Project - PHP Files Server Status + RSS Feed - This file has a configuration guide Guide.txt Buy me a Coffe *u* Support Discord: єℓƒιη#9444 Powered by @Aeomin & Design @Elfin Enjoy and happy holidays ? Submitter Elfin Submitted 11/12/2020 Category Patchers Video Content Author Elfin & Aeomin  
    1 point
  3. As I did last year, I will make my contribution to the community this year SKIN CODED + PHP + PSD Finish ?
    1 point
  4. just edit the item_db.yml to setup the order of file to read, and remove all Script, EquipScript and UnEquipScript from the file of renewal. Footer: Imports: - Path: db/re/item_db.yml - Path: db/pre-re/item_db.yml - Path: db/import/item_db.yml well converting the yml file to sql then nulling all Script, EquipScript and UnEquipScript and then convert back is easier rather than thinking the use of regex, lazy to test the regex.
    1 point
  5. Version 1.0.0

    1150 downloads

    Greetings! I have been thinking if it is correct to name this client as "fixed" or "modified", if you have a better option for the title, please leave it as a comment, btw here is a version of the client 2018-06-21aRagexeRE with some features that many people have been looking for for a while: Number of players with numbers instead of words: Fixed visibility of fake emblem from bg eAmod (It is not necessary to use the nemo patch for this) Fixed character removal time (I know there is a nemo patch for this, but a time ago there wasn't, btw it is not necessary to use that patch with this client) Extra information: For the modification of the "Number of players with numbers instead of words" to work you must do something before... first go to src /login/login.cpp and modify this: to this: And that's it, enjoy your client exe ? And thank @Functor, without his help this would not be possible.
    Free
    1 point
×
×
  • Create New...