Jump to content

Fluxion

Members
  • Posts

    82
  • Joined

  • Last visited

Everything posted by Fluxion

  1. You cannot do it with your current client... You can use 20180620. It does not display the auras visible during songs
  2. @apuadofrancisco idk, i'm in another projet now. This topic have 3 years now.
  3. You have an error in monster_size_effect.lua in client side. It can be fix with a correct file. https://github.com/llchrisll/ROResourceCollection/tree/master/kRO/System
  4. I use it, but it took me a lot of updating to the latest fluxcp version to make it work without problems
  5. You just have to make a new exe and send it back to Functor, I suggest you ask him for the requirements he asks. Generally it asks for the new exe and the grf encryption (if there is one)
  6. When u diff your exe with nemo, you should install this. ? Enable Flag Emoticons ¶ EnableFlagEmotes Enable Selected Flag Emoticons for all LangTypes. You need to specify a txt file as input with the flag constants assigned to 1-9
  7. i put prontera instead of chry_fld - script SGuide -1,{ OnPCLoadMapEvent: if( strcharinfo(3) == "prontera"){ OnAtcommand: mes "^00c000III Server Guide III^000000"; mes "Welcome to DolphinRO"; mes "Please take a look these"; mes "Options."; mes "===================="; mes "For alternative, you may"; mes "recall this system by"; mes "typing command ^00c000@server^000000"; mes "in your massage box"; next; switch(select("- Leave Me Alone:- Guide Me")) { case 1: mes "^00c000III Server Guide III^000000"; mes "Good bye."; end; case 2: mes "^00c000III Server Guide III^000000"; mes "Please select which would you like?"; next; switch(select("- Basic Guide:- NPC Guide:- Exit")){ case 1: mes "^00c000III Server Guide III^000000"; mes "Basic"; end; case 2: mes "^00c000III Server Guide III^000000"; mes "Please select."; next; switch(select("- Arrow Quiver NPC:- Exit")){ case 1: mes "^00c000III Server Guide III^000000"; mes "This npc will make arrow quiver"; mes "for player to reduce the weight"; mes "of the arrow."; mes "==============================="; mes "This npc can be found in Mall area"; next; switch(select("- More Info:- Warp to npc:- Exit")){ case 1: mes "^00c000III Server Guide III^000000"; mes "for more info click on the link below"; mes "<URL>Arrow Quiver NPC<INFO>https://dolphin-ro.com/.wiki./doku.php?id=quiver"+.@search$+",1000,1000</INFO></URL>"; end; case 2: warp "vend_zone",99,99; end; case 3: mes "^00c000III Server Guide III^000000"; mes "Good Bye."; close; } case 2: mes "^00c000III Server Guide III^000000"; mes "Good Bye."; close; } case 3: mes "^00c000III Server Guide III^000000"; mes "Good Bye"; close; } } } OnInit: bindatcmd "server","SGuide::OnAtcommand"; end; } prontera mapflag loadevent
  8. you wrote two time Script on line 1. this should fix your script. I changed a few things because I don't own your customizations ? - script SGuide -1,{ OnAtcommand: OnPCLoadMapEvent: if( strcharinfo(3) == "prontera"){ mes "^00c000III Server Guide III^000000"; mes "Welcome to DolphinRO"; mes "here are aditional options"; mes "you may explore"; next; switch(select("- Leave Me Alone:- Guide Me")) { case 1: mes "^00c000III Server Guide III^000000"; mes "Good bye."; end; case 2: mes "^00c000III Server Guide III^000000"; mes "Please select which would you like?"; switch(select("- Basic Guide:- NPC Guide:- Exit")){ case 1: mes "^00c000III Server Guide III^000000"; mes "Basic"; end; case 2: mes "^00c000III Server Guide III^000000"; mes "NPC"; close; case 3: // you forgot case 3 for Exit! //<your script> } } } OnInit: bindatcmd "server","SGuide::OnAtcommand"; end; } prontera mapflag loadevent
  9. i found a fix. replace safestrncpy((char*)WBUFP(buf,28+i*46+4), output, NAME_LENGTH); to safestrncpy((char*)WBUFP(buf,PRE_SIZE+i*M_SIZE+4), output, NAME_LENGTH);
  10. same as you. i test with 12 player on party and "Lind" change to "ind" and i have ressource error sometimes, the pictures jobs change, i don't know why. If anyone has had this problem and managed to fix it, PM me.
  11. For Triple Attack skill "MO_TRIPLEATTACK",10; For zeny reduction, you need to create new item bonus in src. You can see how to create here: https://github.com/rathena/rathena/wiki/Adding-New-Bonuses and here
  12. It is no longer updated, is it still good to use it?
  13. as requested on discord, here is the map paramk.rar
  14. This is done to avoid accidentally taking a portal generated by another player, which you would not have seen if the portal was not visible.
  15. i don't have this problem. i use 2018 04 18, i don't have any error, try to update your grf. It can be fix the problem ? paramk.rar
  16. Or u can make this! See @Haruka Mayumi answer. Carrying two elementals sword will become useless ?
  17. i share the solution. https://github.com/rathena/rathena/blob/master/src/map/clif.cpp#L379 put 0x6 instead of 0xC Recompiling and re launch server.
  18. The script date from two years ago, it's up to you to update it if you have errors in your console. here
  19. After a long conversation in rAthena Discord, We have realized that on the 2015 and 2020 clients the problem exists. So there is no solution at the moment. Topic can be closed 2015 client
  20. even on the default skin I have the problem. The custom skin was just an example to show that the problem is existing on all skins, even the default one. And the alignment of the images does not solve the problem of the arrow which is shifted on the window of equipment. It's the base skin, I didn't touch it
  21. As my pictures below show, I have a slight display problem, my objects are shifted. Does anyone have an idea how to solve the problem.
  22. Why you don't make a Ghostring monster Event? Like custom mob, with same drop and whitout cards? EDIT: You duplicate the topic
×
×
  • Create New...