Jump to content

trickzjen23

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by trickzjen23

  1. Is anyone facing the same issue with Andro / RoWorkshop on their server? Or knows how to resolve this? The error was "Fatal Error" "System error 1 while connecting to the master-server. Please report this." Couldn't get ahold of Chris.Eddison through his e-mail. I've been waiting for a long month now. My server is up and running, the client is getting the latest patch and connecting just fine.
  2. I have a table named ro_meta, I just want to bind the meta_value to a variable. But this seemed very complicated lol. SELECT meta_value FROM ro_meta WHERE meta_name = 'break_emperium' => which returns 0. int i; char* b; // retrieve all rows from the mob database if( SQL_ERROR == Sql_Query(mmysql_handle, "SELECT meta_value FROM ro_meta WHERE meta_name = 'break_emperium'"), "nothing" ) { Sql_ShowDebug(mmysql_handle); ShowDebug(mmysql_handle); } Sql_GetData(mmysql_handle, i, b, NULL); It gives me this error note: each undeclared identifier is reported only once for each function it appears in
  3. hi guys, idk if this is possible, how can I make it so that when land pro is active, the player wouldn't be able to cast volcano, deluge or violentgale. I have this in skill_db.txt 288,2,6,2,0,0x1,0,5,1,yes,0,0,1,magic,0, SA_LANDPROTECTOR,Magnetic Earth This allows the user to cast only 1 LandProtector at a time. They kind of bypass this by using volcano, deluge and violentgale.
  4. How to make a new monster element that will make all skills to miss? Right now I'm using element 88 similar to Ghosting, but I don't want the regular attack to miss as well. Just the skills.
  5. its kinda funny, I need extra white space at the end of the file before the closing bracket, and it fixes the issue. daym. took me 3 hours to figure this out.
  6. Hello guys, I'm having issue with converting my lua to lub, It used to work before. But now, when I compare the generated lub files, the file name for the official items are converted to something else For example On my Lua file i have [ACCESSORY_IDs.ACCESSORY_CATTYHAIRBAND] = "_°í¾çÀ̸Ӹ®¶ì", For my old lub accname.lub file ACCESSORY_CATTYHAIRBAND _°í¾çÀ̸Ӹ®¶ì <- this is the correct name To the new ones I generated I get. ACCESSORY_CATTYHAIRBAND _°í¾çÀ̸Ӹ®¶ì When I open my client, it says °í¾çÀ̸Ӹ®¶ì is not found. btw im using luac5.0.2.exe please help.
  7. If the active user has defender > 5 it should disable/ignore all buffs removed from tarot skills
  8. Hi Guys, can anyone explain why my client crashes after using Asura Strike's skill + quick body relocation. This only happens when im wearing an animated headgear. I don't know if this will help, but this is the Stack on the crash_log =================================== Stack =================================== 0019f930: c8 e3 25 2f 90 ee 47 2f c8 e3 25 2f 00 00 00 00 %/ G/ %/ 0019f940: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0019f950: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0019f960: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0019f970: 00 00 00 00 00 00 00 00 00 00 00 00 22 20 25 44 " %D 0019f980: ce 5e b4 43 ef 04 31 44 25 d9 e2 43 02 5a 48 3b ^ C 1D% C ZH; 0019f990: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0019f9a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0019f9b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0019f9c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0019f9d0: 6f 8d a3 43 00 00 00 00 20 3c 64 41 90 c3 6e 2f o C <dA n/ 0019f9e0: 70 96 19 2f a0 f1 58 20 00 fa 19 00 e7 e5 4c 75 p / X Lu 0019f9f0: 10 00 fe 7f 90 c3 6e 2f e0 f2 58 20 90 ee 47 2f n/ X G/ 0019fa00: 04 00 00 00 a6 00 00 00 00 00 80 3f a8 f3 58 20 ? X 0019fa10: 38 fa 19 00 73 1c 41 00 60 e8 c0 0f 08 00 00 00 8 s A ` 0019fa20: 2c fa 19 00 ff ff ff 80 d8 6a c0 0f bb 41 48 3b , j AH; 0019fa30: 88 e2 6f 41 88 e2 6f 41 98 fa 19 00 00 00 00 00 oA oA 0019fa40: 01 00 00 00 18 c8 6e 2f 00 00 80 3f 00 00 80 3f n/ ? ? 0019fa50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0c 3e > 0019fa60: 00 00 80 3f 02 5a 48 3b 5c fb b1 43 45 87 24 44 ? ZH;\ CE $D 0019fa70: 09 d0 c0 43 7d a1 2e 44 e0 82 4b 3b b0 4e 4d 3b C} .D K; NM; 0019fa80: ff ff ff ff 00 00 00 00 a0 46 81 00 90 ee 47 2f F G/ 0019fa90: 90 ee 47 2f 40 52 4a 41 00 00 00 00 ae 9b 03 38 G/@RJA 8 0019faa0: 03 00 00 00 03 00 00 00 00 00 80 3f ff ff ff ff ? 0019fab0: 00 00 7f 43 c8 e3 25 2f 00 00 7f 43 fc ff ff ff C %/ C INIT: 14 : 14 : 0:0 VSYNC: 1 LL/LLD: 6b/a4
  9. Anyone know why I could not make it to render the image? I'm getting this message "not able to render..." even though there's no errors.
  10. Where can I modify the additional atk from the forget item like very very very strong Mjolnir's?
  11. Hello ladies and gents, I hope you will be able to help. I am getting segmentation fault, unable to connect to char server. This is the core dump. #0 0x0000000000430b93 in chrif_authreq (sd=0x7752050) at chrif.c:563 #1 0x000000000043fc7b in clif_parse (fd=5) at clif.c:15066 #2 0x000000000052cedc in do_sockets (next=<value optimized out>) at socket.c:922 #3 0x000000000052a1d3 in main (argc=1, argv=0x7ffde02199e8) at core.c:262
  12. How to disable trade if the character is vending?
  13. I changed this and recompile my server. Still could not pass the 99,999,000 zeny limit in game. Any solution?
  14. I wanted to request if possible. When a user goes to GVG On maps something will shows up on his/her head even if their guild hasn't set emblem.
  15. Currently the maximum price I can enter for my buying store is 99,999,000. Is there a way to increase this limit?
  16. Hello developers, please help me. i am trying to figure out why the PK cell needs to use /ns or holding shift to cast a final strike to the other party. Some other users are able to attack without /ns. It's really weird. I was trying to make certain cells to be pvp enable. not PK but partied users shouldn't be able to attack each other. Everything is working but some users are required to use /ns to attack. this is what's on my battle.c if( !state ) //If not an enemy, nor a guild, nor party, nor yourself, it's neutral.
  17. Hello devs, I hope you guys would still be able to help me since rAthena is forked from eAthena. My servers crashes and this is what the gdb says. This is what it says My battle.c line 350 is this How can i prevent it to crash? please help and thank you in advance!
  18. Display some emblem when a user didn't set the emblem.
  19. Hello, Is it normal that the skill "Play Dead" disappears when changing equipment?
  20. Are you BrianL from eA?..... Can't message you man. This is aerolite from eathena.ws ? I hope you remember me! long time no see!

  21. Can somebody explain what this array variable meant for? setarray $@SRT
  22. How to make the effect of this potion undispellable by Tarot?
  23. I'm looking to add more buttons to Jikpatch. vote_link1 = linktovote vote_link2 = ??? vote_link3 =??? I have my vote_link2 and vote_link3 to blank. So I added links to them and modified my Jikari.style file. I added ;vote_link2 button [vote_link2] xcoord=51 ycoord=123 width=51 height=53 I named the images to votelink2.bmp and votelink2_hover.bmp but they don't show up in my patcher.
  24. How can i modify the Mega Resist Potion effect to only resist to Stun and Freeze only? the original script is resistance to the Stun, Freeze, Stone, Sleep, Silence, Blind, Curse, Poison, Bleeding, Confusion
  25. Coldproof Potion, earth, fire and other resist potion does actually work? could anyone please give me the fix commit link where this is got fixed? Thanks!
×
×
  • Create New...