-
Posts
2285 -
Joined
-
Last visited
-
Days Won
77
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Posts posted by Cydh
-
-
try find on pc.c::pc_isUseitem, just find & follow this line
if (sd->state.storage_flag && item->type != IT_CASH) { clif_colormes(sd->fd, color_table[COLOR_RED], msg_txt(sd,388)); return false; // You cannot use this item while storage is open. }
it disables item usage while storage is opened, except cash_item (in item_db, the one that type 18)-
2
-
-
If for item id, edit your item script. my mod to 'help' u to avoid edit all item with same type (armor,weapon,...) with same script for each refine.
clear?
-
Cydh is it possible to change this like...
Structure:
ItemID,Type,RefineNumber,{ Script }
Example:
30000,4,15,{ bonus bStr,3; }
eh? why don't u put the script on ur item then use getrefine/getequiprefinecnt?
-
just give up, and use 2013-08-07 client. Rebellion was introduced in 2013-03-20
-
yeah right huh, the game now days surely have best graphic but RO have the best game mechanic
you want to breed cute baby cat girl huh ?
yes!
-
One thing for sure, RO is still growing, doesn't want to be defeated by ((MMO)RPG) newcomers!
I wonder if they'll also try to follow the marriage system for that race.
-
Welcome, Aleos. Can you say about money? As we have already received them?
This question has remained open. Are you ready to solve it? Personally, I 'm tired of waiting.
lol I expect this question.
just hope Aleos 'can' handle it.
tbh, I want Aleos as admin for rAthena stability for the development. He is just 'new' in admin, I'm not wishing when Aleos (or someone) becomes admin, he doesn't get the shits of previous admin.
so, also try spamming Maki & Brian for your money. They are as admins are the longest period than everyone else, if they say "don't know", it must be a lie.
-
2
-
-
-
I was suggesting to support SHA in source, not for replacing the MD5, but as option.
-
Since 2012-04-18a, are using Lua 5.14, that means they started to read item info ffrom (by default) System/itemInfo.lub. not (id)num* files anymore.
It's simple, if .lua doesn't work, just rename it to .lub, and otherwise.
-
itemInfo.lua, when hex ur client, u made it reads itemInfo.lua or itemInfo.lub?
-
Added .patch for eA r14147
-
2
-
-
check your src/map/instance.c (or .h?) find #define MAX_INSTANCE_DB I think (forgot, since that limit was removed by me)
-
1
-
-
then what's the exact formula now?
-
Added diff for rev in 20150914 d1f94700
-
Added diff for d1f94700 (20150914)
-
been year I don't update the mod in this thread. Now there is a new .diff for 'nearly' latest rAthena (for a rev in 2015-09-13)
-
the encryption & decryption algorithm is not that absurd to make ur server lag.
-
try this maybe https://gist.github.com/cydh/9b8b79b571123729ba90
-
technically is implemented here 99783689
-
-
any suggestion for the conf/translations.conf structure? https://gist.github.com/cydh/b5d50390276ab97fb084
-
1
-
-
Niatnya sih ngeshare doang
Lebaran (NPC)
Ceritanya, kemarin main idRO pas ada event lebaran ada 3 event/quest
- Free agent kafra.
- Kartu Ramadan & Ketupat.
- Sticky Rat.
Kalo yang free agent udah sempet post di sini.
Kartu Ramadan udah jadi cuman baru sempet test barusan, jadi 1 sama free agent NPC.
Nah yang Sticky Rat belon bikin, ceritanya nampet tikus (pake tame item) ntr dapet item dituker dapet Shiny Bead, Shiny Bead dituker jadi item. Belon dibikin juga, soalnya ini event udah sering keluar, rewardnya ga berbau Lebaran sih
Link: Idul_Fitri-idRO_2015
Hari Kemerdekaan (NPC)
Ini quest, cuman suruh getok poring, poring drop item, itemnya tukerin sama Indonesia_Beret_Box (16266).
Cuman, kalo di idRO, itu item dapetnya Red_Beret (5580) aka Indonesian Beret berupa Rental selama 2 minggu.
Dropnya dari event mob, jadi pastiin mobnya spawn 9terserah mau taro mana :v) biar bisa dapetin Lost Cards.
Link: Independence_Day-idRO_2015
Cash Item (DB)
Sama skalian share cash shopnya idRO. Barang kali bisa jadi panduan klo mikin daftar harga
Link: item_cash_db-idRO
TE Rental Manager (NPC)
Menyambut patch idRO tanggal 7 Oktober 2015, yang notabene idRO implementasi Level 175 & WOE TE. Ini kado dari saya. Meski cuma 'free' Rental NPC untuk item WOE TE & Potion merchant, semoga bermanfaat.
Kalau aslinya, ini item cuma ngefek di kastil WOE TE, silahkan disesuaikan menurut server kalian masing-masing.
Penting! Pastikan item yang ada di NPC sudah ada di item_db.
Link: woe_te_shop.txt, woe_te_rental.txt
Catatan
- Semua NPC pake Bahasa Indonesia, yg versi Inggrisnya musti ngeloby Script/DB dev biar sekalian lempar di reponya rAthena.
- Kalo ada bug ato typo bkin aja issue di reponya klo ga ya reply aja disini
- Kalo ada update lagi & ane bisa bikinnya, bakal dibump ini thread.
-
3
-
use player's position
use player's position
A script command that stores all loaded npcs
in Source Requests
Posted
idk if this will help you or not, but I use this to make SQL files of NPCs, and the SQL file for Shop NPC I use for this info.
maybe, u can use that (or edit it if necessary), then make NPC script/command to do query_sql to fetch NPC data from the table.