[13.11] Endless RL Custom [v1.6.0]

[13.11] Endless RL Custom [v1.6.0] 1.6.0

No permission to download
Alex ha actualizado el Tema [13.11] Endless RL Custom [v1.1.0] con una nueva entrada de actualización:

v1.1.0 [Patch Fix]

- Corregido un error en 4 Spells que indicaban 'Assassins' con S al final y era 'Assassin'.
- Corregido un error para los Elite Assassins que el familiar se invocaba y era invisible, lo que también al ser invisible daba un error que no se podian crear los pets ( habia que esperar los 30 minutos del familiar para poder invocar un pet).
- Corregido varios errores de 'Asssassin' en vez de 'Assassin' en Los Equipamentos.

Lea el resto de esta entrada de actualización pulsando aquí ...
 
Alex ha actualizado el Tema [13.11] Endless RL Custom [v1.1.0] con una nueva entrada de actualización:

v1.6.0

Skeletal Update v1.6.0


View attachment 4067

[Skeletal Update v1.6.0]
Como todas las actualizaciones, tomen nota que pueden encontrar algun error, en este caso gracias por reportarlos para que pueda corregirlos lo antes posible.

CORREGIDO:
- Corregido la zona de Teleports, para evitar el levitate en la zona
- Corregido la nueva zona ( Vengeance Grounds ), donde el agua clara podía ser pisada por los jugadores, agregado una...

Lea el resto de esta entrada de actualización pulsando aquí ...
 
From the last update which files to modify for online servers?
This update it removes the wand and rods upgrade because at low level doesn’t do any damage but getting a little of imagination sorc and druids can increase ml and attack with spells getting some level they start doing damage.

If you wish remove it just delete all attribute attack from wands and rods , replace .exe and that’s all. ( src folder too ) that’s all.
 
Do you think about adding this VIP system someday?
Try to add it, as far as i know , this will disable autoloot on the server and maybe some other things.
The only i know is autoloot, since on 13.20 There is vip system included and i see that doesnt work with autoloot.
Some other people report that starts giving problems on server...
 
Alex ha actualizado el Tema [13.11] Endless RL Custom [v1.6.0] con una nueva entrada de actualización:

v1.6.0

Corregido una id en la bag you desire erronea que daba un Valkhal Glove en vez de un Soul Glove.
Corregido la sanguine rod y grand sanguine rod para un attaque con Ice ( incrementando icemagiclevel ), resto de elementos quedan como estan debido a que no se siguio los atributos del real.
Corregido un error de ID en el crafting para el Grand sanguine crossbow, este ultimo pedia un grand sanguine crossbow en vez de un sanguine crossbow.
Agregado el loot del Treasure Map a los bosses: Bakragore...

Lea el resto de esta entrada de actualización pulsando aquí ...
 
Alex ha actualizado el Tema [13.11] Endless RL Custom [v1.6.0] con una nueva entrada de actualización:

v1.6.0

Agregado un elemento más a la hora de craft las Seraphim Weapons, que no permitía hacer la diferencia entre ellas, ahora cada una de ellas necesitara un item soul, de su classe, para poder ser craft.

Cambios:

Data-real-map/scripts/custom/job-ressources/crafting_room-tables/crafting_room_lever_1.lua
Data-real-map/scripts/custom/job-ressources/crafting_room-tables/crafting_room_lever_2.lua
Data-real-map/scripts/custom/job-ressources/crafting_room-tables/crafting_room_lever_3.lua

Lea el resto de esta entrada de actualización pulsando aquí ...
 
Disculpa como puedo implemetar el Upgrade System a un OT que ya tengo? Soy donador si pudieran ayudarme lo agradeceria para ver que scripts tengo que copiar y pegar
 
Disculpa como puedo implemetar el Upgrade System a un OT que ya tengo? Soy donador si pudieran ayudarme lo agradeceria para ver que scripts tengo que copiar y pegar
Abre la carpeta data real map dentro en scripts custom verás una carpeta llamada upgrade
 
Abre la carpeta data real map dentro en scripts custom verás una carpeta llamada upgrade
Listo ya copie el contenido y en la consola me da este error:

Code:
[error] Lua script error:
scriptInterface: [Scripts Interface]
scriptId: [C:\otserv\data-otservbr-global/scripts\custom\upgrade_system\upgrade_system.lua:callback]
timerEvent: []
 callbackId:[]
