Jump to content

Search the Community

Showing results for tags 'error'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Bulletin Centre
    • Community News
    • Repository News
    • Ragnarok News
  • Hercules Development Centre
    • Development Discussion
    • Suggestions
    • Development Centre Archives
  • Support & Releases
    • General Server Support
    • Database
    • Scripting
    • Source
    • Plugin
    • Client-Side
    • Graphic Enhancements
    • Other Support & Releases
  • Hercules Community
    • General Discussion
    • Projects
    • Employment
    • Server Advertisement
    • Arts & Writings
    • Off Topic
  • 3CeAM Centre
    • News and Development
    • Community
  • International Communities
    • Filipino Community
    • Portuguese Community
    • Spanish Community
    • Other Communities

Categories

  • Client Resources
  • Graphic Resources
    • Sprites & Palettes
    • Maps & Textures
    • Other Graphics
  • Server Resources
    • Server Managers / Editors Releases
    • Script Releases
    • Source Modifications
    • Plugins
    • Pre-Compiled Server
  • Web Resources

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Discord


Skype


IRC Nickname


Website URL


Location:


Interests


Github

Found 37 results

  1. Aeromesi

    Script error

    Anyone able to help me on this script? //Weekend Events (Friday, saturday, and sunday//Script developed by Aeromesi prontera,150,150,4 script Noah 89,{ set .noa$, "^FF0000[Noah]^000000"; if (.frifin$ == 1 && (gettime(4)==3)) { mes .noa$; mes "You already completed Fridays quest."; close;} else { goto startquest; }if (.satfin$ == 1 && (gettime(4)==4)) { mes .noa$; mes "You already completed Saturdays quest."; close;} else { goto startquest; }if (.sunfin$ == 1 && (gettime(4)==5)) { mes .noa$; mes "You already completed Sundays quest."; close;} else { goto startquest; }if (gettime(4)==6) mes .noa$; mes "You can't do any quests until Friday, Saturday, and Sunday."; close;startquest: set .frifin$, 0; set .satfin$, 0; set .sunfin$, 0; mes .noa$; mes "Hello "+strcharinfo(0)+"."; mes "It's the weekend, have you had a busy week?"; mes "Gotta pay bills and can't afford to donate?";next; mes .noa$; mes "Well I offer quests throughout the weekend (Friday, Saturday, Sunday) so you can have 500 cash points."; mes "You may only do each quest ^FF0000ONCE^000000 per day out of the 3 days."; mes "Then the next weekend, it resets.";next; mes .noa$; mes "So, wanna do a quest?";next; menu "Yes sir!",yess,"No thanks.",nothx; yess:// Quest for Friday if ( gettime(4)==3) { mes .noa$; mes "Today is Fridays Quest!"; mes "You will need to gather 1000 Red Potions and 10m Zeny."; mes "Alright, I'll be waiting until you come back with 1000 Potions and 10m Zeny."; mes "Now, let me check if you already have the required amount of Zeny and Red Potions.";next;if(countitem(501)) >= 1000 && Zeny >= 10000000 { mes "You have the required amount of Red potions and Zeny, so for that, here is your cash points."; set #CASHPOINTS, #CASHPOINTS+500; set Zeny, Zeny-10000000; delitem 501,1000; set .fritalk$, 1; close;}} else { mes .noa$; mes "You don't have 1000 Red Potions or 10m Zeny yet."; close;} nothx: mes .noa$; mes "Alright, well come back if you decided you changed your mind!"; close;}/*- script weekend##00 -1,{ if (gettime(4)== 1 || 2 || 3 || 4 ) { set .fritalk$, 0; set .sattalk$, 0; set .suntalk$, 0;}}*/ The error I get when clicking on the NPC is: [Error]: script:op_2: invalid data for operator C_EQ[Debug]: Data: string value="" [Debug]: Data: number value=1 Debug source npc at prontera,150,150 etc...
  2. Hi, I'm using the latest git from Hercules as of Nov 7 2014 Here's what I get when I recompile Here's my HPMHooking.H and the HPMHooking.c (lines 183 to 207) Any thoughts? Thanks in advance! -Anjo
  3. Hello all. I tried to add custom item.. but this error appear. how to fix it ? im using 2013 client.. I have follow this instruction.. add your custom .spr and .act hereDatatexture유저인터페이스collectionDatatexture유저인터페이스itemDatasprite아이템Datasprite악세사리남Datasprite악세사리여then add it hereDataluafiles514lua filesdatainfoaccessoryid.lub, accname.lub and accname_eng.lubthen also add it to yourdbitem_db2.txtand finally add it on yourgravitySystemitemInfo.lub but this error happen on my iteminfo.lub then i go check it on notepad on that line. then i found this. What do you think ? i have added my new custom on this line. Once i edit the iteminfo.lub, an error happen to many lines
  4. Não sei se essa seria a área exata do problema mas vamos la Oi pessoal estava eu testando aqui o servidor até que deu um problema no jogo que tive que fecha-lo e começo a aparecer esse erro "[string "buf"]: 13100: '}' expected (to close'{' at line 13092) near "o dano infrigido. ^000000" na hora em que eu executo o hexed do servidor + esse erro [string ''buf'']:589: unfinished string near ''Conjura efeitos aleatórios de uma entre 14 cartas do tarôt, }. OBS: O erro apareceu após eu usar uma daquelas comidas que veem +10 OBS 2:Eu utilizo o Hexed 2012-04-10aRagexeRE e o Lua files de [2012-04-05] (Apenas algumas das partes das skills traduzidas junto com as descrições dos efeitos que peguei da grf do BRO por la no começo desse ano) OBS 3:Eu vi em um outro forun que era so criar um outro hexed sem a opção Read LUA before Lub so que eu fiz isso e começou a aparecer outros erros so que no outro hexed com essa opção marcada o jogo abre mas ele não diz so nomes + tempo dos buff's que estão no personagem Alguém tem ideia o que devo alterar no/s arquivo/s lua/s ?(Caso seja na pasta Lua files da grf)
  5. When my player doing a ranger quest, there had some problem. how do I fix it ? stage 1 - ok stage 2 - ok stage 3 - problem here the SS. and this how to solve it ? thanks you
  6. Hello guys, if you can help me, i will be veryyyy grateful I made this script, its about infos of my server.. It doesn't appears in the game. And do not shows any error in map-server http://pastebin.com/ivFNNjK5 Can you help me?
  7. Hello, i have this error, can you help me? ^^ I will be grateful I make my patcher using ROLOADER (i can log in only with my hexed) but, the patcher doesn't works, i dont know what to do.. The error shows "??????" in progess bar, and the "Start" doesn't works. ​
  8. I got this kind of error when summon scroll or calling mercenary followed by this How can I fix this? Thank you.
  9. Hey guys, when I log on to the game character slots shows "Not Available" (3) instead of (9) and the worst case is this: clif_parse: Received unsupported packet (packet 0x08c9, 2 bytes received), disconnecting session #3. (packet 0x08c9, 4 bytes received) =============================================================================================== Here's my packet_db: //2013-06-05Ragexe_patched packet_ver: 30 0x0369 ,7,pActionRequest,2,6 0x083C ,10,pUseSkillToId,2,4,6 0x0437 ,5,pWalkToXY,2 0x035F ,6,pTickSend,2 0x0202 ,5,pChangeDir,2,4 0x07E4 ,6,pTakeItem,2 0x0362 ,6,pDropItem,2,4 0x07EC ,8,pMoveToKafra,2,4 0x0364 ,8,pMoveFromKafra,2,4 0x0438 ,10,pUseSkillToPos,2,4,6,8 0x0366 ,90,pUseSkillToPosMoreInfo,2,4,6,8,10 0x096A ,6,pGetCharNameRequest,2 0x0368 ,6,pSolveCharName,2 0x0838 ,12,pSearchStoreInfoListItemClick,2,6,10 0x0835 ,2,pSearchStoreInfoNextPage,0 0x0819 ,-1,pSearchStoreInfo,2,4,5,9,13,14,15 0x0811 ,-1,pReqTradeBuyingStore,2,4,8,12 0x0360 ,6,pReqClickBuyingStore,2 0x0817 ,2,pReqCloseBuyingStore,0 0x0815 ,-1,pReqOpenBuyingStore,2,4,8,9,89 0x0365 ,41,pPartyBookingRegisterReq,2,4 // 0x0363 ,8); // CZ_JOIN_BATTLE_FIELD packet(0x0281 ,-1,pItemListWindowSelected,2,4,8 packet(0x022D ,19,pWantToConnection,2,6,10,14,18 packet(0x0802 ,26,pPartyInvite2,2 // 0x0436 ,4); // CZ_GANGSI_RANK 0x023B ,26,pFriendsListAdd,2 0x0361 ,5,pHomMenu,2,4 0x0883,36,pStoragePassword,0 ============================================================================================= and here's my mmo.h: #ifndef PACKETVER #define PACKETVER 20130605 #endif ============================================================================================= I don't know what to do next (?__?)
  10. /hp I need your help guys, When I started to create a new character I got disconnected from the server. I got this message from the map server "parse_char: Received unknown packet 0x67 from ip 127.0.0.1" Please help me thanks
  11. Is there anyone having a problem compiling a fresh checked out server with cygwin? Haven't experience this error with CentOS and MSVC++ 2010.
  12. I'm getting this error as soon as I create a new guild. [Error]: intif: guild info : data size error Gid: 2 recv size: 11016 Expected size: 11020 Fresh install with empty tables. Any idea what's happening?
×
×
  • Create New...

Important Information

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