• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Lua Changing OT from 8.10 XML to 8.31 SQL [Scripts] [HELP]!!

Sir Shutter

Learning LUA
Joined
Nov 17, 2008
Messages
1,437
Reaction score
10
Location
Egypt
Hey, I was changing my OT from 8.10 XML to 8.31 SQL, I wanted to ask how do i change all scripts to 8.31 because like the starting of scripts in 8.10 servers is :-

Code:
function onUse(cid, item, frompos, item2, topos)

While in 8.31

Code:
function onUse(cid, item, fromPosition, itemEx, toPosition)

So.. how il change that to 8.31? I need to go and edit 1 by 1 script? what about hard scripts like POI or so? coz not only the starting of a script is different nearly EVERYTHING and im not a scripter, to change them or to upgrade to 8.31, so if someone can help by adding me on msn :- [email protected], or else if someone can help by telling me a program that auto changes scripts to 8.31 or so?

Please help me, Ofcorse their is a soloution for this..

Sincerely,
3okaloman11
 
Use the 'replace all' function which exists in most text editors. Would ease things up a lot.
 
Back
Top