Jump to content

Cyro

Members
  • Posts

    1138
  • Joined

  • Last visited

  • Days Won

    30

Everything posted by Cyro

  1. you can modify and use emistry e-inquiry script here is the link
  2. Great step akkarin, This will make rathena forums more live and active +1
  3. i think you need to change champ job sprite to custom one for that
  4. i guess you added new effect instead of replacing aura effect in your grf? - aurafloat.tga - auraring.bmp - freezing_circle.bmp <<<<<------ try replacing this file in your grf (datatextureeffect) with your custom aura
  5. if( !.@party_id ){ mes "You need a Party."; }else if( getpartyleader( .@party_id,2 ) != getcharid(0) ){ mes "You're not Party Leader."; }else{ mes "Give me the item ."; npcshopattach "partywarp_shop",1; callshop "partywarp_shop",2; end; } close; OnSellItem: mes "Trade Successfully."; delitem @sold_nameid,1; warpparty .prontera,0,0; this is not work as trade, but will work as npcshop, try it out ( untested )
  6. every time you kill you get this error? check you MVP graphic sprite in your client ( everytime a player kill a mvpa graphic sprite shows as MVP on players head) you might be missing it, if this is not the error, post any console errors if you seee
  7. Cyro

    broken login

    Can you post error log?
  8. Try rechecking your client.xml port, any console errors? What is the client.exe error while trying to login? Ps- for testing purposes u can use aruba hosting, they sell 1euro vps with 1gb ram
  9. Cyro

    broken login

    I have some questions 1.what is the error message( while you trying to login to cp, also error log) 2.you can be able to login to game with the accounts created in cp? 3. Since you mentioned you have changed ip (host you mean?) you also transferred mysql? If so you are able access al your sql tables? And try optimising your sql tables and try once
  10. are you using latest rathena ??? working fine i just tetsted it
  11. pc bonus error will be shown up coz of the itemdb bonus typo errors, regarding guild capacity you need to clear all guilds and its database in your sql db , so then that error wont show up
  12. there is plenty of threads for Hourly points try searching and modify it as your need here is a link i searched for you https://pastebin.com/EBjSiPb8
  13. prontera,144,171,6 script Donation Manager 89,{ mes "[Jimmy John]"; mes "Would you like to convert your Donation Credit to TcG"; mes "Exchange Rate:"; mes "^0000FF1^000000 Donation Credit = one TCG"; next; set @dCreds,query_sql("SELECT `balance` FROM cp_credits WHERE `account_id` = "+getcharid(3)+";",.@dCreds); mes "Please select the service you want:"; next; menu "^FF0000Exchange",dpExc,"^0000FFCheck Points/Credits",checkPoints,"^00FF00Quit",LeEnd; dpExc: mes "Available Cash Point to Exchange from Donation Credit : ^0000FF" + .@dCreds + "^000000"; next; mes "How many ^FF0000 Cash Point ^000000 do you want?"; input @ExchangeECd; if (.@dCreds < @ExchangeECd) goto ENeedDcredits; mes "That will be ^0000FF" + @ExchangeECd + "^000000 Donation Credits!"; menu "Yes, I am sure.",LEyesd,"I will decide later...^000000",LEno; LEyesd: set .@dCBal,.@dCreds-@ExchangeECd; query_sql("UPDATE `cp_credits` SET `balance` = "+.@dCBal+" WHERE account_id = "+getcharid(3)+";"); getitem 7227,@ExchangeECd; next; goto Edis2; close; LEno: mes "Thanks you ^0000FF" + strcharinfo(0) + "^000000!"; mes "And done come again!"; close; Edis2: mes "Your Donation Credit = ^0000FF" + .@dCBal + "^000000!"; mes "Your Cash Point = ^0000FF" + #CASHPOINTS + "^000000! "; close; ENeedDcredits: mes "Sorry, you don't have enough Donation Credits."; close; checkPoints: mes "Your Donation Credit = ^0000FF" + .@dCreds + "^000000!"; mes "Your Cash Point = ^0000FF" + #CASHPOINTS + "^000000! "; close; LeEnd: close; OnInit: waitingroom "Redeem Donation",0; end; }
  14. You mean rebirth? Just use official job changer Find this and change this to 0 .ThirdClass = 1; To 0
  15. Change Set #cashpoints to Getitem itemid
  16. There is plenty of threads in hercules and rathena regarding this post, you can just browse them Both emulators have pros and cons You must chose emulator as your needs, hercules is ahead with only attractive system which plugin system (and people say it consumes less ram and good for pre-re systems) For me i say rathena is much ahead in other stuff like huge community, support, good developing team,bug solving, tracking, releases etc etc etc Hercules support is almost dead(my feeling though)
  17. To use that npc you need to use flux donation item mall system, so players buy items in fluxcp Try this npc which we made for my server This npc converts fluxcp donation credits to ingame cashpoints using sql query from cp_credits https://pastebin.com/wxZU9YH8
  18. Their support is dead, deal with it, resolve your problem yourself, As takoi said, do not expect much from reseller hostings, learn and setup everything by yourself by hosting it with reliable hosting service
  19. Make sure you are using packet obsession? if not your client must be diffed without the packet obsession support
  20. Disable pocket obsession in core.h And recompile
  21. windows 10 firewall also causes this issues! try turning it off as last try?
  22. Is this problem happening for you only? With that particular server??
×
×
  • Create New...