function: []
error [...-global/scripts\custom\upgrade_system\upgrade_system.lua:119: attempt to call global 'getItemAttribute' (a nil value)
stack traceback:
        [C]: in function 'getItemAttribute'
        ...-global/scripts\custom\upgrade_system\upgrade_system.lua:119: in function <...-global/scripts\custom\upgrade_system\upgrade_system.lua:110>]

Estem... segui un poco la logica y copie lo de global.lua a mi server pero me arroja este ahora:

[error] Lua script error: scriptInterface: [Scripts Interface] scriptId: [C:\otserv\data-otservbr-global/scripts\custom\upgrade_system\upgrade_system.lua:callback] timerEvent: [] callbackId:[] function: [] error [data/global.lua:226: attempt to index a nil value stack traceback: [C]: in function '__index' data/global.lua:226: in function 'getItemAttribute' ...-global/scripts\custom\upgrade_system\upgrade_system.lua:119: in function <...-global/scripts\custom\upgrade_system\upgrade_system.lua:110>]
 
Last edited:
Listo ya copie el contenido y en la consola me da este error:

Code:
[error] Lua script error:
scriptInterface: [Scripts Interface]
scriptId: [C:\otserv\data-otservbr-global/scripts\custom\upgrade_system\upgrade_system.lua:callback]
timerEvent: []
 callbackId:[]
function: []
error [...-global/scripts\custom\upgrade_system\upgrade_system.lua:119: attempt to call global 'getItemAttribute' (a nil value)
stack traceback:
        [C]: in function 'getItemAttribute'
        ...-global/scripts\custom\upgrade_system\upgrade_system.lua:119: in function <...-global/scripts\custom\upgrade_system\upgrade_system.lua:110>]

Si es el upgrade que aparece +1 , etc , en el archivo global.Lua abajo del todo hay un bloque que verás attributos escritos , copia ese bloque para tu global , se encuentra en data/global:

JavaScript:
-- Upgrader System v2.0
function getItemAttribute(uid, key)
    local i = ItemType(Item(uid):getId())
    local string_attributes = {
      [ITEM_ATTRIBUTE_NAME] = i:getName(),
      [ITEM_ATTRIBUTE_ARTICLE] = i:getArticle(),
      [ITEM_ATTRIBUTE_PLURALNAME] = i:getPluralName(),
      ["name"] = i:getName(),
      ["article"] = i:getArticle(),
      ["pluralname"] = i:getPluralName()
    }
 
    local numeric_attributes = {
      [ITEM_ATTRIBUTE_WEIGHT] = i:getWeight(),
      [ITEM_ATTRIBUTE_ATTACK] = i:getAttack(),
      [ITEM_ATTRIBUTE_DEFENSE] = i:getDefense(),
      [ITEM_ATTRIBUTE_EXTRADEFENSE] = i:getExtraDefense(),
      [ITEM_ATTRIBUTE_ARMOR] = i:getArmor(),
      [ITEM_ATTRIBUTE_HITCHANCE] = i:getHitChance(),
      [ITEM_ATTRIBUTE_SHOOTRANGE] = i:getShootRange(),
      ["weight"] = i:getWeight(),
      ["attack"] = i:getAttack(),
      ["defense"] = i:getDefense(),
      ["extradefense"] = i:getExtraDefense(),
      ["armor"] = i:getArmor(),
      ["hitchance"] = i:getHitChance(),
      ["shootrange"] = i:getShootRange()
    }
    
    local attr = Item(uid):getAttribute(key)
    if tonumber(attr) then
      if numeric_attributes[key] then
        return attr ~= 0 and attr or numeric_attributes[key]
      end
    else
      if string_attributes[key] then
        if attr == "" then
          return string_attributes[key]
        end
      end
    end
 return attr
 end
 
 function doItemSetAttribute(uid, key, value)
    return Item(uid):setAttribute(key, value)
 end
 
 function doItemEraseAttribute(uid, key)
    return Item(uid):removeAttribute(key)
 end
 
Me arroja este error en la consola

