Jump to content

Slur

Members
  • Posts

    115
  • Joined

  • Last visited

Posts posted by Slur

  1. 21 hours ago, watermelon51 said:

    Hi, I'm very new and inexperienced at this, so these may sound like dumb questions, but am I supposed to follow a different guide first before this one?

    Where can I find server.exe among the rAthena files?

    Also, while attempting to finish up Step 5 (i1.5.0),

    ./athena-start start

    This command only correctly boots up the servers if I replace my public IPv4 address with localhost (and yes, I Googled the correct address didn't use my local IPv4)I've tried changing localhost to my public ipv4 going through both

    make clean
    make server
    

    again, but whenever I did, the servers would not boot up, until I changed the IPv4 back to localhost and did make clean/server again. I'll attach screenshots below of the errors I'm getting

    athena-start start.png

     

     

    your problem is mysql connection check your config in your server files.

  2. 2 hours ago, darksam said:
    Module Name: H:\Test\client_kRo\2022-04-06_Ragexe_1648707856_patched.exe
    Time Stamp: 0x00000000 - Thu Jan  1 07:00:00 1970
    
    
    Exception Type: 0xc0000005
    
    0x013131a3	2022-04-06_Ragexe_1648707856_patched.exe
    0x00820877	2022-04-06_Ragexe_1648707856_patched.exe
    0x00661c24	2022-04-06_Ragexe_1648707856_patched.exe
    0x008a8848	2022-04-06_Ragexe_1648707856_patched.exe
    0x00b473c5	2022-04-06_Ragexe_1648707856_patched.exe
    0x7562fcc9	KERNEL32.DLL
    0x770280ce	ntdll.dll
    0x7702809e	ntdll.dll
    
    eax: 0x00000000	ebx: 0x00e8e308
    ecx: 0x73d15ef4	edx: 0x00000000
    esi: 0x0346963c	edi: 0x2360cc58
    ebp: 0x0019f634	esp: 0x0019ec20
    
    stack 0019ec20 - 0019f020
    0019EC20 : 58 CC 60 23 3C 3B 61 23 34 F6 19 00 40 EC 19 00 
    0019EC30 : 08 E3 E8 00 3D 3B 61 23 2B 64 9B 75 A0 5D EE 00 
    0019EC40 : FE EC 81 00 3C 3B 61 23 27 7E 9B 75 40 0B B9 76 
    0019EC50 : 58 CC 60 23 EC 12 40 20 64 F1 19 00 52 DD A7 69 
    0019EC60 : 50 E0 3F 20 50 E0 3F 20 80 EC 19 00 68 98 A7 69 
    0019EC70 : 40 E0 3F 20 F0 22 55 20 58 CC 60 23 EC 12 40 20 
    0019EC80 : 8C F1 19 00 52 DD A7 69 50 E0 3F 20 F0 22 55 20 
    0019EC90 : 00 00 00 00 04 0E 40 20 50 E0 3F 20 01 00 00 00 
    0019ECA0 : 40 E0 3F 20 60 07 AB 20 58 51 55 20 00 00 00 00 
    0019ECB0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    0019ECC0 : 00 00 00 00 00 00 00 00 00 00 00 00 58 30 55 20 
    0019ECD0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    0019ECE0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    0019ECF0 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    0019ED00 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    0019ED10 : 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
    
    Launch Info 
    0000 0000 0000 0000 0000 0000 0000 0000 
    0000 0000 0000 0000 0000 0000 0000 0000 
    0000 0000 0000 0000 0000 0000 0000 0000 
    0000 0000 0000 0000 0000 0000 0000 0000 
    
    Job : Novice
    
    renderer.cpp 838

     

     

    Error: What should I do to fix this?

    Could someone who knows please help me?

    adjust your patch in nemo until you make it works

  3. thats why i asked you cause not everyone are willing to help you just like a hint that i given to you... cause everyone here are ready for spoonfeeding not searching and searching the answer..... if you are really a developer be a resourceful

  4. if(BaseLevel == 99 &&  Zeny < .@Price) {
    
           message strcharinfo(0), "Healing costs is " + callfunc("F_InsertComma",.@Price) + " Zeny.";
           end;
           Zeny -= .@Price;
    }
    
    if(BaseLevel <= 90){
        specialeffect2 EF_HEAL2;
        percentheal 100,100;
    }

     

  5. just comment this part 

    /*if ((!undead_flag && status->race != RC_DEMON) || bl->type == BL_PC) {
    			if (sc->data[SC_STONE] && sc->opt1 == OPT1_STONE)
    				status_change_end(bl, SC_STONE, INVALID_TIMER);
    			if (sc->data[SC_CURSE]) {
    					status_change_end(bl, SC_CURSE, INVALID_TIMER);
    					return 1; // End Curse and do not give stat boost
    			}
    		}*/
    
    • Upvote 1
×
×
  • Create New...