Jump to content

Jayz

Members
  • Posts

    396
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Jayz

  1. show your login/char/map server when trying to connect,, or maybe check your system ports to allow it
  2. 1) if your question how to link your ip to your domain you need to edit your DNS in your domain manager and point your ip address, 2) if you are referring to the ip you will make domain with name, you need to register a domain first.. then do the #1
  3. Yes because you are using old rathena,, thats why no name_japanese try reexecute the latest rathena sql here https://github.com/rathena/rathena/tree/master/sql-files
  4. i think you are not using latest rathena version ok lets open your mysql/phpmyadmin and go to item_db's table and click the structure and drop the name_japanese
  5. execute your item_db_re.sql to your sql you may found your rathena sql at rathena/sql-files
  6. Your rAthena files is clean? or already have gepard patch in your rathena but your client.exe is not? check your conf /gepard_shield.conf disable your gepard gepard_shield_enabled: no
  7. thor patcher doesn't support SSL Certificate
  8. What error failed to communicate? or failed to get etc..
  9. https://www.nfoservers.com good for gaming
  10. Your config.ini is missing you need to Embed or Pack your Thor.exe using ConfigEmbeder.exe or ThorMaker.exe
  11. I think your client cant read your GRF because the Ok button is korean,, double check your data.ini or your hardcoded data.ini if your main grf is priority
  12. Yah thanks for correction, everything is working fine and im using it now, i try to edit your code i want to make similar this i tried to modified your code and change the Class to JobID 4010 and class_arr[.@size] = .@class; to class_arr[.@size] = .@class, set #HWPoints,#HWPoints +1; but not working - script test123 -1,{ OnPCKillEvent: .@self = getcharid(3); if (killedrid == .@self) end; attachrid killedrid; .@class = 4010; attachrid .@self; .@index = inarray(class_arr, .@class); if (.@index == -1) { .@size = getarraysize(class_arr); class_arr[.@size] = .@class, set #HWPoints,#HWPoints + 1; count_arr[.@size] = 1; } else cleararray count_arr[.@index], count_arr[.@index] + 1, 1; end; }
  13. Its working, btw can you give me an idea how can i make it similar here OnNPCKillEvent: if( killedrid == 1002 ){ set #PoringKill,#PoringKill + 1; end;
  14. Sorry if you did not understand what I said, I want to make a pvp event challenge and the challenge will kill specific jobs like kill 5 assassin cross or kill 1 sniper / high wizard etc. I want to know how he can kill count every job
  15. Great thank you btw it possible certain class job?
  16. Can the "killedrid" be used instead of the mob id to be job id? or want another way or idea
  17. announce strcharindo(3) + "has won LvL 99 reward." + (30-$99rewards) + " prizes left". to announce strcharinfo(3) + "has won LvL 99 reward." + (30-$99rewards) + " prizes left.",bc_all;
  18. Jayz

    Making a scroll

    LOL to old topic Thats part is script from the item db,, you can use the item line only as the creator said
  19. Ok now goto config/application.php and find debugmode set to true, then refresh your browser post the error msg here 'DebugMode' => true, // Set to false to minimize technical details from being output by Flux. WARNING: DO NOT USE THIS OPTION ON A PUBLICALLY-ACCESSIBLE CP.
  20. Try use private browsing or google chrome incognito to view your website,
  21. I told you, iupload mo dito ang npc na gusto mong lgyan nyan. para yung iba makatulong at doon mo mapag compare ang script code doon sa with and without, ang gusto mo kasi mangyari kailangan ng if statement at set-array yan kaya nga pinapauoload ang gagamitin mong npc para doon mo mapag compare kung ano ang ginawa, hindi naman kasi sya parang addons lang na illgay lang sa single line ang gusto mo ay gagana na sya, una kasi gagamitin mo ang if statement para kung accidentally mo na close yung dialog ng last npc ay pwd mo ulit makausap para sa reward mo, kasi kung ang gusto mo is parang addons lang na llgyan mo lang ng menu sa last part, paano nalang kapag na disconnect ang player or na close ang dialogue ang mangyayari hindi na nya makakausap ang npc na yun dahil nga tapos na ang quest mo, at doon na papasok ang if statement para kung accidentally mo ma close or disconnect habang kausap ang npc maari mo ulit syang makausap dahil doon sa set-array na nilagay mo
  22. Tulad ng sabi mo, hindi ka familiar sa mga code, sana inupload mo dito ang script na gusto mo lagyan para yung iba makatulong at magawa ang gusto mo, e2 kasi hindi ko sure if example mo lang ba, tulad ng pagkakasabi mo "kagaya po nyan" wala akong idea kung ang sinasabi mo is similar sya dyan or yan naba talaga ang gagamitin mo, kasi kung naiupload mo ang script na gusto mo, madami na sanang gumawa dito nyan, at doon mo ma cocompare ang script kung ano ba ang iniba
  23. If you have dinput.ini in your files edit and find WindowLock =1 change it to 0
  24. Just add 777 chmod permission on data/logs and tmp folder
×
×
  • Create New...