To add a custom monster summon branch, the steps are:
Add MOBG_G_D_Branch_01 before MOBG_MAX in https://github.com/rathena/rathena/blob/2f311bd1ef6abf0de642f93690eb37bebbb34d14/src/map/mob.hpp#L116
Add MOBG_G_D_Branch_01 after export_constant(MOBG_TAEKWON_MISSION); in https://github.com/rathena/rathena/blob/2f311bd1ef6abf0de642f93690eb37bebbb34d14/src/map/script_constants.hpp#L4625
After compiling your server should have created a folder named "import". Add your custom branch data in import/mob_summon.yml
Header:
Type: MOB_SUMMONABLE_DB
Version: 1
Body:
- Group: G_D_Branch_01
Default: MAYA
Summon:
- Mob: MAYA
Rate: 100000
- Mob: DEVILING
Rate: 700000
- Mob: Drake
Rate: 700000
4. In import/item_db.yml
- Id: ****
AegisName: name
Name: name
Type: Usable
Buy: 10000
Weight: 200
Flags:
BuyingStore: true
DeadBranch: true
Script: |
monster "this",-1,-1,"--ja--",-1-MOBG_G_D_Branch_01,1,"";
All other steps are unnecessary (I think you just forgot to compile according to the error in your first post).
function script LHZ_Boss {
OnInit:
set .mob_id, rand(1646,1651);
or if you want different id you can use f_rand
.mob_id = callfunc("F_Rand",1,2,3,4,5,6,7,11,10,9);
monster "this", -1,-1, "--ja--", .mob_id[.@s], 1, "";
}
For ITEMDB
callfunc "LHZ_Boss";
Después de varias pruebas me pude percatar que al entrar con el personaje con el basic skill en 3, osea ya cuando se puede sentar pues no se pega el personaje me parece extraño pero eso me pasa no se si solo a mi o alguien mas pasa por esto.
Lo comento por si es un bug o algo que pasa normalmente.
Gracias, saludos!
Are you using a custom prontera map? have you updated your mapcache?
Open your GRF with GRF Editor and press alt+ctrl +s will repack GRF and can be read by browedit. kudos to sir @Functor for this.
About bots/automation and client side encryption you should probably use Gepard its highly recommended and use GRF Editor and use the encryption function. About exploits you will have to test your scripts and source modifications many times in almost all possibilities and ask players about feedback, many are willing to help while others keep it as a secret and for their advantages.
About account sharing, there is nothing you can do about it. Almost every game you play will probably tell you not to share your account/credentials and its their fault for sharing it.
Please contact Functor here first because if you search Functor on skype there are many idiots who use his name for the sake of scamming people.