jeanphilip
Well-Known Member
- Joined
- Oct 26, 2023
- Messages
- 254
- Reaction score
- 55
hi have installed latest version of canary + otclient dredemptions eveything looks good but how do i enable event schedule + boosted creature
where do i get these files?
-- updater
Services = {
--updater = "http://localhost/api/updater.php", --./updater
--status = "http://localhost/login.php", --./client_entergame | ./client_topmenu
--websites = "http://localhost/?subtopic=accountmanagement", --./client_entergame "Forgot password and/or email"
--createAccount = "http://localhost/clientcreateaccount.php", --./client_entergame -- createAccount.lua
--getCoinsUrl = "http://localhost/?subtopic=shop&step=terms", --./game_market
}
C:\xampp\htdocs6\images
in ther ei have compendium store items outfits and content but nothing relarted to this
can somebody lend me a hand ? thank in advance
have enabled and configured api folder and it's files + init.lua
my question is i just place in there assets which name to use just assets or the version? hgotta place things folders + assets the entire module? i've folllowed this tutorial
docs.opentibiabr.com
gotta encrypt them? seems not to be working



edit with the updater issue it loads now $files_dir = "C:/xampp/htdocs6/files"; // Directory where the files are located with this path but client is getting instantnly closed
"/modules/updater/updater.otui": "ef702668"
},
"keepFiles": false,
"binary": {
"file": "/otclient_gl_x64.exe",
"checksum": "b27b019d"
}
}
noticed that boosted creature work in normal client but not boss

in otc none works

where do i get these files?
-- updater
Services = {
--updater = "http://localhost/api/updater.php", --./updater
--status = "http://localhost/login.php", --./client_entergame | ./client_topmenu
--websites = "http://localhost/?subtopic=accountmanagement", --./client_entergame "Forgot password and/or email"
--createAccount = "http://localhost/clientcreateaccount.php", --./client_entergame -- createAccount.lua
--getCoinsUrl = "http://localhost/?subtopic=shop&step=terms", --./game_market
}
C:\xampp\htdocs6\images
in ther ei have compendium store items outfits and content but nothing relarted to this
can somebody lend me a hand ? thank in advance
Post automatically merged:
have enabled and configured api folder and it's files + init.lua
my question is i just place in there assets which name to use just assets or the version? hgotta place things folders + assets the entire module? i've folllowed this tutorial
Client Updater | OpenTibiaBR
Post automatically merged:

LUA:
<?php
// CONFIG
$files_dir = "C:/xampp/site6/files"; // Directory where the files are located
$files_url = "http://127.0.0.1/site6/files"; // Url where the client will download the files
$files_and_dirs = array("init.lua", "data", "modules", "mods");


Code:
Warning: Attempt to read property "version" on null in C:\xampp\htdocs6\api\updater.php on line 30
Warning: Attempt to read property "build" on null in C:\xampp\htdocs6\api\updater.php on line 31
Warning: Attempt to read property "os" on null in C:\xampp\htdocs6\api\updater.php on line 32
Warning: Attempt to read property "platform" on null in C:\xampp\htdocs6\api\updater.php on line 33
Warning: Attempt to read property "args" on null in C:\xampp\htdocs6\api\updater.php on line 34
Warning: Undefined array key "" in C:\xampp\htdocs6\api\updater.php on line 35
Fatal error: Uncaught ValueError: RecursiveDirectoryIterator::__construct(): Argument #1 ($directory) cannot be empty in C:\xampp\htdocs6\api\updater.php:44 Stack trace: #0 C:\xampp\htdocs6\api\updater.php(44): RecursiveDirectoryIterator->__construct('') #1 {main} thrown in C:\xampp\htdocs6\api\updater.php on line 44
Post automatically merged:
edit with the updater issue it loads now $files_dir = "C:/xampp/htdocs6/files"; // Directory where the files are located with this path but client is getting instantnly closed
Post automatically merged:
"/modules/updater/updater.otui": "ef702668"
},
"keepFiles": false,
"binary": {
"file": "/otclient_gl_x64.exe",
"checksum": "b27b019d"
}
}
Stats:
- Total files: 8313
- Has binary: Yes
- Binary file: /otclient_gl_x64.exe
- Response size: 817926 bytes
Post automatically merged:
noticed that boosted creature work in normal client but not boss
LUA:
case 'boostedcreature':
// {"type":"boostedcreature"}
sendMessage(array(
//'boostedcreature' => false,
'bossraceid' => 1387,
'creatureraceid' => 39,
'raceid' => 39
));
break;

in otc none works

Last edited:
