Diurnal
Members-
Content Count
23 -
Joined
-
Last visited
About Diurnal
-
Rank
Member
-
Once this is stable, I'd definitely move to hercules as my server emulator. eAmod BG is the only reason why I can't move out of rAmod.
-
Hello, I have disabled mail system on my server and found a an automated events script that uses mail system to give the prizes. function Func_Prizes { announce "Congrats "+strcharinfo(0,getarg(0))+", a winner in the "+getarg(1)+" Event.",bc_all|bc_blue; query_sql("INSERT INTO `mail` (send_name,dest_id,title,message,nameid,amount,identify,zeny,time) VALUES ("+ "'no-reply',"+getarg(0)+",'** "+getarg(1)+" **',"+ "'Congratulations!% You have won % in the "+getarg(1)+" Event% % % % % % % % [ Your reward is attached. ]',"+ $@RewardID+","+$@RewardQNT+",1,"+$@RewardZeny+",UNIX_TIMESTAMP(NOW()))"); announce "Rewards hava been sent via mail.",bc_self|bc_blue; query_sql("UPDATE `mail` SET message = REPLACE(message,'%',CHAR(13)) WHERE send_name = 'no-reply'"); } Can anyone please help me convert this into getitem script command?
-
This is a nice idea, my players are requesting this too since it becomes annoying when they accidentally clicked the Cash Shop button while in PvP and WoE.
-
Diurnal reacted to an answer to a question: Unknown Packet on 2012-04-10aRagexe Client
-
Unknown Packet on 2012-04-10aRagexe Client
Diurnal replied to Diurnal's question in Client-Side Support
Yes I've restarted many times. Could you link me to where you get your exe files? Did you use the Weediffgenerator? and is there a specific diff option that I should not be enabling? Also the lua files for the client, I tried diffing it with "Read Lua First Before Lub" but it's still looking for lub files like TownInfo Also the correct Setup.exe that saves the resolution I set, I tried opensetup and it isn't saving, also tried the blue ghost setup. Both ran as Admin. -
I am getting this on console [Warning]: clif_parse: Received unsupported packet (packet 0x094b, 19 bytes received), disconnecting session #7. I've already set the PACKETVER to 20120410 and recompiled.
-
This wouldn't work, or most likely it's not efficient, I'd rather make all players log again, would be the same thing if I just re-start the server. I think you misunderstood my post. I'm saying if we could make it "pop-up" a message after clicking the cash shop button stating that the cash shop has been updated and they need to login again in order to view the updated list. They will always get that pop up message unless they login again.
-
I like this one. Having different discount days make your players save up for big bulk shopping
-
Diurnal reacted to a post in a topic: Cash Shop Discount
-
Maybe we could add a display message that tells the player to relogin when they open the cash shop and their out of sync? For example: "Cash Shop has been updated, please re-login to view the updated list"
-
Diurnal started following Paymentwall for FluxCP
-
Has anyone implemented Paymentwall to FluxCP here? I want to use it for my FluxCP since they offer a lot of payment options, and some free credits / points for some tasks. Paypal is somewhat limited to those people who have credit / debit cards.
-
Diurnal reacted to a post in a topic: Official Item Group/Package/Chain
-
Diurnal reacted to a post in a topic: About transform bonus Suggestion
-
Diurnal reacted to a post in a topic: About transform bonus Suggestion
-
Mystery reacted to an answer to a question: eamod in Hercules?
-
anacondaq reacted to an answer to a question: eamod in Hercules?
-
Diurnal reacted to a post in a topic: Rewrite the code in C++
-
Don't use it, just don't. Hercules is way way better than eamod.
-
Diurnal reacted to a post in a topic: Migrating from eAmod to Hercules
-
anacondaq reacted to a post in a topic: Migrating from eAmod to Hercules
-
The only reason why I bought eAmod is for their Battlegrounds. I hope Susu would convert it too
-
Diurnal reacted to a post in a topic: Migrating from eAmod to Hercules
-
Diurnal reacted to a post in a topic: Migrating from eAmod to Hercules
-
Thank you! I guess I can do the skill balancing with pre-renewal. This thread can be closed now.
-
Regarding #3, will it require src edits too? or just the db files are fine?
-
Diurnal reacted to a post in a topic: Migrating from eAmod to Hercules
-
Hi, I am using eAmod as my current emulator and is currently using 2010-07-30 client. I really want to move to Hercules because of it's features and hyper-active Development Team. But since Hercules has a different src coding, I am a little skeptical on moving. Here's some of my questions that needs some answers before I proceed from converting my server to Hercules. Server files-wise: Does Hercules supports 100% Pre-Renewal? Can I use the Cash Shop Support if I am on Pre-Renewal? Can I enable Kagerou and Oboro even without 3rd Jobs and use Pre-Renewal mechanics? I have a lot of custom items, does the format changed from eamod to hercules? Did Hercules removed some item_bonuses? Client files-wise: What's the most stable 2012+ client to use and supports Cash Shop Functions and Kagerou / Oboro? I am currently using 2010-07-30 client, do I need to convert my id2num2* txt files to lua if I want to use a 2012+ clients? Since Hercules blocks WPE/RPE, will it also block those auto hotkeys?
-
I can login to my client when login and char servers are in HostB, map server is in HostA. But still, I can't pass through Character selection. it fails after I selected my character.