Dip Set
Veteran OT User
- Joined
- Dec 27, 2007
- Messages
- 523
- Solutions
- 2
- Reaction score
- 469
Go to the github repo, find convert.js, and look for this
case == if item id is 110 of current map (liberty bay 10.98) then change to item id 215 (nostalrius item id)
so you must go through and write list of 10.98 map item ids, and nostalrius item ids. then you can convert any map to nostalrius.
case 110: | |
return 215; | |
break; |
case == if item id is 110 of current map (liberty bay 10.98) then change to item id 215 (nostalrius item id)
so you must go through and write list of 10.98 map item ids, and nostalrius item ids. then you can convert any map to nostalrius.