Jump to content

nasagnilac

Members
  • Content Count

    121
  • Joined

  • Last visited

Everything posted by nasagnilac

  1. I have problem in Refine UI and look like its bug in the last refine. I already refined the weapon to +10 but in the refineUI still +9 appeared
  2. Yes sir I followed that but on this part not sure if I am doing it right to compile. Plugins: Copy all files in plugin folder to your herc/src/plugins folder compile and enable 2 plugins: ExtendedBG ExtendedBG-char (All other files are just includes)
  3. How to install this plugin? I tried to follow this https://herc.ws/wiki/Building_HPM_Plugin_for_MSVC but I receive error when compiling it
  4. I tried all recommended before maybe I will try it again. langtype dont work.
  5. still nothing happens when I clicked the client. BTW this is the patch I did in the 2019-05-30aRagexe. 1 Use Tilde for Matk 258 Enable Shortcut All Item 9 Disable 1rag1 type parameters (Recommended) 271 Change MonsterSizeEffect*.lub path 273 Change PetEvolutionCln*.lub path 19 Enable Title Bar Menu 276 Change OngoingQuestInfoList*.lub path 20 Extend Chat Box 277 Change RecommendedQuestInfoList*.lub path 21 Extend Chat Room Box 278 Change PrivateAirplane*.lub path 22 Extend PM Box 23 Enable /who command (Recommended) 284 Copy patched Cheat Defender Game Guard 289 Fix Homunculus attack AI 290 Hide build info in client (Recommended) 34 Enable /showname (Recommended) 291 Hide packets from peek (Recommended) 36 Read msgstringtable.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 296 Force use icons only from stateiconimginfo.lub 297 Hide keyboard button 41 Disable Nagle Algorithm (Recommended) 43 Always Use Email for Char Deletion 44 Translate Client (Recommended) 46 Use Normal Guild Brackets (Recommended) 305 Hide tip button 63 Use Official Cloth Palettes 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo*.lub (Recommended) 73 Remove Hourly Announce (Recommended) 84 Remove Serial Display (Recommended) 90 Enable DNS Support (Recommended) 200 Enable Multiple GRFs - Embedded 213 Disable Help Message on Login (Recommended) 231 Remove hardcoded address/port (Recommended) 232 Restore old login packet (Recommended) 235 Enable guild while in clan 239 Ignore /account: command line argument 244 Disable Cheat Defender Game Guard (Recommended) 247 Change new char name field height 248 Remove wrong chars from cash shop 253 Skip some hidden menu icon buttons maybe you can help me check what is missing or wrong on it.
  6. <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>philippine</servicetype> <servertype>primary</servertype> <connection> <display>^008A93Chaos^000000</display> <address>127.0.0.1</address> <port>6904</port> <version>30</version> <langtype>1</langtype> <registrationweb>https://test.com/</registrationweb> <loading> <image>loading00.jpg</image> <image>loading01.jpg</image> <image>loading02.jpg</image> <image>loading03.jpg</image> <image>loading04.jpg</image> <image>loading05.jpg</image> <image>loading06.jpg</image> <image>loading07.jpg</image> <image>loading08.jpg</image> <image>loading09.jpg</image> <image>loading10.jpg</image> <image>loading11.jpg</image> </loading> </connection> </clientinfo> Is this correct in my clientinfo.xml? when I use the recommended multiple grf the client open with hotkey errors but when I used the embedded grf client dont open.
  7. No sir I am using 2019, 2019-05-30aRagexe. I am looking for a new client that will fix the character selection when you have 800x600 resolution. I am having trouble in 2018 and maybe this 2019 client will have a new UI for character selection and can be used in 800x600.
  8. windows 10 antivirus. I have question. 2019-05-30aRagexe I already make patch for this but it dont open the game. Only 2018-06-21 works. what should be the problem on that?
  9. Please send me a link of this client since its stable in herc. cant download in nemo due to virus issue.
  10. nasagnilac

    Nemo patcher

    Look like this error appear only in RagexeRE
  11. nasagnilac

    Nemo patcher

    Still the same I only got that on my data.grf and deleted it. also dont have data folder. I use 2018-06-21aRagexe client.
  12. nasagnilac

    Nemo patcher

    I dont have that in my encrypted grf and I use GRF Editor. Im using the same diff before but after updating this error appear now if grf is encrypted.
  13. nasagnilac

    Nemo patcher

    I encountered error when encrypting the client. I tested it also in non gepard client and still receiving the same error. when removing the encryption it works. .
  14. Any of you knows how I can flatten the gat?
  15. Still dont work in mapcache. Do you have tips how to change the height of gat in browedit.
  16. My character is below that bridge. How can I change it in browedit.
  17. Do you have idea where I can get 2015-05-13aRagexe.
  18. Anyone can help me change the currency in the cash shop. Changing the C value to another.
  19. void mapif_parse_accinfo2(bool success, int map_fd, int u_fd, int u_aid, int account_id, const char *userid, const char *user_pass, const char *email, const char *last_ip, const char *lastlogin, const char *pin_code, const char *birthdate, int group_id, int logincount, int state) { nullpo_retv(userid); nullpo_retv(user_pass); nullpo_retv(email); nullpo_retv(last_ip); nullpo_retv(lastlogin); nullpo_retv(birthdate); if (map_fd <= 0 || !sockt->session_is_active(map_fd)) return; // check if we have a valid fd if (!success) { inter->msg_to_fd(map_fd, u_fd, u_aid, "No account with ID '%d' was found.", account_id); return; } inter->msg_to_fd(map_fd, u_fd, u_aid, "-- Account %d --", account_id); // VIP Information if (SQL_ERROR == SQL->Query(inter->sql_handle, "SELECT `group_id`" "FROM login WHERE `account_id` = '%d'", account_id) || SQL->NumRows(inter->sql_handle) == 0) { if (SQL->NumRows(inter->sql_handle) == 0) { inter->msg_to_fd(map_fd, u_fd, u_aid, "This account is invalid"); } else { inter->msg_to_fd(map_fd, u_fd, u_aid, "An error occurred, bother your admin about it."); Sql_ShowDebug(inter->sql_handle); } } else { while (SQL_SUCCESS == SQL->NextRow(inter->sql_handle)) { char *data; int group_id; SQL->GetData(inter->sql_handle, 0, &data, NULL); group_id = atoi(data); if (group_id == 1) { inter->msg_to_fd(map_fd, u_fd, u_aid, "-- VIP Status: %s", "Bronze"); } else if (group_id == 2) { inter->msg_to_fd(map_fd, u_fd, u_aid, "-- VIP Status: %s", "Silver"); } else if (group_id == 3) { inter->msg_to_fd(map_fd, u_fd, u_aid, "-- VIP Status: %s", "Gold"); } } } inter->msg_to_fd(map_fd, u_fd, u_aid, "User: %s | GM Group: %d | State: %d", userid, group_id, state); if (*user_pass != '\0') { /* password is only received if your gm level is greater than the one you're searching for */ if (pin_code && *pin_code != '\0') inter->msg_to_fd(map_fd, u_fd, u_aid, "Password: %s (PIN:%s)", user_pass, pin_code); else inter->msg_to_fd(map_fd, u_fd, u_aid, "Password: %s", user_pass ); } inter->msg_to_fd(map_fd, u_fd, u_aid, "Account e-mail: %s | Birthdate: %s", email, birthdate); inter->msg_to_fd(map_fd, u_fd, u_aid, "Last IP: %s (%s)", last_ip, geoip->getcountry(sockt->str2ip(last_ip))); inter->msg_to_fd(map_fd, u_fd, u_aid, "This user has logged %d times, the last time were at %s", logincount, lastlogin); inter->msg_to_fd(map_fd, u_fd, u_aid, "-- Character Details --"); if ( SQL_ERROR == SQL->Query(inter->sql_handle, "SELECT `char_id`, `name`, `char_num`, `class`, `base_level`, `job_level`, `online` " "FROM `%s` WHERE `account_id` = '%d' ORDER BY `char_num` LIMIT %d", char_db, account_id, MAX_CHARS) || SQL->NumRows(inter->sql_handle) == 0 ) { if (SQL->NumRows(inter->sql_handle) == 0) { inter->msg_to_fd(map_fd, u_fd, u_aid, "This account doesn't have characters."); } else { inter->msg_to_fd(map_fd, u_fd, u_aid, "An error occurred, bother your admin about it."); Sql_ShowDebug(inter->sql_handle); } } else { while ( SQL_SUCCESS == SQL->NextRow(inter->sql_handle) ) { char *data; int char_id, class; int char_num, base_level, job_level, online; char name[NAME_LENGTH]; SQL->GetData(inter->sql_handle, 0, &data, NULL); char_id = atoi(data); SQL->GetData(inter->sql_handle, 1, &data, NULL); safestrncpy(name, data, sizeof(name)); SQL->GetData(inter->sql_handle, 2, &data, NULL); char_num = atoi(data); SQL->GetData(inter->sql_handle, 3, &data, NULL); class = atoi(data); SQL->GetData(inter->sql_handle, 4, &data, NULL); base_level = atoi(data); SQL->GetData(inter->sql_handle, 5, &data, NULL); job_level = atoi(data); SQL->GetData(inter->sql_handle, 6, &data, NULL); online = atoi(data); inter->msg_to_fd(map_fd, u_fd, u_aid, "[Slot/CID: %d/%d] %s | %s | Level: %d/%d | %s", char_num, char_id, name, inter->job_name(class), base_level, job_level, online?"On":"Off"); } } SQL->FreeResult(inter->sql_handle); return; } On this code I want to add the group of the account. But can find how to reproduce the code. Anyone can help me?
  20. Experience an error on my client when hovering the cursor to a monster using client 2013-08-07.
  21. I need someone help. I am receiving a client error in hair color and hair style. I want to bring it back to default. But Im not sure what are the hex that I need to replace. It will take a long time if I am going to make a new client again because it already had a gepard configuration and it hard to contact functor. Im not sure if patch 104 Increase Hair Style & Color Limits did it.
  22. Something like that.. no possible way to increase it?
  23. [ Error ] : pc_groups_add_permission(drop_rental): failed! not enough room, too many permissions! I have a problem adding a new group permission. Any one know how to increase it?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.