-
Content Count
15 -
Joined
-
Last visited
About Hidekitakase
-
Rank
Member
Profile Information
-
Gender
Male
-
Location:
Brazil
-
Interests
Gorillaz <3
-
Emulator
Hercules
-
release [Release] ExtendedBG for Hercules (with eAmod BG modes)
Hidekitakase replied to Dastgir's topic in Projects
Yay, thanks sir . i'll test -
Hidekitakase reacted to a post in a topic: [Release] ExtendedBG for Hercules (with eAmod BG modes)
-
Hidekitakase reacted to a post in a topic: [Showcase] Navayo + Nav_in01
-
Hidekitakase reacted to a post in a topic: [Showcase] Lhz Dun Mobs Update aka Bio Lab Family
-
w0wZukuBg reacted to a post in a topic: [Showcase] Ttmoon
-
Bro, congrats. Nice job!!
-
Hidekitakase reacted to a post in a topic: [Showcase] Ttmoon
-
Hidekitakase reacted to a question: How to apply a diff file
-
Hidekitakase reacted to a post in a topic: :hide:
-
Where To Download A Emulator And Full Client
Hidekitakase replied to Deadly Brothers's question in General Server Support
Hello You can download here the emulator: Here. And the client-side you can test this(i think he is always updating): Here -
Hercules Battlegrounds
Hidekitakase replied to Sephus's topic in PvP, WoE, GvG, & Battleground Releases
How to fix the npc, couse it doesn't working when i try to enter in a queue, only works with command @joinbg... If npc from someone is working well, tell me where's the error please.Thanks -
JulioCF reacted to an answer to a question: [Pedido/Ajuda Script] Costume Weapon / Custom mob
-
Hidekitakase reacted to a file: Server Database Editor
-
CLps reacted to an answer to a question: [Pedido/Ajuda Script] Costume Weapon / Custom mob
-
CLps reacted to an answer to a question: [Pedido/Ajuda Script] Costume Weapon / Custom mob
-
Hidekitakase changed their profile photo
-
[Pedido/Ajuda Script] Costume Weapon / Custom mob
Hidekitakase replied to CLps's question in Suporte a Script
É possível sim, você teria que criar um script para : (npc/instances/EndlessTower.txt) e verificar se o player é vip ou não pegando os valores da database com essa função(http://herc.ws/wiki/Query_sql). O foco vai ser mais ou menos nessas linhas aqui ,pois elas estão setando o delay(604800 = 1 semana), estude bem para ver o que cada função faz. E também irá ter que trabalhar com /db/quest_db.conf. Porque é aqui que seta a quest e sua duração. Vê que são os mesmos valores do arquivo acima(604800 tempo de delay). Esse é o caminho que estou ti dando, estou com pouco tempo n posso ti ajudar muito com o code, espero que entenda ;D- 3 replies
-
- custom waepon
- costume weapon
- (and 6 more)
-
[Pedido/Ajuda Script] Costume Weapon / Custom mob
Hidekitakase replied to CLps's question in Suporte a Script
Bom dia, 1°) Talvez, conhece os itens shadow?! Com eles, você pode testar essa função "visual de arma", segue o Link: http://herc.ws/wiki/Custom_Items, Vá nesse tópico Loc: Equipment location of armor and arrow-type items. 2°)http://herc.ws/wiki/Custom_Mobs. 3°)Este é o arquivo da torre sem fim https://github.com/HerculesWS/Hercules/blob/stable/npc/instances/EndlessTower.txt.- 3 replies
-
- custom waepon
- costume weapon
- (and 6 more)
-
Yes, i thought that if i make that npc it will work. I will try later ;D thanks.... Butt, just one problem, if i use an npc, i have to create an exception to apply the buff only if the player still using it. If the player change that equipment the buff is over... I'll think better...
- 9 replies
-
- status item script
- day
-
(and 1 more)
Tagged with:
-
It didn't work, i tried to make using time function but, again didn't work. I don't know what's causing this issue... it's like when the item is equipped won't change the status anymore, well by using this script for item...
- 9 replies
-
- status item script
- day
-
(and 1 more)
Tagged with:
-
Man, you don't understanding me... every way that i use to make a script, the code inside bonus item doesn't refresh itself, even with time or not... I don't know what happen but, the script doesn't work properly when it is inside bonus item..... choose one item and put this code, you'll see what i'm telling you..
- 9 replies
-
- status item script
- day
-
(and 1 more)
Tagged with:
-
Yeah, but the thing is, the bonus status don't change automatically when i change day to night or the opposite. I wanted that the bonus change automatically when the day is over... it's possible?
- 9 replies
-
- status item script
- day
-
(and 1 more)
Tagged with:
-
Hey Guys i have a doubt, why this is don't work properly: while(!isnight()){ bonus bInt,50; sleep2 1500; } bonus bStr,50; When is at night give to the player 50 int points, but, when i change to morning the item don't refresh itself to the other part of the code. But, when I remove and equip again the item, then give me correctly 50 str points. This is my question... have a script to refresh itself the item? When day give me 50 str points, and when at night, the item refresh, then give me 50 int points.
- 9 replies
-
- status item script
- day
-
(and 1 more)
Tagged with:
-
Hercules Battlegrounds
Hidekitakase replied to Sephus's topic in PvP, WoE, GvG, & Battleground Releases
I got the same error, It was solved by compiling with MSVS 2015. But which version?? 'couse i try as many as possible ( VS2015 express .... community , professional ) and i got error when i try to open in hercules-14.sln.... show a message that the software doesn't support the .sln files.... (and the VS2015 stop running)... This happens when i try to open in every vs2015..... http://imgur.com/a/I3r7j -
Hercules Battlegrounds
Hidekitakase replied to Sephus's topic in PvP, WoE, GvG, & Battleground Releases
I've got this errors i don't know what to do, help me !! Compiled with vs2012 express.. 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(1071): warning C4018: '<' : signed/unsigned mismatch 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2058): warning C4018: '<' : signed/unsigned mismatch 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2059): warning C4018: '<' : signed/unsigned mismatch 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2533): warning C4018: '>=' : signed/unsigned mismatch 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2591): warning C4018: '<' : signed/unsigned mismatch 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2597): warning C4018: '<' : signed/unsigned mismatch 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2603): error C2143: syntax error : missing ';' before 'type' 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2604): error C2065: 'i' : undeclared identifier 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2605): error C2065: 'i' : undeclared identifier 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2624): error C2143: syntax error : missing ';' before 'type' 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2625): error C2143: syntax error : missing ';' before 'type' 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2627): error C2065: 'i' : undeclared identifier 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2628): error C2065: 'i' : undeclared identifier 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2631): error C2065: 'pos' : undeclared identifier 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2631): error C2065: 'i' : undeclared identifier 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2633): error C2065: 'qm' : undeclared identifier 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2633): error C2065: 'pos' : undeclared identifier 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2633): warning C4047: '=' : 'int' differs in levels of indirection from 'hBG_queue_member *' 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2633): warning C4047: '==' : 'int' differs in levels of indirection from 'void *' 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2633): error C2223: left of '->sd' must point to struct/union 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(2727): warning C4018: '<' : signed/unsigned mismatch 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(3732): warning C4018: '<' : signed/unsigned mismatch 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(3734): warning C4018: '<' : signed/unsigned mismatch 1>c:\users\murillo\desktop\hercules-masterpri\src\plugins\hbg.c(3872): warning C4018: '<' : signed/unsigned mismatch -
2015-10-29aRagexeRE Client (Re-Release)
Hidekitakase replied to Rytech's topic in Client-Side Releases
the actual version of hercules run this client??!! my emulator still getting this error : clif_parse: Received unsupported packet (packet 0x0521e (0x0002), 11 bytes received), disconnecting session #3.