Jump to content

Louis T Steinhil

Members
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Louis T Steinhil

  1. Good day! Can anyone help? I want to modify my @ii / @iteminfo atcommands to have an itemlink and doesn't have limit on showing the results. Thanks in advance! /*========================================== * Show Items DB Info v 1.0 * originally by [Lupus] *------------------------------------------*/ ACMD_FUNC(iteminfo) { struct item_data *item_array[MAX_SEARCH]; int i, count = 1; if (!message || !*message) { clif_displaymessage(fd, msg_txt(sd,1276)); // Please enter an item name/ID (usage: @ii/@iteminfo <item name/ID>). return -1; } if ((item_array[0] = itemdb_exists(atoi(message))) == NULL) count = itemdb_searchname_array(item_array, MAX_SEARCH, message); if (!count) { clif_displaymessage(fd, msg_txt(sd,19)); // Invalid item ID or name. return -1; } if (count == MAX_SEARCH) { sprintf(atcmd_output, msg_txt(sd,269), MAX_SEARCH); // Displaying first %d matches clif_displaymessage(fd, atcmd_output); } for (i = 0; i < count; i++) { struct item_data * item_data = item_array[i]; sprintf(atcmd_output, msg_txt(sd,1277), // Item: '%s'/'%s'[%d] (%hu) Type: %s | Extra Effect: %s item_data->name,item_data->jname,item_data->slot,item_data->nameid, (item_data->type != IT_AMMO) ? itemdb_typename((enum item_types)item_data->type) : itemdb_typename_ammo((enum e_item_ammo)item_data->look), (item_data->script==NULL)? msg_txt(sd,1278) : msg_txt(sd,1279) // None / With script ); clif_displaymessage(fd, atcmd_output); sprintf(atcmd_output, msg_txt(sd,1280), item_data->value_buy, item_data->value_sell, item_data->weight/10. ); // NPC Buy:%dz, Sell:%dz | Weight: %.1f clif_displaymessage(fd, atcmd_output); if (item_data->maxchance == -1) { strcpy(atcmd_output, msg_txt(sd,1281)); // - Available in the shops only. clif_displaymessage(fd, atcmd_output); } else if (!battle_config.atcommand_mobinfo_type) { if (item_data->maxchance) sprintf(atcmd_output, msg_txt(sd,1282), (float)item_data->maxchance / 100 ); // - Maximal monsters drop chance: %02.02f%% else strcpy(atcmd_output, msg_txt(sd,1283)); // - Monsters don't drop this item. clif_displaymessage(fd, atcmd_output); } } return 0; }
  2. try mo to https://www.vultr.com/docs/setup-ragnarok-online-server-on-ubuntu-14-04-x64
  3. ay nakita ko kase yung ibang post nya sa english section, di daw kase sya makaconnect sa laro. kala ko same here haha
  4. ako vultr. Pero state mo muna mga clients exe mo packet version used how you installed yung IP's. may technicalities kase minsan. Lalo na kung 2020 gamit mong exe. sa 2020 yung char ip and map ip kelangan IP talaga nung server. d pwedeng 127.0.0.1 gamitin. Di talaga sya naconnect. I don't think you need port forwarding if you need to connect to server only kase d ko ginawa yan pero nakakaconnect ako.
  5. can this become a script like autopots?
  6. https://github.com/rathena/rathena/wiki/diff
  7. How did you made it work? Mine's unknown item.
  8. Does anyone have Updated Item_db with the latest Lapie Upgrades including the (Noblesse, Imperial & Grace Armor Sets)? Thanks in advance!
  9. Good day! I used @bodystyle 1 when I'm in MADO but nothing happens. (client 2018-09-19)
  10. tsk that's weird. what's your sclientinfo.xml? can i see maybe the version or langtype is different than mine
  11. Can i see your patch? I can't get to character create. Server says connection closed.
  12. Try setting your langtype to 1 if you're using 2018-09-19 that will translate the korean Star Emperor Job name to English
  13. yep thanks! I can log in now. Firewall is on, i disabled it. Does anyone know who owns OVH? They don't respond to our tickets. I wanna ask how can we access sql via browser? or other remote sql's. We can only log it in putty.
  14. ovh doesn't respond on our support tickets. it's been like 6 hours already anyway anyone can help us with our "failed to connect to server". Server is already running without any errors. I've set the ip address on the grf. But still failed to connect to server. what am i missing?
  15. Hi good day sir, how can i change it to weekly? And is it possible that I can add a league? For example: those who have 1 kill point up to 100 kill points is on Novice Rank, 101 kill points up to 200 kill points is on Rookie Rank and after the weekly pvp they will also get prizes. And for every kill you get +5 kills but if you die the other player snatch 5 killpoints then you lose 5 kill points.
  16. i switched to 2018-06-21 but i can't connect to the server.^ this one is 2018-05-30. I can connect tho it has prompted an error
  17. Good day sir / mam, Skill Tree Error: Shadow Chaser 2018 Client Note: I haven't touched anything. I just got grf from site. Double checked the lua files skilltree but it seems to be okay. What seems to be the problem?
  18. Where can i edit? I can't seem to find it in hex editor. Korean Characters on some jobs -Taekwon, Soul Linker, Star Gladiator, Star Emperor and Soul Reaper-
  19. 20180530 Ragexe Auto Crash when baby jobs attack. Am I the only one?
×
×
  • Create New...