11123
This commit is contained in:
@@ -161,8 +161,23 @@ function drawMainCustomUI_All(obj) {
|
||||
// local Item = ItemInfoClass(InfoTable);
|
||||
// Item.Show(200, 200);
|
||||
|
||||
// local InfoW = sq_GetPopupWindowMainCotrol(74);
|
||||
|
||||
|
||||
// if(InfoW){
|
||||
// print(InfoW.IsOverAbsolutely());
|
||||
// }
|
||||
// local Lnnn = 0;
|
||||
// for (local i = 0; i< 400; i++) {
|
||||
// if (i == 176 || i == 1) continue;
|
||||
// local InfoW = sq_GetPopupWindowMainCotrol(i);
|
||||
// if (InfoW) {
|
||||
// // print("Pos_X : " + InfoW.GetXPos());
|
||||
// // print("Pos_Y : " + InfoW.GetYPos());
|
||||
// print("WindowsId: " + i);
|
||||
// // Lnnn++;
|
||||
// }
|
||||
// }
|
||||
// print(Lnnn);
|
||||
|
||||
// if (KeyPress.isKeyPress(78)) {
|
||||
// //local itemSS = sq_GetPopupWindowMainCotrol(170);
|
||||
@@ -170,7 +185,7 @@ function drawMainCustomUI_All(obj) {
|
||||
|
||||
// // local Skill = sq_GetSkill(obj, 1);
|
||||
// //local chrobj = sq_CreateCharacter(1, 4);
|
||||
// local Win = sq_GetPopupWindowMainCotrol(176);
|
||||
// local Win = sq_GetPopupWindowMainCotrol(74);
|
||||
// print("-----------------------------------------------/");
|
||||
// foreach(member, val in Win.getclass()) {
|
||||
// ::print(member + "\n");
|
||||
@@ -324,6 +339,7 @@ function drawMainCustomUI_All(obj) {
|
||||
BasicsDrawTool.InitClass("LUKEDUNGEONINFOCONTROL");
|
||||
|
||||
|
||||
L_Windows_List = [];
|
||||
BasicsDrawTool.InitClass("FiendwarCObj");
|
||||
BasicsDrawTool.InitClass("FiendwarHallCObj");
|
||||
BasicsDrawTool.InitClass("FiendwarHallCreatePartyCObj");
|
||||
@@ -333,8 +349,6 @@ function drawMainCustomUI_All(obj) {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
if (KeyPress.isKeyPress(77)) {
|
||||
/*
|
||||
local T = {
|
||||
@@ -497,6 +511,7 @@ function drawMainCustomUI_All(obj) {
|
||||
|
||||
|
||||
// L_sq_Open_ExWindow2(0x1ADE090, 69, "asdasd", 0);
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -528,7 +543,6 @@ function drawMainCustomUI_All(obj) {
|
||||
// setVisibleInput();
|
||||
// L_sq_NewInputBox(0, 0, 100, 20);
|
||||
// L_sq_Open_ExWindow(0x1ADE090, 269, 0, 1);
|
||||
L_NewWindows("Lenheart", 24, 0x65535);
|
||||
|
||||
}
|
||||
|
||||
@@ -537,8 +551,11 @@ function drawMainCustomUI_All(obj) {
|
||||
//L_sq_DrawImg("common/etc/combo.img", 0, 100, 100, 0, sq_RGBA(255, 255, 255, 250), 1.0, 1.0);
|
||||
// local Ani = obj.getCurrentAnimation();
|
||||
// Ani.setEffectLayer(true, 6, true, sq_RGB(255, 0, 0), sq_ALPHA(100), true, true);
|
||||
|
||||
|
||||
// print("Mouse_Left: " + L_sq_RA(0x1B46874));
|
||||
// print("Mouse_Right: " + L_sq_RA(0x1B46878));
|
||||
// print("Mouse_XPos: " + L_sq_RA(0x1B4686C));
|
||||
// print("Mouse_YPos: " + L_sq_RA(0x1B46870));
|
||||
// print(IMouse);
|
||||
|
||||
if (RootTab.rawin("TestScobj")) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user