Dude whay should I find on the main.exe to connect the Server files ??
I can't also find the serialhex -__________-
Dude whay should I find on the main.exe to connect the Server files ??
I can't also find the serialhex -__________-
I added the option to check if the player is VIP when replacing vault (ware). It possible enable or disable scanning that, when active, only VIP players can make the change of the vault.
1) Find "cChat::WareCommand" (line 1906 approx.) in "ChatCommands.cpp"
2) After of two "if" (LINK IMAGE 01), add the code:
3) Find "int AddPriceWebPoints;" (LINK IMAGE 02) in "Configs.h" and below add the line:PHP Code:if(AddTab[gObj->m_Index].VIP_Type < Configs.Commands.OnlyVIP)
{
MessageLog(1, c_Red, t_COMMANDS, gObj, "[Ware] Only VIP players can change ware!");
return true;
}
4) Add in section of "[MultyVault]" of "IA Julia/Commands.ini", the line:PHP Code:int OnlyVIP;
------------------------------------------------------------------------------------------------------------PHP Code:OnlyVIP = 1 // Only VIP Change (0-No / 1-Yes)
I found a small bug: Characters PK lvl 1 (Orange strong) can move with "/move" command. For fix this is easy!
1) Find the line "if(gObj->m_PK_Level > 5)" in "ChatCommands.cpp"
2) Add the symbol "="
3) That is all. Be happy!if(gObj->m_PK_Level >= 5)
Download of Compiled Source DLL (included the two above fix)
#DIRECT | #MIRROR :)
Last edited by zacki78; 16-10-13 at 06:59 AM.
Prueben este servidor para hacer futuras modificaciones al source, @Ianvalls90 si fueras tan amable por favor traduce lo que escribo :D
Nuevos comandos agregados en este server:Code:lan14games. com. br
- /mreset : Master Reset, requisito tener cierta cantidad de resets para luego volver a 0 con stats 20 y 2500 wcoins de premio.
- /zen XXXXXXXXXX : para todos lo usuarios.
- /reset : Al aplicarlo no te bota del juego, puedes aplicarlo en party y tampoco te saca del party.
- Nuevas Jewels agregadas.
- Jewel of Luck
- Jewel of Excelente
- Jewel of Plus (Maximiza el lvl del item hasta +15)
- Jewel of Upgrade (para poner items con lvl 380)
- Jewel of Insert (para agregar sockets a los items)
- Jewel of Ancient (Vuelve el item ancient)
- Jewel of Skill
- Jewel of Adicional (Evoluciona a fenrir Black, Blue a Gold)
- Nuevos Items para creacion de Alas.
- Feather of Creation (Crear alas lvl 1)
- Feather of Upgrade (Crear alas lvl 2)
- Feather of Elevation (Crear alas lvl 3)
Otros:
- Talisman of Luck (3 tipos de talismanes cada uno con diferente porcentaje para ayudar a subir el exito del item)
- Vip Ticket (añade más experencia, drop y puedes resetear en lvl 350)
- Super Vip Ticket (añade más experiencia, drop y puedes resetear en lvl 300)
Estoy jugando ese servidor y me parecen geniales los cambios que han logrado con los files IA Julia, por que sé que se basaron en estos, no soy programador, solo ando testeando servidores y hasta ahora esta me parece la mejor personalización con la que me he topado.
Es posible subir Items +15 y Como todo Server Fast tiene items agregados lo que hace de este servidor algo original.
PD: Espero no tomen este comentario como spam, por eso puse el link separado.
Saludos.
Hi all,
My problem was that player could't warp to Arena, than I changed movereq.txt in IA JULIA folder, I only changed name "Arena" which was default to "Colleseum", now warping works but problem is that player can not get inside of arena, where monster are running. For better purpose, I attached screenshot.
And also one more problem, I can not warp to Vulcanus. Error warning: No such map blablabla.
Please help.![]()
To move the inside Arena, you must change the coordinates of the "gate" of the map.
First let us understand the "Data/Gate.txt" file: TUTORIAL LINK
Basically, the gate of Arena this is:
PHP Code:50 0 6 9 115 9 115 0 0 50 / / Arena Gate
zacki78 you know how we can change the string of commands? or put a code in which the own ini string change them?
zacki78 upload you source code plz.
can i play this offline sir ian thank you
Can someone please help me configure the main, already remade because they told me 7x and so far the error continues, if anyone has the time to help me send me a message with skype to be able to help me, I will thank
Alguem por favor pode me ajudar a configurar o main , porque ja refiz o que me disseram 7x e até agora o erro continua , se alguem tiver um tempo para me ajudar me envie uma mensagem com o skype para poder me ajudar , irei agradecer
anybody managed to use Delgado NPC (lucky coin) function? cuz i have few problems after adding lucky coins to item.bmd
1-ingame, item doesn't have icon just a name. (seems like no image file for it)
2-there is no npc dialogue it's empty. (no idea which column to edit)
3-try to exchange 10,20 or 30 coins but not getting any items.
I know its bad configs..any help?
I have added costume sets on item.txt but now i want add more items. Problem is that now i cant add animore because GS crash or not responding. Is GS have item limit? if yes how to fix that... or problem is somewhere else.
Sry for my english.
Last edited by walter29; 18-10-13 at 01:38 AM.
Of course, every server file is playable with no internet....just boring tho :P.
Read this guide. (EDITED WITH LINK; I FORGOT EARLIER :P)
Edit2: This guide isn't necessary; if you have some brains; and know what a Loopback Adapter is; you will realize using one is much more easy tho; just set a loopback IP and setup the MuServer exactly as if you where going to make it public, but using loopback's IP....and DONE.- (I wont be explaining this again HERE.; If you need support on this feel free to contact me via PM, I'll answer as soon as I get time to.)
PM Me & I may help you out; I dont like skype.
It was working and now its not anymore?
I guess you screwed the file; as far as I know there's no such limit other than 512 items / category.
I've added over 25 sets+weapons and no crashes so far.-
No clue on this, never liked Lucky Coins thingy, so I kinda ignore it....altho, I'll take a look at it as soon as I get some free time =)
Last edited by ianvalls90; 18-10-13 at 03:04 AM.
I try to test your files but I don't know why Channel List doesn't appear, I'm sorry but this is my first time to develop Season 4 files .. I just develop Season 3 and 6 files :D
Can you fix it for me ?? :)
Here's my main.exe
main