Jump to content

maneco

Members
  • Posts

    102
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About maneco

Contact Methods

  • Website URL
    https://www.l2precious.com.br/
  • Discord
    jennadeh

Profile Information

  • Current Mood
    Happy
  • Gender
    Not Telling
  • Country
    Brazil

Recent Profile Visitors

2,422 profile views

maneco's Achievements

Enthusiast

Enthusiast (6/16)

  • Reacting Well Rare
  • Dedicated Rare
  • Conversation Starter Rare
  • First Post Rare
  • Collaborator Rare

Recent Badges

8

Reputation

  1. The best sequence everyone saw today on the forum... ... ... ... ops... ... ... and always remember..... ...
  2. I already finished my panel for change name and gender, anyway need restart, im used schema $stmt = $conn->prepare("EXEC lin_ChangeCharacterName2 ?, ?, ?"); for change name... also for change gender i used if ($race == 5) // Kamael race ID; modify this value as per your database { $error = "Gender change is not allowed for Kamael race characters."; } else { $stmt = $conn->prepare(" UPDATE user_data SET gender = ?, face_index = 0, hair_shape_index = 0, hair_color_index = 0 WHERE char_id = ? AND account_name = ? "); Sorry no idea how to add cached update in myext64 about, not have any solution for this yet compatible to myext64 code. This is my panel make in php http://177.73.143.43:8080/account/ Cool panel for me, without experience in any code. Without help from any people here
  3. I prefer using MyExt64 clean, i`m already finished, only need restart or maintenance for udate in game here. Due webpage not update instant, only change values in sqlserver. But is all working. Not have any option for change instant in game and not require restart?
  4. Please delete this topic! @Maxtor Original topic, is a fraud by @guytis! Please sorry for add the link, delete this message..... Not install these files in your machine! https://mmo-dev.info/threads/-l2off-h5-gx-ext.33144/ Share the source code for forum admins if it is correct and not a fraud! Use it and put your data at risk soon.
  5. Download and look evidences, get the source.
  6. NO one EXTENSION server have this values of 26 mb! hack codes inside the source files. @Xeonc Delete this project from MXC, risk for your machines, thief data from you! Simple come here and share this? Please ban the account share it! I prefer to use Myext64 than this crap that steals user data! @MaxtorI would like to know if this user who shared uses a fixed IP, compare the IP to other members for check if ahve some accounts using the same, to know his location and real name, to open a case for cybercrime.
  7. i create a web service for change character name, in table CREATE TABLE [AddedServiceList]( [idx] [int] NOT NULL, [postDate] [datetime] NOT NULL, [serviceType] [tinyint] NOT NULL, [fromUid] [int] NOT NULL, [toUid] [int] NULL, [fromAccount] [nvarchar](24) NULL, [toAccount] [nvarchar](24) NULL, [fromServer] [tinyint] NOT NULL, [toServer] [tinyint] NULL, [fromCharacter] [nvarchar](24) NOT NULL, [toCharacter] [nvarchar](24) NULL, [changeGender] [bit] NULL, [serviceFlag] [smallint] NOT NULL, [applyDate] [datetime] NULL CONSTRAINT [DF_AddedServiceList_applyDate] DEFAULT (getdate()), [reserve1] [varchar](200) NULL, [reserve2] [varchar](100) NULL, [toMainClassNum] [int] NULL ) ON [PRIMARY] This table have a dellay for update in server? Like clan change leader 1 time per week? Because not change name instant? I try restart server but also not update char names.... Need wait any time for change name? $serviceFlag = 0; // Pending $stmt = $conn->prepare(" INSERT INTO AddedServiceList (idx, postDate, serviceType, fromUid, fromAccount, fromServer, fromCharacter, toCharacter, serviceFlag) VALUES (?, GETDATE(), 3, ?, ?, 1, ?, ?, ?) "); $stmt->execute([$next_idx, $char_account_id, $char_account_name, $current_name, $new_name, $serviceFlag]);
  8. Offline shops after restarting server is the problem, always remove all then server restart.
  9. Anyone please, help me about?
  10. No one will continue the open source of this project?
  11. WTB Myext64 by @eressea missing adition OfflineShopRestore then server restart. Offer: 20 USD Payment with Crypto, then all working and tested in my live server. My discord: Jen2#1273
  12. I use MyExt64HF from @eressea Any help me add offline shop? Then restart, server not save the shop offline, any source? I not found any helpa bout the project in web. Complicated. I not have money for offer, i have my server in home. If possible help me anyone. My discord: Jen2#1273 Possible im pay 20~30 USD only for this.
  13. Any help me add offline shop? Then restart, server not save the shop offline, any source?
  14. Not possible buy with your methods from here.
×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock