-
Posts
464 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Gidz Cross
-
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.
-
Oh yeah! Thanks!
-
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!
-
Awesome. Will conduct some test.
-
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!
-
Patcher: Free skin Thor Patcher 2020 Holidays [CODED]
Gidz Cross replied to Elfin's topic in Third Party Releases
Hi! How can i rip the Server Status and the Player Online? Thanks! -
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); [email protected]$ = getarg(0); [email protected]$ = getarg(1); [email protected] = getarg(2); [email protected] = getmapunits(BL_PC,[email protected]$,[email protected]); for([email protected]=0;[email protected]<[email protected];[email protected]++){ cutin([email protected]$,[email protected],convertpcinfo([email protected][[email protected]],CPC_CHAR)); } return; } function cutin3 { freeloop(true); [email protected]$ = getarg(0); [email protected] = getarg(1); [email protected] = getunits(BL_PC,[email protected]); for([email protected]=0;[email protected]<[email protected];[email protected]++){ if(([email protected] = convertpcinfo([email protected][[email protected]],CPC_CHAR))) cutin([email protected]$,[email protected],[email protected]); } return; } Can i just add this to Global_Functions instead? Sorry im not at home so i cannot test.
-
Getting CPaletteRes error in Custom Mounts when changing cloth color
Gidz Cross replied to Gidz Cross's question in Client-side Support
But i dont want to do that. But i tried it anyways. The cash mount will become black. So i dont like using it. -
Nope. The visual bug is there. But still a very good mod.
-
It would be awesome for txt version of skill db.
-
Hiding WOE damage is useless if this option cant be permanently disable. Hmmmmmmm.
-
kRO Full Client - 2021-04-06 - Includes BGM & RSU
Gidz Cross replied to Akkarin's topic in Client Releases
Is there new and updated package up to date? -
Yeah. But still im having problem with Flying Side kick. it always misses.
-
Confirmed. This works. Thank you!!! Only the Flying Sidekick remains. Hehehe!
-
What i did was add int onto it. setunitdata(getnpcid(0),UNPC_DEX,300); setunitdata(getnpcid(0),UNPC_INT,100); setunitdata(getnpcid(0),UNPC_ATKMIN,100); setunitdata(getnpcid(0),UNPC_ATKMAX,200); getmapxy(.map$,.x,.y,BL_NPC); i will check the stat point part. Thanks!
-
Cool script! Thanks! But i found a problem concerning SOUL STRIKE, LORD OF VERMILLION and FLYING SIDE KICK. My server settings is 255/120. Im using @statall which would give me 255 to all stats. Those skills are going to miss. I tried normal builds but its still the same. Tried adding INT to the NPC stats i guess it works but the damage will become stronger. Any thoughts?
-
Amaaaaaazing! Welcome back to map making!
-
how do I get this npc to remove 20% of the value on conversion
Gidz Cross replied to rickyzinhx's question in Scripting Support
I dont see the 20% value. -
problem with sonic blow animation see vid
Gidz Cross replied to mhielo12's question in General Support
Might something to do with your after animation delay. See your skill db compare to your renewal skill db. By default it behaves per perfectlt normal. -
That is so weird. Fresh rathena dont have any problem concerning call spirit.
-
@autoloot command?
-
Well we have patchers out there and the popular one is the Thor Patcher. From the tools there you will be able to push updates to your players. You can found more at rathena-wiki/Thor_Patcher.md at master · cydh/rathena-wiki (github.com) Some google searches Setup Thor Patcher - Mga Guides at Tips - rAthena Making a patch in Thor Patcher with GRF - Knowledgebase - GoManilaHost.Net Web Services To do this, your server should be live. What does it mean? It means your server should be online.
-
[💭] Possibility of Shadow Gear to be used as Costume
Gidz Cross replied to norightinfo's question in General Support
It should work. Refer to this guideline for positions: -
So what do we have here again?