[Release]VSROQuestTool

11/25/2024 18:06 CrystalCoder#1
I've made this simple tool that will help beginners to make thier own quest without any knowlage in lua,

a bit on the tool feature :

the tool get all the data directly from the sql connection (make sure the tool connected , you will need it)
such as the monster data & npc data & reward data
this tool is very friendly i also make sure to do a preview of the lua before you save it so you can modify it.


Showcase :
[Only registered and activated users can see links. Click Here To Register...]
11/26/2024 04:58 johnnydung#2
thanks
11/26/2024 07:16 JellyBitz#3
There is a syntax error, you cannot define a name with spaces in between.
PHP Code:
function EPVP Test()
... 
Instead you can try with..
PHP Code:
function EPVP_Test()
... 
11/26/2024 07:20 CrystalCoder#4
its depend what you write in the tool the Epvp Test was just an example.

i can add a warning that prevent the continue of the script if something like any space exist
but i think any developers know that , so i didn't did that .

any question you can add me in discord : xia_waifu , i am not all the time in epvp.
11/26/2024 13:27 lellekerd#5
Thanks for sharing
11/26/2024 14:12 Worshiper#6
good work will help beginners keep going
11/26/2024 16:33 NESTA3!!#7
good! job!
12/03/2024 20:25 محمد منتصر#8
nice sharing
10/25/2025 19:11 SanKami#9
Is there no updated version of VSROQuestTool? Can you upload your VSROQuestTool source code