[error] Lua script error:
scriptInterface: [Scripts Interface]
scriptId: [C:\otserv\data-otservbr-global/scripts\custom\upgrade_system.lua:callback]
timerEvent: []
callbackId:[]
function: []
error [data/global.lua:226: attempt to index a nil value
stack traceback:
[C]: in function '__index'
data/global.lua:226: in function 'getItemAttribute'
...v\data-otservbr-global/scripts\custom\upgrade_system.lua:119: in function <...v\data-otservbr-global/scripts\custom\upgrade_system.lua:110>]
 
Me arroja este error en la consola

[error] Lua script error:
scriptInterface: [Scripts Interface]
scriptId: [C:\otserv\data-otservbr-global/scripts\custom\upgrade_system.lua:callback]
timerEvent: []
callbackId:[]
function: []
error [data/global.lua:226: attempt to index a nil value
stack traceback:
[C]: in function '__index'
data/global.lua:226: in function 'getItemAttribute'
...v\data-otservbr-global/scripts\custom\upgrade_system.lua:119: in function <...v\data-otservbr-global/scripts\custom\upgrade_system.lua:110>]
No será una última versión de canary?
Ya las últimas versiones cambian mucho el código y las sources ya no es nada como antes y empieza a ser un poco tieso cada vez aprender el nuevo código.
En unos días vuelvo (5) y miraré haber que podría ser.
 
No será una última versión de canary?
Ya las últimas versiones cambian mucho el código y las sources ya no es nada como antes y empieza a ser un poco tieso cada vez aprender el nuevo código.
En unos días vuelvo (5) y miraré haber que podría ser.
Si, la que trae el 13.21
 

Tibia Server Lists

#1 FEATURED US Ultron OT 1,577 / 5,000Online EXPStages PROTO8.6 ENGINEUltron OT RANK PTS5.9 +100% VOTES0 #2 FEATURED US Nefera 141 / 0Online EXPx1 PROTO15.20 ENGINECrystal Server RANK PTS5.1 +100% VOTES0 #3 FEATURED ES Deixis 0 / 0Offline EXPStages PROTO1098 ENGINETFS RANK PTS3.7 +100% VOTES1 #4 FEATURED ES Maeli 5 / 150Online EXPx10 PROTO10.98 ENGINETFS 1.4.2 RANK PTS3.6 +100% VOTES0 #5 MX Marlboro War 30 / 300Online EXP999 PROTO8.6 ENGINETFS 0.3.7 RANK PTS5.5 -33% VOTES0 #6 BR Tibinha YurOts 20 / 150Online EXPStages PROTO7.4 ENGINEYurOTS 1.5 RANK PTS5.2 -10% VOTES0 #7 US Halera 2 / 0Online EXPStages PROTO10.98 ENGINETFS 1.4.2 RANK PTS4.9 -82% VOTES0 #8 BR Exordion Legacy 49 / 2,000Online EXPx2 PROTO7.72 ENGINEExordion RANK PTS4.9 +100% VOTES0 #9 PL Lubelski 5 / 1,000Online EXP200 PROTO7.6 ENGINELubelskiOTS 2.56.0 RANK PTS4.6 -15% VOTES0 #10 DE DBU Online 0 / 400Online EXP11 PROTO8.6 ENGINETFS 1.0 RANK PTS4.3 +100% VOTES0 #11 PL ReWar 0 / 2,000Online EXPcustom PROTO8.6 ENGINEOther RANK PTS4.3 0% VOTES0 #12 PL Velesta 0 / 1,000Offline EXP20 PROTO8.0 ENGINETFS 1.4.2 RANK PTS4.3 -98% VOTES0 #13 ES JustRL FreeTC 1530 29 / 250Online EXPx2 PROTO15.30 ENGINECrystal Server RANK PTS4.3 +100% VOTES0 #14 ES Farlia Global 2026 0 / 333Offline EXPx5 PROTO15.25 ENGINEFarliaServ 1.525 RANK PTS3.9 -15% VOTES0 #15 SE MortalisOT Custom 0 / 500Offline EXP100x -1.2x PROTO10.98 ENGINEMortalisOT V1 RANK PTS3.7 +100% VOTES0 #16 US Rommania 0 / 500Online EXPstages, x10 PROTO7.4 ENGINETFS 0.4 RANK PTS3.6 +100% VOTES0 #17 US BerethaOnline 1 / 2,000Online EXPStages PROTO10.98 ENGINETFS RANK PTS3.4 +100% VOTES0
Top