Jump to content

Hidekitakase

Members
  • Content Count

    15
  • Joined

  • Last visited

About Hidekitakase

  • Rank
    Member

Profile Information

  • Gender
    Male
  • Location:
    Brazil
  • Interests
    Gorillaz <3
  • Emulator
    Hercules

Recent Profile Visitors

1548 profile views
  1. Bro, congrats. Nice job!!
  2. Hello You can download here the emulator: Here. And the client-side you can test this(i think he is always updating): Here
  3. 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
  4. É 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
  5. 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.
  6. 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...
  7. 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...
  8. 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. 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?
  10. 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.
  11. 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
  12. 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
  13. 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.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.