-
Posts
39 -
Joined
-
Last visited
About Pokye
- Birthday 05/30/1987
Profile Information
-
Gender
Male
-
Location
Brazil
- Github: Pokye
- Discord: Pokye#2428
Recent Profile Visitors
1476 profile views
Pokye's Achievements
-
You need this, to work palettes of kamishi.
-
This name color mod belongs to Functor, he sells it, talk to him.
-
Paid clients 2022-12-xx above.
-
[Resolvido] Configurar Servidor para Jogar com Amigos
Pokye replied to kholyphoenix1's topic in Suporte a Configurações
isso. o bind_ip se usa somente quando vc tem 2 ou mais servidores e quer compartilhar o mesmo IP entre eles. -
Release: RODEX and BANK disabled - NORODEX and NOBANK MAPFLAG
Pokye replied to BeWan's topic in Source Releases
NoBank https://github.com/rathena/rathena/pull/7773 -
[Resolvido] Configurar Servidor para Jogar com Amigos
Pokye replied to kholyphoenix1's topic in Suporte a Configurações
Para ajudar melhor. poderia ter pesquisado no Youtube, teria a solução fácil. -
[Resolvido] Configurar Servidor para Jogar com Amigos
Pokye replied to kholyphoenix1's topic in Suporte a Configurações
bind_ip não! deixe comentado // e não precisa recompilar novamente. Só é preciso recompilar o emulador quando se meche em algo dentro da pasta "src/" fora isso não precisa recompilar. para seu amigo se conectar ao seu servidor, ele tem q entrar no seu canal do Radmin VPN também. -
[Resolvido] Configurar Servidor para Jogar com Amigos
Pokye replied to kholyphoenix1's topic in Suporte a Configurações
vc esqueceu de descomentar // o char_ip: map_ip: e login_ip: e deve colocar o IP neles tbm. -
not yet implemented in rA as packets for new client version 2020+. @Lemongrass maybe post later in the year.
-
1>D:\rAthena\src\custom\script.inc(3012,31): error C2440: 'initializing': unable to convert from 'std::shared_ptr<datatype>' to 'item_data *' 1> with 1> [ 1> datatype=item_data 1> ]
-
@Tero Hmm. I implemented it today to test. and I noticed that it is consuming 2 embryo to create 1 homunculus. and the embryo selection window does not close when choosing the embryo. Cliente_LNIqTvKO82.mp4
-
Thanks so much for sharing this with everyone. I'll even use it too. Just to let you know that in skill.cpp this line you asked to look for is different, there are more things. case AM_CALLHOMUN: //[orn] if (sd && !hom_call(sd)) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); break; in lasted rA: case AM_CALLHOMUN: //[orn] if (sd && !hom_call(sd)) clif_skill_fail(sd,skill_id,USESKILL_FAIL_LEVEL,0); #ifdef RENEWAL else if (sd && hom_is_active(sd->hd)) skill_area_temp[0] = 1; // Already passed pre-cast checks #endif break; It would be good to update your post with the fix.
-
https://github.com/rathena/rathena/blob/master/doc/atcommands.txt#L1811 If you read the command you would know that it only works on channels.
-
How to disable Reputation Status and Trait Status
Pokye replied to acaciomilk's question in General Support
Use lasted WARP or NEMO to disable.