Jump to content

Gidz Cross

Members
  • Posts

    640
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by Gidz Cross

  1. Use search button next time. Turn Preserve off/on - Source Releases - rAthena
  2. Or if you have old revision like me. Revert all changes you made and you can add this to your status.c instead. // Status that are blocked by Golden Thief Bug card or Wand of Hermod if (status_isimmune(bl)) { switch (type) { case SC_DECREASEAGI: case SC_SILENCE: case SC_COMA: case SC_INCREASEAGI: case SC_BLESSING: case SC_SLOWPOISON: case SC_IMPOSITIO: case SC_AETERNA: case SC_SUFFRAGIUM: case SC_BENEDICTIO: case SC_PROVIDENCE: case SC_KYRIE: case SC_ASSUMPTIO: case SC_ANGELUS: case SC_MAGNIFICAT: case SC_GLORIA: case SC_WINDWALK: case SC_MAGICROD: case SC_HALLUCINATION: case SC_STONE: case SC_QUAGMIRE: case SC_SUITON: case SC_SWINGDANCE: case SC_FIRE_INSIGNIA: case SC_WATER_INSIGNIA: case SC_WIND_INSIGNIA: case SC_EARTH_INSIGNIA: + case SC_SPIDERWEB: return 0; } }
  3. It seems you are using maps with mapflags nocostume in it. Go to your mapflagsfolder. Open nocostume.txt and you can remove the declared maps there. Trunk\npc\mapflag\nocostume.txt
  4. Works like charm. Thanks @cook1e! Heya @cook1e Ive discovered that i cannot use token of siegfried anywhere. I have set my prontera with mapflag. Im trying to use token of siegfried in other maps but it doesnt work anymore. Hehe!
  5. Can any make a mod that will ignore Token of Siegfried on a specific maps? A mapflag would be nice.
  6. Hire someone to manage your VPS for you.
  7. If you are on 2018+ client. You need to edit the transparentitem.lub. Here's mine. Its ready for most official items + custom garment up to 600. transparentItem.lub
  8. Well this works in my case. For example Desperado skill. No matter what you edit in that skill and decided to put it into import. It will not work.
  9. Well then. Is clearly you have some npc in prontera that has mapflag noreturn in it.
  10. I didnt see any custom skill mentioned above.
  11. Or for temporary fix. When you put skills into import folder. you have to comment out the skills in the pre re or re folder.
  12. Im pretty sure @Skyzone is acting only as a middle man to connect customers to sellers (except for vps). His website also have gepard in it. Does it mean he steal functor works? I am pretty convinced that you own andRO @meyraw. But you are barking at the wrong tree. Your beef is with poring devs. Maybe talk to them instead of skyzone.
  13. If you are really claiming the you own andRO well your prices is really inhumane. Back then i sent you a message. Saying what if my server shut down. Then later on i want to host another server. You told me as long as its the same name i can. Different name will cost full price. Lol. Yes i respect this thats why i didn't bother you anymore. (if you really are the author) Anyway back to topic. The mere fact android is an open source OS. It's really your fault for not securing it. So @Brynner was right. If they sell same function i don't see problem with it. Example, Emistry released promotional code NPC. Sader also released same npc with the same function. Regardless of the code.
  14. How do you encounter the memory leak? Is it by @mapexit when marketclones still active? If thats the case i would say its normal. Try on your local. Set @market then @mapexit. You will see the memory leak. To fix i guess you need to properly shutdown your server by using @kickall then followed by @mapexit.
  15. Heya! Anyone have this map? I mean yea we have it on the data.grf. But that doesnt work for me. I experienced this problem before. In verrus01 map i think. Im using 2018 client. Thanks!
  16. Hello rathena peeps. I already have working @afk on my server. But i forgot to make a diff out of it so its with my custom src already. But my question is how can i make restriction to @recall / @recallall with people who uses my @afk command? My @afk command will lets go close your client and your character will remain online. Its basically like all other @afk in the forums. It behaves like @autotrade. Saw this on my atcommand.c under @recall command if( pc_setpos(pl_sd, sd->mapindex, sd->bl.x, sd->bl.y, CLR_RESPAWN) == SETPOS_AUTOTRADE ){ clif_displaymessage(fd, msg_txt(sd,1025)); // The player is currently autotrading and cannot be recalled. This is the restriction when recalling players with autotrade state. Can anybody help? Thanks!
  17. Hi! How can i rip the Server Status and the Player Online? Thanks!
  18. Sorry for necrobumping this post @sader1992. Just a quick question. I have 2 to 5 NPC that uses this awesome mod of yours. What i did was for every txt file of the NPC. I always include the function. function cutin2 { freeloop(true); .@map$ = getarg(0); .@filename$ = getarg(1); .@position = getarg(2); .@s = getmapunits(BL_PC,.@map$,.@SD); for(.@i=0;.@i<.@s;.@i++){ cutin(.@filename$,.@position,convertpcinfo(.@SD[.@i],CPC_CHAR)); } return; } function cutin3 { freeloop(true); .@filename$ = getarg(0); .@position = getarg(1); .@s = getunits(BL_PC,.@SD); for(.@i=0;.@i<.@s;.@i++){ if((.@cid = convertpcinfo(.@SD[.@i],CPC_CHAR))) cutin(.@filename$,.@position,.@cid); } return; } Can i just add this to Global_Functions instead? Sorry im not at home so i cannot test.
  19. But i dont want to do that. But i tried it anyways. The cash mount will become black. So i dont like using it. Please close. It's solved already.
×
×
  • Create New...