Re: Clean build Juver Source w/ Official GUI and updates
The fixed the packet crash the packet yet.
Re: Clean build Juver Source w/ Official GUI and updates
Quote:
Originally Posted by
MythicDev22
Fixed Gui : RINFILES.COM - Ohtr5w
Chaos Client TEsted
Character Creation is working fine
Btw when i put ITEM_BLOCK_INFO in gui
then
if i click the tab of npc = DEBUG
Tested in Game.Exe AKA
Full Client
Error 'NEW_HAIR_NAME','NEW_FACE_NAME'
Re: Clean build Juver Source w/ Official GUI and updates
Quote:
Originally Posted by
mochi
Error 'NEW_HAIR_NAME','NEW_FACE_NAME'
http://forum.ragezone.com/f748/help-...5/#post7851090
Quote:
Originally Posted by
Fusion7
anyone know how to fix "Tab 2 and 3 on Inventory dont have slots " ??
Anyone know how to fix this?
Sent from my GT-I9300 using Tapatalk 2
source code
RanClientLib>G-Logic>GLInventory.h
Code:
enum
{
EM_INVENSIZE_X = 6,
EM_INVENSIZE_Y = 10, <-- change 10 to 30
EM_INVEN_DEF_SIZE_Y = 4,
EM_INVEN_PREMIUM_SIZE = 1,
};
Re: Clean build Juver Source w/ Official GUI and updates
Quote:
Originally Posted by
AsenDURE
after I change the 10 to 30 what should I do next?
Re: Clean build Juver Source w/ Official GUI and updates
Quote:
Originally Posted by
bloodmaker17
after I change the 10 to 30 what should I do next?
re-build compile again :)
Re: Clean build Juver Source w/ Official GUI and updates
Quote:
Originally Posted by
AsenDURE
source code
RanClientLib>G-Logic>GLInventory.h
Code:
enum
{
EM_INVENSIZE_X = 6,
EM_INVENSIZE_Y = 10, <-- change 10 to 30
EM_INVEN_DEF_SIZE_Y = 4,
EM_INVEN_PREMIUM_SIZE = 1,
};
I have a problem, I followed your instruction and I was able to open inventory slots 2 and 3, the thing is when my character re-logins those slots that I opened using inventory card are closed again. Do you have any idea how to go about with this? Thanks.
Re: Clean build Juver Source w/ Official GUI and updates
Quote:
Originally Posted by
AsenDURE
How to change the maximum expansion in inventory? :)
==============
i cant also used or put items in TAB 2... how to fix?
Re: Clean build Juver Source w/ Official GUI and updates
PLEASE UPDATE
RANDOM BUGTRAP :( USING GAME.exe
Character window
Bank window
bag window
inventory window
NPC window
please give a hint how to fix that
or make a update
thanks,sorry for my bad english
Re: Clean build Juver Source w/ Official GUI and updates
Quote:
Originally Posted by
MythicDev22
PLEASE UPDATE
RANDOM BUGTRAP :( USING GAME.exe
Character window
Bank window
bag window
inventory window
NPC window
please give a hint how to fix that
or make a update
thanks,sorry for my bad english
Character window
Bank window
inventory window
NPC window
I didn't see any error about this.
Edit:
to fix locker slot (based on shared gui)
http://img27.imageshack.us/img27/4836/ceq6.jpg
source code
RanClientLib>G-Logic>GLCharDefine.h
Code:
enum EMCHARDEFINE
{
GAEAID_NULL = (0xFFFFFFFF),
CLUB_NULL = (0),
PARTY_NULL = (GAEAID_NULL),
//CHAR_SZNAME = CHR_ID_LENGTH,
CHAR_SZNOTE = 160,
CHAR_MAXSKILL = 32,
SALE_INVEN_X = 6,
SALE_INVEN_Y = 8,
NEW_SALE_INVEN_Y = 1,
NEW_SALE_INVEN_X = 10,
INTEREST_INVEN_X = 1,
INTEREST_INVEN_Y = 5,
STORAGE_INVEN_X = 6,
STORAGE_INVEN_Y = 4, <-- change 4 to 8
CHARGED_INVEN_X = 6,
CHARGED_INVEN_Y = 32,
};
Re: Clean build Juver Source w/ Official GUI and updates
use game.exe not emulator to see the problem
Re: Clean build Juver Source w/ Official GUI and updates
Quote:
Originally Posted by
AsenDURE
Character window
Bank window
inventory window
NPC window
I didn't see any error about this.
Edit:
to fix locker slot (based on shared gui)
http://img27.imageshack.us/img27/4836/ceq6.jpg
source code
RanClientLib>G-Logic>GLCharDefine.h
Code:
enum EMCHARDEFINE
{
GAEAID_NULL = (0xFFFFFFFF),
CLUB_NULL = (0),
PARTY_NULL = (GAEAID_NULL),
//CHAR_SZNAME = CHR_ID_LENGTH,
CHAR_SZNOTE = 160,
CHAR_MAXSKILL = 32,
SALE_INVEN_X = 6,
SALE_INVEN_Y = 8,
NEW_SALE_INVEN_Y = 1,
NEW_SALE_INVEN_X = 10,
INTEREST_INVEN_X = 1,
INTEREST_INVEN_Y = 5,
STORAGE_INVEN_X = 6,
STORAGE_INVEN_Y = 4, <-- change 4 to 8
CHARGED_INVEN_X = 6,
CHARGED_INVEN_Y = 32,
};
use game.exe not emulator to see the problem
Re: Clean build Juver Source w/ Official GUI and updates
share game.exe semi interface pls
Fix locker and Vend Window
Re: Clean build Juver Source w/ Official GUI and updates
Quote:
Originally Posted by
harlem321
same prob :D
===============================================
Another help about Lightning source code :'(
Why is lightning source code is only working on +10?
How can i make it to work in all Upgrades ( + ) ?
SS:
http://forum.ragezone.com/attachment...-lightning.png
what client did you use??
Re: Clean build Juver Source w/ Official GUI and updates
Re: Clean build Juver Source w/ Official GUI and updates
Quote:
Originally Posted by
MythicDev22
use game.exe not emulator to see the problem
Why must use game.exe ?
If you have any random bugtrap in game.exe, emulator'll also show random bugtrap,
that's what the function of emulator, to test the client before ready to release.
Mine worked in game.exe and emulator using Juver Source Mix Semi Official, doesnt show any bug.